Searched refs:bnxt_re_qp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | bnxt_re.h | 108 struct bnxt_re_qp *qp1_qp; 113 struct bnxt_re_qp *gsi_qp; 114 struct bnxt_re_qp *gsi_sqp;
|
D | ib_verbs.c | 437 struct bnxt_re_qp *qp = container_of(qplib_qp, struct bnxt_re_qp, in bnxt_re_bind_fence_mw() 831 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp) in bnxt_re_lock_cqs() 845 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, in bnxt_re_unlock_cqs() 856 static int bnxt_re_destroy_gsi_sqp(struct bnxt_re_qp *qp) in bnxt_re_destroy_gsi_sqp() 858 struct bnxt_re_qp *gsi_sqp; in bnxt_re_destroy_gsi_sqp() 903 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_destroy_qp() 992 static int bnxt_re_setup_swqe_size(struct bnxt_re_qp *qp, in bnxt_re_setup_swqe_size() 1031 struct bnxt_re_qp *qp, struct bnxt_re_ucontext *cntx, in bnxt_re_init_user_qp() 1142 static struct bnxt_re_qp *bnxt_re_create_shadow_qp in bnxt_re_create_shadow_qp() 1148 struct bnxt_re_qp *qp; in bnxt_re_create_shadow_qp() [all …]
|
D | ib_verbs.h | 84 struct bnxt_re_qp { struct 268 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp); 269 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, unsigned long flags);
|
D | main.c | 928 INIT_RDMA_OBJ_SIZE(ib_qp, bnxt_re_qp, ib_qp), 1030 struct bnxt_re_qp *qp) in bnxt_re_handle_qp_async_event() 1198 struct bnxt_re_qp *qp; in bnxt_re_handle_affi_async_event() 1210 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event() 1430 struct bnxt_re_qp *qp) in bnxt_re_is_qp1_or_shadow_qp() 1440 struct bnxt_re_qp *qp; in bnxt_re_dev_stop()
|