Searched refs:bnxt_re_qp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/infiniband/hw/bnxt_re/ |
H A 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;
|
H A D | ib_verbs.c | 494 struct bnxt_re_qp *qp = container_of(qplib_qp, struct bnxt_re_qp, in bnxt_re_bind_fence_mw() 888 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp) in bnxt_re_lock_cqs() 902 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, in bnxt_re_unlock_cqs() 913 static int bnxt_re_destroy_gsi_sqp(struct bnxt_re_qp *qp) in bnxt_re_destroy_gsi_sqp() 915 struct bnxt_re_qp *gsi_sqp; in bnxt_re_destroy_gsi_sqp() 960 struct bnxt_re_qp *qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_destroy_qp() 1046 static int bnxt_re_setup_swqe_size(struct bnxt_re_qp *qp, in bnxt_re_setup_swqe_size() 1085 struct bnxt_re_qp *qp, struct bnxt_re_ucontext *cntx, in bnxt_re_init_user_qp() 1196 static struct bnxt_re_qp *bnxt_re_create_shadow_qp in bnxt_re_create_shadow_qp() 1202 struct bnxt_re_qp *qp; in bnxt_re_create_shadow_qp() [all …]
|
H A D | ib_verbs.h | 84 struct bnxt_re_qp { struct 276 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp); 277 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, unsigned long flags);
|
H A D | main.c | 317 static bool bnxt_re_is_qp1_qp(struct bnxt_re_qp *qp) in bnxt_re_is_qp1_qp() 322 static struct bnxt_re_qp *bnxt_re_get_qp1_qp(struct bnxt_re_dev *rdev) in bnxt_re_get_qp1_qp() 324 struct bnxt_re_qp *qp; in bnxt_re_get_qp1_qp() 339 struct bnxt_re_qp *qp; in bnxt_re_update_qp1_tos_dscp() 1128 struct bnxt_re_qp *qp; in bnxt_re_fill_res_qp_entry() 1134 qp = container_of(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_fill_res_qp_entry() 1302 INIT_RDMA_OBJ_SIZE(ib_qp, bnxt_re_qp, ib_qp), 1424 struct bnxt_re_qp *qp) in bnxt_re_handle_qp_async_event() 1592 struct bnxt_re_qp *qp; in bnxt_re_handle_affi_async_event() 1604 qp = container_of(lib_qp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event() [all …]
|