mlx4_cq
static void mlx4_ib_cq_comp(struct mlx4_cq *cq)
static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type)
struct mlx4_cq *mcq;
struct mlx4_cq mcq;
static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
struct mlx4_cq *cq;
struct mlx4_cq *cq;
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
struct mlx4_cq *cq, unsigned vector, int collapsed,
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq)
struct mlx4_cq *mcq, *temp;
static void mlx4_add_cq_to_tasklet(struct mlx4_cq *cq)
static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event)
void mlx4_en_rx_irq(struct mlx4_cq *mcq)
struct mlx4_cq *mcq = &cq->mcq;
void mlx4_en_tx_irq(struct mlx4_cq *mcq)
struct mlx4_cq mcq;
void mlx4_en_tx_irq(struct mlx4_cq *mcq);
void mlx4_en_rx_irq(struct mlx4_cq *mcq);
static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd,
static inline void mlx4_cq_set_ci(struct mlx4_cq *cq)
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq,
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
void (*comp) (struct mlx4_cq *);
void (*event) (struct mlx4_cq *, enum mlx4_event);
void (*comp)(struct mlx4_cq *);