mlx4_en_cq
struct mlx4_en_cq **tx_cq;
struct mlx4_en_cq *rx_cq[MAX_RX_RINGS];
static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
static inline void mlx4_en_cq_init_lock(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_lock_napi(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_unlock_napi(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_lock_poll(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_unlock_poll(struct mlx4_en_cq *cq)
static inline bool mlx4_en_cq_busy_polling(struct mlx4_en_cq *cq)
int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq);
int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
struct mlx4_en_cq *cq,
int mlx4_en_activate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq,
struct mlx4_en_cq *rx_cq;
void mlx4_en_destroy_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq)
struct mlx4_en_cq *cq = *pcq;
void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
int mlx4_en_set_cq_moder(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
int mlx4_en_arm_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq)
struct mlx4_en_cq **pcq,
struct mlx4_en_cq *cq;
struct mlx4_en_cq *cq;
struct mlx4_en_cq *cq;
struct mlx4_en_cq *cq;
struct mlx4_en_cq *cq = priv->rx_cq[i];
priv->tx_cq = kcalloc(sizeof(struct mlx4_en_cq *), MAX_TX_RINGS,
struct mlx4_en_cq *cq = container_of(napi, struct mlx4_en_cq, napi);
int mlx4_en_process_rx_cq(if_t dev, struct mlx4_en_cq *cq, int budget)
static int mlx4_en_poll_rx_cq(struct mlx4_en_cq *cq, int budget)
struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
struct mlx4_en_cq *cq;
struct mlx4_en_cq *cq)
struct mlx4_en_cq *cq = container_of(mcq, struct mlx4_en_cq, mcq);
struct mlx4_en_cq *cq = (struct mlx4_en_cq *) data;
struct mlx4_en_cq *cq = priv->tx_cq[tx_ind];