Searched refs:to_bnxt_re (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 567 struct bnxt_re_pd *pd = to_bnxt_re(ib_pd, struct bnxt_re_pd, ibpd); in bnxt_re_legacy_bind_fence_mw() 764 struct bnxt_re_pd *pd = to_bnxt_re(ib_pd, struct bnxt_re_pd, ibpd); in bnxt_re_dealloc_pd() 854 struct bnxt_re_ah *ah = to_bnxt_re(ib_ah, struct bnxt_re_ah, ibah); in bnxt_re_destroy_ah() 1052 uctx = to_bnxt_re(ib_uctx, struct bnxt_re_ucontext, ibucontext); in bnxt_re_create_ah() 1076 struct bnxt_re_ah *ah = to_bnxt_re(ib_ah, struct bnxt_re_ah, ibah); in bnxt_re_query_ah() 1095 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, ibsrq); in bnxt_re_destroy_srq() 1169 cntx = to_bnxt_re(context, struct bnxt_re_ucontext, ibucontext); in bnxt_re_init_user_srq() 1219 pd = to_bnxt_re(ib_pd, struct bnxt_re_pd, ibpd); in bnxt_re_create_srq() 1237 cntx = to_bnxt_re(context, struct bnxt_re_ucontext, ibucontext); in bnxt_re_create_srq() 1316 struct bnxt_re_srq *srq = to_bnxt_re(ib_srq, struct bnxt_re_srq, in bnxt_re_modify_srq() [all …]
|
H A D | bnxt_re.h | 686 #define to_bnxt_re(ptr, type, member) \ macro
|
H A D | main.c | 2428 struct bnxt_re_srq *srq = to_bnxt_re(handle, struct bnxt_re_srq, in bnxt_re_srqn_handler() 2455 struct bnxt_re_cq *cq = to_bnxt_re(handle, struct bnxt_re_cq, in bnxt_re_cqn_handler()
|