Lines Matching refs:mlx4_en_cq
390 struct mlx4_en_cq { struct
596 struct mlx4_en_cq **tx_cq;
597 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
676 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock()
683 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi()
699 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi()
714 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll()
736 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_poll()
750 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq) in mlx4_en_cq_busy_polling()
756 static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq) in mlx4_en_cq_init_lock()
760 static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_napi()
765 static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_napi()
770 static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_lock_poll()
775 static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq) in mlx4_en_cq_unlock_poll()
780 static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq) in mlx4_en_cq_busy_polling()
799 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
801 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
802 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
804 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
805 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
806 int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
837 struct mlx4_en_cq *cq,