Symbol: mlx5_core_cq
sys/dev/mlx5/cq.h
125
static inline void mlx5_cq_set_ci(struct mlx5_core_cq *cq)
sys/dev/mlx5/cq.h
135
static inline void mlx5_cq_arm(struct mlx5_core_cq *cq, u32 cmd,
sys/dev/mlx5/cq.h
162
int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/cq.h
164
int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
sys/dev/mlx5/cq.h
165
int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/cq.h
167
int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/cq.h
170
struct mlx5_core_cq *cq, u16 cq_period,
sys/dev/mlx5/cq.h
173
struct mlx5_core_cq *cq,
sys/dev/mlx5/cq.h
178
struct mlx5_core_cq *, u32 mask,
sys/dev/mlx5/cq.h
181
int mlx5_debug_cq_add(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
sys/dev/mlx5/cq.h
182
void mlx5_debug_cq_remove(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq);
sys/dev/mlx5/cq.h
41
void (*comp) (struct mlx5_core_cq *, struct mlx5_eqe *);
sys/dev/mlx5/cq.h
42
void (*event) (struct mlx5_core_cq *, int);
sys/dev/mlx5/driver.h
531
struct mlx5_core_cq * volatile cq;
sys/dev/mlx5/mlx5_core/mlx5_cq.c
125
int mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
165
int mlx5_core_destroy_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq)
sys/dev/mlx5/mlx5_core/mlx5_cq.c
170
struct mlx5_core_cq *tmp;
sys/dev/mlx5/mlx5_core/mlx5_cq.c
192
int mlx5_core_query_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
205
int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
216
struct mlx5_core_cq *cq,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
226
struct mlx5_core_cq *cq,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
238
struct mlx5_core_cq *cq, u32 mask,
sys/dev/mlx5/mlx5_core/mlx5_cq.c
62
struct mlx5_core_cq *cq;
sys/dev/mlx5/mlx5_core/mlx5_cq.c
97
struct mlx5_core_cq *cq;
sys/dev/mlx5/mlx5_en/en.h
1207
void mlx5e_cq_error_event(struct mlx5_core_cq *mcq, int event);
sys/dev/mlx5/mlx5_en/en.h
1263
struct mlx5_core_cq *mcq;
sys/dev/mlx5/mlx5_en/en.h
146
typedef void (mlx5e_cq_comp_t)(struct mlx5_core_cq *, struct mlx5_eqe *);
sys/dev/mlx5/mlx5_en/en.h
740
struct mlx5_core_cq mcq;
sys/dev/mlx5/mlx5_en/mlx5_en_iq.c
93
mlx5e_iq_completion(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1496
mlx5e_open_drop_rq_comp(struct mlx5_core_cq *mcq __unused, struct mlx5_eqe *eqe __unused)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1988
struct mlx5_core_cq *mcq = &cq->mcq;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2033
struct mlx5_core_cq *mcq = &cq->mcq;
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
663
mlx5e_rx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
1172
mlx5e_tx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe __unused)
sys/dev/mlx5/mlx5_en/mlx5_en_txrx.c
50
mlx5e_cq_error_event(struct mlx5_core_cq *mcq, int event)
sys/dev/mlx5/mlx5_fpga/conn.h
57
struct mlx5_core_cq mcq;
sys/dev/mlx5/mlx5_fpga/mlx5fpga_conn.c
363
static void mlx5_fpga_conn_cq_event(struct mlx5_core_cq *mcq,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_conn.c
415
static void mlx5_fpga_conn_cq_complete(struct mlx5_core_cq *mcq)
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
468
struct mlx5_core_cq mcq;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
795
static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq)
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
36
static void mlx5_ib_cq_comp(struct mlx5_core_cq *cq, struct mlx5_eqe *eqe __unused)
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
43
static void mlx5_ib_cq_event(struct mlx5_core_cq *mcq, int type)
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
131
struct mlx5_core_cq core_cq;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1366
static void devx_cq_comp(struct mlx5_core_cq *mcq, struct mlx5_eqe *eqe)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2602
struct mlx5_core_cq *mcq;
sys/dev/mlx5/mlx5_lib/mlx5_aso.c
16
struct mlx5_core_cq mcq;
sys/dev/mlx5/mlx5_lib/mlx5_aso.c
49
struct mlx5_core_cq *mcq = &cq->mcq;
sys/dev/mlx5/mlx5_lib/mlx5_aso.c
78
struct mlx5_core_cq *mcq = &cq->mcq;