Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dmain.c98 res = &rdev->qplib_res; in bnxt_re_set_db_offset()
158 rdev->qplib_res.cctx = NULL; in bnxt_re_destroy_chip_ctx()
159 rdev->qplib_res.pdev = NULL; in bnxt_re_destroy_chip_ctx()
160 rdev->qplib_res.netdev = NULL; in bnxt_re_destroy_chip_ctx()
172 rdev->qplib_res.pdev = en_dev->pdev; in bnxt_re_setup_chip_ctx()
183 rdev->rcfw.res = &rdev->qplib_res; in bnxt_re_setup_chip_ctx()
189 rdev->qplib_res.en_dev = en_dev; in bnxt_re_setup_chip_ctx()
1677 if (rdev->qplib_res.rcfw) in bnxt_re_cleanup_res()
1734 if (rdev->qplib_res.rcfw) { in bnxt_re_free_res()
1736 rdev->qplib_res.rcfw = NULL; in bnxt_re_free_res()
[all …]
H A Dib_verbs.c358 rc = bnxt_qplib_get_sgid(&rdev->qplib_res, in bnxt_re_query_gid()
359 &rdev->qplib_res.sgid_tbl, index, in bnxt_re_query_gid()
431 rdev->qplib_res.netdev->dev_addr, in bnxt_re_add_gid()
684 if (!bnxt_qplib_dealloc_pd(&rdev->qplib_res, in bnxt_re_dealloc_pd()
685 &rdev->qplib_res.pd_tbl, in bnxt_re_dealloc_pd()
718 if (bnxt_qplib_alloc_dpi(&rdev->qplib_res, in bnxt_re_alloc_pd()
757 bnxt_qplib_dealloc_pd(&rdev->qplib_res, &rdev->qplib_res.pd_tbl, in bnxt_re_alloc_pd()
926 bnxt_qplib_destroy_ah(&rdev->qplib_res, in bnxt_re_destroy_gsi_sqp()
1535 bnxt_qplib_destroy_qp(&rdev->qplib_res, in bnxt_re_create_shadow_gsi()
1563 rc = bnxt_qplib_create_qp1(&rdev->qplib_res, qplqp); in bnxt_re_create_gsi_qp()
[all …]
H A Dbnxt_re.h202 struct bnxt_qplib_res qplib_res; member
257 rdev->qplib_res.pacing_data->dev_err_state = in bnxt_re_set_pacing_dev_state()
H A DMakefile6 qplib_res.o qplib_rcfw.o \
H A Ddebugfs.c191 rc = bnxt_qplib_query_cc_param(&rdev->qplib_res, &ccparam); in bnxt_re_cc_config_get()
273 bnxt_qplib_modify_cc(&rdev->qplib_res, &ccparam); in bnxt_re_configure_cc()