Searched refs:bnxt_qplib_mrw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.h | 108 struct bnxt_qplib_mrw { struct 335 struct bnxt_qplib_mrw *mrw); 336 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, 338 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, 340 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr); 342 struct bnxt_qplib_mrw *mr, int max);
|
H A D | ib_verbs.h | 117 struct bnxt_qplib_mrw qplib_mr; 132 struct bnxt_qplib_mrw qplib_mw;
|
H A D | qplib_sp.c | 497 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_free_mrw() 536 int bnxt_qplib_alloc_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw) in bnxt_qplib_alloc_mrw() 574 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw, in bnxt_qplib_dereg_mrw() 604 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr, in bnxt_qplib_reg_mr()
|