Symbol: mlx4_cq
sys/dev/mlx4/cq.h
138
static inline void mlx4_cq_arm(struct mlx4_cq *cq, u32 cmd,
sys/dev/mlx4/cq.h
163
static inline void mlx4_cq_set_ci(struct mlx4_cq *cq)
sys/dev/mlx4/cq.h
173
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
sys/dev/mlx4/cq.h
175
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
sys/dev/mlx4/device.h
1122
struct mlx4_uar *uar, u64 db_rec, struct mlx4_cq *cq,
sys/dev/mlx4/device.h
1124
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq);
sys/dev/mlx4/device.h
731
void (*comp) (struct mlx4_cq *);
sys/dev/mlx4/device.h
732
void (*event) (struct mlx4_cq *, enum mlx4_event);
sys/dev/mlx4/mlx4_core/mlx4_cq.c
117
int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
sys/dev/mlx4/mlx4_core/mlx4_cq.c
139
int mlx4_cq_resize(struct mlx4_dev *dev, struct mlx4_cq *cq,
sys/dev/mlx4/mlx4_core/mlx4_cq.c
239
struct mlx4_cq *cq, unsigned vector, int collapsed,
sys/dev/mlx4/mlx4_core/mlx4_cq.c
312
void mlx4_cq_free(struct mlx4_dev *dev, struct mlx4_cq *cq)
sys/dev/mlx4/mlx4_core/mlx4_cq.c
56
struct mlx4_cq *cq;
sys/dev/mlx4/mlx4_core/mlx4_cq.c
73
struct mlx4_cq *cq;
sys/dev/mlx4/mlx4_en/en.h
391
struct mlx4_cq mcq;
sys/dev/mlx4/mlx4_en/en.h
808
void mlx4_en_tx_irq(struct mlx4_cq *mcq);
sys/dev/mlx4/mlx4_en/en.h
855
void mlx4_en_rx_irq(struct mlx4_cq *mcq);
sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
42
static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event)
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
746
struct mlx4_cq *mcq = &cq->mcq;
sys/dev/mlx4/mlx4_en/mlx4_en_rx.c
880
void mlx4_en_rx_irq(struct mlx4_cq *mcq)
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
351
struct mlx4_cq *mcq = &cq->mcq;
sys/dev/mlx4/mlx4_en/mlx4_en_tx.c
423
void mlx4_en_tx_irq(struct mlx4_cq *mcq)
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
118
struct mlx4_cq mcq;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
654
static inline struct mlx4_ib_cq *to_mibcq(struct mlx4_cq *mcq)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
44
static void mlx4_ib_cq_comp(struct mlx4_cq *cq)
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
50
static void mlx4_ib_cq_event(struct mlx4_cq *cq, enum mlx4_event type)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
2923
struct mlx4_cq *mcq;