Searched refs:bnxt_re_qp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 564 struct bnxt_re_qp *qp = container_of(qplib_qp, struct bnxt_re_qp, in bnxt_re_legacy_bind_fence_mw() 1402 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp) in bnxt_re_lock_cqs() 1413 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, in bnxt_re_unlock_cqs() 1422 static int bnxt_re_destroy_gsi_sqp(struct bnxt_re_qp *qp) in bnxt_re_destroy_gsi_sqp() 1424 struct bnxt_re_qp *gsi_sqp; in bnxt_re_destroy_gsi_sqp() 1517 struct bnxt_re_qp *qp = to_bnxt_re(ib_qp, struct bnxt_re_qp, ib_qp); in bnxt_re_destroy_qp() 1599 static int bnxt_re_setup_swqe_size(struct bnxt_re_qp *qp, in bnxt_re_setup_swqe_size() 1639 struct bnxt_re_pd *pd, struct bnxt_re_qp *qp, in bnxt_re_init_user_qp() 1786 struct bnxt_re_qp *gsi_qp; in bnxt_re_update_shadow_ah() 1832 static struct bnxt_re_qp *bnxt_re_create_shadow_qp(struct bnxt_re_pd *pd, in bnxt_re_create_shadow_qp() [all …]
|
H A D | ib_verbs.h | 109 bnxt_re_qp *__get_qp_from_qp_in(struct ib_pd *qp_in, 174 struct bnxt_re_qp { struct 353 unsigned long bnxt_re_lock_cqs(struct bnxt_re_qp *qp); 354 void bnxt_re_unlock_cqs(struct bnxt_re_qp *qp, unsigned long flags); 524 static inline void bnxt_re_init_qpmtu(struct bnxt_re_qp *qp, int mtu, in bnxt_re_init_qpmtu()
|
H A D | bnxt_re.h | 232 struct bnxt_re_qp *qp1_qp; 256 struct bnxt_re_qp *gsi_qp; 257 struct bnxt_re_qp *gsi_sqp;
|
H A D | main.c | 210 static bool bnxt_re_is_qp1_qp(struct bnxt_re_qp *qp) in bnxt_re_is_qp1_qp() 215 static struct bnxt_re_qp *bnxt_re_get_qp1_qp(struct bnxt_re_dev *rdev) in bnxt_re_get_qp1_qp() 217 struct bnxt_re_qp *qp; in bnxt_re_get_qp1_qp() 364 struct bnxt_re_qp *qp; in bnxt_re_update_qp1_tos_dscp() 2263 static int bnxt_re_handle_qp_async_event(void *qp_event, struct bnxt_re_qp *qp) in bnxt_re_handle_qp_async_event() 2378 struct bnxt_re_qp *qp; in bnxt_re_handle_affi_async_event() 2390 qp = container_of(qplqp, struct bnxt_re_qp, qplib_qp); in bnxt_re_handle_affi_async_event() 2547 struct bnxt_re_qp *qp) in bnxt_re_is_qp1_or_shadow_qp() 2563 struct bnxt_re_qp *qp; in bnxt_re_stop_all_nonqp1_nonshadow_qps()
|