hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/infiniband/hw/bnxt_re/qplib_sp.h
....@@ -254,7 +254,7 @@
254254 int bnxt_qplib_dereg_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mrw,
255255 bool block);
256256 int bnxt_qplib_reg_mr(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr,
257
- u64 *pbl_tbl, int num_pbls, bool block, u32 buf_pg_size);
257
+ struct ib_umem *umem, int num_pbls, u32 buf_pg_size);
258258 int bnxt_qplib_free_mrw(struct bnxt_qplib_res *res, struct bnxt_qplib_mrw *mr);
259259 int bnxt_qplib_alloc_fast_reg_mr(struct bnxt_qplib_res *res,
260260 struct bnxt_qplib_mrw *mr, int max);