Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c55 struct bng_re_chip_ctx *chip_ctx; in bng_re_destroy_chip_ctx() local
60 chip_ctx = rdev->chip_ctx; in bng_re_destroy_chip_ctx()
61 rdev->chip_ctx = NULL; in bng_re_destroy_chip_ctx()
65 kfree(chip_ctx); in bng_re_destroy_chip_ctx()
70 struct bng_re_chip_ctx *chip_ctx; in bng_re_setup_chip_ctx() local
77 chip_ctx = kzalloc_obj(*chip_ctx); in bng_re_setup_chip_ctx()
78 if (!chip_ctx) in bng_re_setup_chip_ctx()
80 chip_ctx->chip_num = aux_dev->chip_num; in bng_re_setup_chip_ctx()
81 chip_ctx->hw_stats_size = aux_dev->hw_ring_stats_size; in bng_re_setup_chip_ctx()
83 rdev->chip_ctx = chip_ctx; in bng_re_setup_chip_ctx()
[all …]
H A Dbng_re.h74 struct bng_re_chip_ctx *chip_ctx; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dbnxt_re.h185 struct bnxt_qplib_chip_ctx *chip_ctx; member
273 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx) || in bnxt_re_read_context_allowed()
290 ((rdev)->chip_ctx->hwrm_cmd_max_timeout * 1000)
H A Dib_verbs.c492 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_create_fence_wqe()
548 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_destroy_fence_mr()
582 if (bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) in bnxt_re_create_fence_mr()
1177 psn_sz = bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx) ? in bnxt_re_init_user_qp()
1452 qp->qplib_qp.cctx = rdev->chip_ctx; in bnxt_re_init_rq_attr()
1565 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) { in bnxt_re_adjust_gsi_sq_attr()
1648 if (!bnxt_qplib_is_chip_gen_p5_p7(rdev->chip_ctx)) { in bnxt_re_init_qp_attr()
1663 struct bnxt_qplib_chip_ctx *chip_ctx; in bnxt_re_init_qp_attr()
1666 chip_ctx = rdev->chip_ctx; in bnxt_re_init_qp_attr()
1581 struct bnxt_qplib_chip_ctx *chip_ctx; bnxt_re_init_qp_type() local
[all...]