Lines Matching refs:mlx4_en_cq
364 struct mlx4_en_cq { struct
598 struct mlx4_en_cq **tx_cq[MLX4_EN_NUM_TX_TYPES];
599 struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
692 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
694 void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
695 int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
697 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
698 int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
699 void mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
738 struct mlx4_en_cq *cq,
743 struct mlx4_en_cq *cq, int napi_budget);