Home
last modified time | relevance | path

Searched refs:chip_ctx (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dmain.c104 cctx = rdev->chip_ctx; in bnxt_re_set_db_offset()
137 cctx = rdev->chip_ctx; in bnxt_re_set_drv_mode()
138 cctx->modes.wqe_mode = bnxt_qplib_is_chip_gen_p7(rdev->chip_ctx) ? in bnxt_re_set_drv_mode()
143 if (bnxt_qplib_is_chip_gen_p7(rdev->chip_ctx)) { in bnxt_re_set_drv_mode()
151 struct bnxt_qplib_chip_ctx *chip_ctx; in bnxt_re_destroy_chip_ctx() local
153 if (!rdev->chip_ctx) in bnxt_re_destroy_chip_ctx()
155 chip_ctx = rdev->chip_ctx; in bnxt_re_destroy_chip_ctx()
156 rdev->chip_ctx = NULL; in bnxt_re_destroy_chip_ctx()
161 kfree(chip_ctx); in bnxt_re_destroy_chip_ctx()
166 struct bnxt_qplib_chip_ctx *chip_ctx; in bnxt_re_setup_chip_ctx() local
[all …]
Dhw_counters.c369 if (rdev->pacing.dbr_pacing && bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_ib_get_hw_stats()
374 return bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx) ? in bnxt_re_ib_get_hw_stats()
384 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_ib_alloc_hw_port_stats()
Dib_verbs.c414 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_create_fence_wqe()
470 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_destroy_fence_mr()
504 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_create_fence_mr()
1044 psn_sz = bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx) ? in bnxt_re_init_user_qp()
1263 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) { in bnxt_re_adjust_gsi_rq_attr()
1342 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) { in bnxt_re_adjust_gsi_sq_attr()
1357 struct bnxt_qplib_chip_ctx *chip_ctx; in bnxt_re_init_qp_type() local
1360 chip_ctx = rdev->chip_ctx; in bnxt_re_init_qp_type()
1369 if (bnxt_qplib_is_chip_gen_p5_p7(chip_ctx) && in bnxt_re_init_qp_type()
1579 !(bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx))) { in bnxt_re_create_qp()
[all …]
Dbnxt_re.h175 struct bnxt_qplib_chip_ctx *chip_ctx; member
Dib_verbs.h193 return rdev->chip_ctx->modes.wqe_mode; in bnxt_re_is_var_size_supported()