Home
last modified time | relevance | path

Searched refs:bnxt_qplib_mrw (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.h110 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);
Dib_verbs.h121 struct bnxt_qplib_mrw qplib_mr;
136 struct bnxt_qplib_mrw qplib_mw;
Dqplib_sp.c501 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()
Dib_verbs.c119 struct bnxt_qplib_mrw *qplib_mr) in bnxt_re_check_and_set_relaxed_ordering()