Lines Matching refs:chip_ctx

104 	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
173 chip_ctx = kzalloc(sizeof(*chip_ctx), GFP_KERNEL); in bnxt_re_setup_chip_ctx()
174 if (!chip_ctx) in bnxt_re_setup_chip_ctx()
176 chip_ctx->chip_num = en_dev->chip_num; in bnxt_re_setup_chip_ctx()
177 chip_ctx->hw_stats_size = en_dev->hw_ring_stats_size; in bnxt_re_setup_chip_ctx()
179 rdev->chip_ctx = chip_ctx; in bnxt_re_setup_chip_ctx()
182 rdev->qplib_res.cctx = rdev->chip_ctx; in bnxt_re_setup_chip_ctx()
192 kfree(rdev->chip_ctx); in bnxt_re_setup_chip_ctx()
193 rdev->chip_ctx = NULL; in bnxt_re_setup_chip_ctx()
233 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_limit_pf_res()
282 num_vfs = bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx) ? in bnxt_re_set_resource_limits()
291 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) { in bnxt_re_vf_res_config()
439 cctx = rdev->chip_ctx; in bnxt_re_hwrm_qcaps()
466 cctx = rdev->chip_ctx; in bnxt_re_hwrm_dbr_pacing_qcfg()
518 max_occup = BNXT_RE_MAX_FIFO_DEPTH(rdev->chip_ctx) - 1; in is_dbr_fifo_full()
668 writel(rdev->chip_ctx->dbr_stat_db_fifo & BNXT_GRC_BASE_MASK, in bnxt_re_initialize_dbr_pacing()
671 (rdev->chip_ctx->dbr_stat_db_fifo & BNXT_GRC_OFFSET_MASK) + in bnxt_re_initialize_dbr_pacing()
804 struct bnxt_qplib_chip_ctx *chip_ctx = rdev->chip_ctx; in bnxt_re_net_stats_ctx_alloc() local
819 req.stats_dma_length = cpu_to_le16(chip_ctx->hw_stats_size); in bnxt_re_net_stats_ctx_alloc()
1320 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_free_nq_res()
1376 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_alloc_res()
1396 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_alloc_res()
1558 cctx = rdev->chip_ctx; in bnxt_re_query_hwrm_intf_version()
1615 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_dev_uninit()
1697 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_dev_init()
1721 if (bnxt_qplib_dbr_pacing_en(rdev->chip_ctx)) { in bnxt_re_dev_init()
1738 bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)); in bnxt_re_dev_init()
1795 if (rdev->chip_ctx->modes.toggle_bits & BNXT_QPLIB_SRQ_TOGGLE_BIT) in bnxt_re_dev_init()
1806 type = bnxt_qplib_get_ring_type(rdev->chip_ctx); in bnxt_re_dev_init()
1894 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_setup_cc()