Searched refs:mlx5_ib_cq (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 53 struct mlx5_ib_cq *cq = container_of(mcq, struct mlx5_ib_cq, mcq); in mlx5_ib_cq_event() 97 static void *next_cqe_sw(struct mlx5_ib_cq *cq) in next_cqe_sw() 612 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_poll_cq() 650 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_arm_cq() 946 struct mlx5_ib_cq *cq = container_of(work, struct mlx5_ib_cq, in notify_soft_wc_handler() 960 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_create_cq() 1061 struct mlx5_ib_cq *mcq = to_mcq(cq); in mlx5_ib_destroy_cq() 1144 struct mlx5_ib_cq *mcq = to_mcq(cq); in mlx5_ib_modify_cq() 1274 struct mlx5_ib_cq *cq = to_mcq(ibcq); in mlx5_ib_resize_cq() 1422 struct mlx5_ib_cq *cq; in mlx5_ib_get_cqe_size() [all …]
|
H A D | mlx5_ib.h | 561 struct mlx5_ib_cq { struct 1205 static inline struct mlx5_ib_cq *to_mibcq(struct mlx5_core_cq *mcq) in to_mibcq() 1207 return container_of(mcq, struct mlx5_ib_cq, mcq); in to_mibcq() 1233 static inline struct mlx5_ib_cq *to_mcq(struct ib_cq *ibcq) in to_mcq() 1235 return container_of(ibcq, struct mlx5_ib_cq, ibcq); in to_mcq() 1306 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq); 1307 void mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 qpn, struct mlx5_ib_srq *srq);
|
H A D | qp.c | 88 struct mlx5_ib_cq **send_cq, struct mlx5_ib_cq **recv_cq); 1306 struct mlx5_ib_cq *recv_cq) in get_qp_ts_format() 2078 struct mlx5_ib_cq *send_cq; in create_dci() 2079 struct mlx5_ib_cq *recv_cq; in create_dci() 2239 struct mlx5_ib_cq *send_cq; in create_user_qp() 2240 struct mlx5_ib_cq *recv_cq; in create_user_qp() 2440 struct mlx5_ib_cq *send_cq; in create_kernel_qp() 2441 struct mlx5_ib_cq *recv_cq; in create_kernel_qp() 2563 static void mlx5_ib_lock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_lock_cqs() 2593 static void mlx5_ib_unlock_cqs(struct mlx5_ib_cq *send_cq, struct mlx5_ib_cq *recv_cq) in mlx5_ib_unlock_cqs() [all …]
|
H A D | restrack.c | 154 struct mlx5_ib_cq *cq = to_mcq(ibcq); in fill_res_cq_entry_raw()
|
H A D | wr.c | 31 struct mlx5_ib_cq *cq; in mlx5r_wq_overflow()
|
H A D | main.c | 2603 struct mlx5_ib_cq *send_mcq, *recv_mcq; in mlx5_ib_handle_internal_error() 4140 INIT_RDMA_OBJ_SIZE(ib_cq, mlx5_ib_cq, ibcq),
|