Searched refs:mlx5_ib_cq (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/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() 424 static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries, in mlx5_ib_poll_sw_comp() 444 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() 578 static int poll_soft_wc(struct mlx5_ib_cq *cq, int num_entries, in poll_soft_wc() 606 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() 644 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_arm_cq() 713 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user() [all …]
|
D | mlx5_ib.h | 543 struct mlx5_ib_cq { struct 1111 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq() 1113 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq() 1139 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 1141 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq() 1210 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1211 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
|
D | qp.c | 76 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq); 746 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, 747 struct mlx5_ib_cq *recv_cq); 748 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, 749 struct mlx5_ib_cq *recv_cq); 1184 static int get_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *cq, in get_ts_format() 1207 static int get_rq_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *recv_cq) in get_rq_ts_format() 1215 static int get_sq_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *send_cq) in get_sq_ts_format() 1223 static int get_qp_ts_format(struct mlx5_ib_dev *dev, struct mlx5_ib_cq *send_cq, in get_qp_ts_format() 1224 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 | 2512 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() 3745 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),
|