Searched refs:bnxt_qplib_mrw (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/ |
D | qplib_sp.h | 110 struct bnxt_qplib_mrw { struct 338 struct bnxt_qplib_mrw *mrw); 339 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, 341 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, 343 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr); 345 struct bnxt_qplib_mrw *mr, int max);
|
D | ib_verbs.h | 121 struct bnxt_qplib_mrw qplib_mr; 136 struct bnxt_qplib_mrw qplib_mw;
|
D | qplib_sp.c | 501 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_free_mrw() 540 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_alloc_mrw() 578 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, in bnxt_qplib_dereg_mrw() 608 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, in bnxt_qplib_reg_mr()
|
D | ib_verbs.c | 119 struct bnxt_qplib_mrw *qplib_mr) in bnxt_re_check_and_set_relaxed_ordering()
|