Searched refs:mlx5_ib_cq (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A 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() 421 static void mlx5_ib_poll_sw_comp(struct mlx5_ib_cq *cq, int num_entries, in mlx5_ib_poll_sw_comp() 441 static int mlx5_poll_one(struct mlx5_ib_cq *cq, in mlx5_poll_one() 571 static int poll_soft_wc(struct mlx5_ib_cq *cq, int num_entries, in poll_soft_wc() 599 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() 637 struct mlx5_ib_cq *c in mlx5_ib_arm_cq() [all...] |
H A D | mlx5_ib.h | 492 struct mlx5_ib_cq { struct 1030 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq() 1032 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq() 1053 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 1055 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq() 1130 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1131 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
|
H A D | restrack.c | 154 struct mlx5_ib_cq *cq = to_mcq(ibcq); in fill_res_cq_entry_raw()
|
H A D | qp.c | 75 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq); 744 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, 745 struct mlx5_ib_cq *recv_cq); 746 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, 747 struct mlx5_ib_cq *recv_cq); 1929 struct mlx5_ib_cq *send_cq; in create_user_qp() 1930 struct mlx5_ib_cq *recv_cq; in create_user_qp() 2119 struct mlx5_ib_cq *send_cq; in create_kernel_qp() 2120 struct mlx5_ib_cq *recv_c in create_kernel_qp() [all...] |
H A D | wr.c | 81 struct mlx5_ib_cq *cq; in mlx5_wq_overflow()
|
H A D | main.c | 2717 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() 4083 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A 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 *c in mlx5_ib_arm_cq() [all...] |
H A 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);
|
H A D | restrack.c | 154 struct mlx5_ib_cq *cq = to_mcq(ibcq); in fill_res_cq_entry_raw()
|
H A 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_c [all...] |
H A D | wr.c | 31 struct mlx5_ib_cq *cq; in mlx5r_wq_overflow()
|
H A D | main.c | 2527 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() 3817 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),
|
Completed in 34 milliseconds