Searched refs:mlx5_ib_cq (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | cq.c | 50 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() 69 static void *get_cqe(struct mlx5_ib_cq *cq, int n) in get_cqe() 79 static void *get_sw_cqe(struct mlx5_ib_cq *cq, int n) in get_sw_cqe() 94 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() 427 static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries, in mlx5_ib_poll_sw_comp() 447 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() 581 static int poll_soft_wc(struct mlx5_ib_cq *cq, int num_entries, in poll_soft_wc() 609 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() 647 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_arm_cq() 716 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user() [all …]
|
D | mlx5_ib.h | 560 struct mlx5_ib_cq { struct 1164 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq() 1166 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq() 1192 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 1194 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq() 1263 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1264 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
|
D | qp.c | 88 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq); 827 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, 828 struct mlx5_ib_cq *recv_cq); 829 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, 830 struct mlx5_ib_cq *recv_cq); 1268 static int get_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, in get_ts_format() 1291 static int get_rq_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *recv_cq) in get_rq_ts_format() 1299 static int get_sq_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *send_cq) in get_sq_ts_format() 1307 static int get_qp_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *send_cq, in get_qp_ts_format() 1308 struct mlx5_ib_cq *recv_cq) in get_qp_ts_format() [all …]
|
D | restrack.c | 154 struct mlx5_ib_cq *cq = to_mcq(ibcq); in fill_res_cq_entry_raw()
|
D | wr.c | 31 struct mlx5_ib_cq *cq; in mlx5r_wq_overflow()
|
D | main.c | 2526 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() 3800 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),
|