Searched refs:qplib_res (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
| D | main.c | 100 res = &rdev->qplib_res; in bnxt_re_set_db_offset() 147 rdev->qplib_res.cctx = NULL; in bnxt_re_destroy_chip_ctx() 148 rdev->qplib_res.pdev = NULL; in bnxt_re_destroy_chip_ctx() 149 rdev->qplib_res.netdev = NULL; in bnxt_re_destroy_chip_ctx() 170 rdev->qplib_res.cctx = rdev->chip_ctx; in bnxt_re_setup_chip_ctx() 171 rdev->rcfw.res = &rdev->qplib_res; in bnxt_re_setup_chip_ctx() 172 rdev->qplib_res.dattr = &rdev->dev_attr; in bnxt_re_setup_chip_ctx() 173 rdev->qplib_res.is_vf = BNXT_EN_VF(en_dev); in bnxt_re_setup_chip_ctx() 178 rc = bnxt_qplib_map_db_bar(&rdev->qplib_res); in bnxt_re_setup_chip_ctx() 281 bnxt_qplib_set_func_resources(&rdev->qplib_res, &rdev->rcfw, in bnxt_re_vf_res_config() [all …]
|
| D | ib_verbs.c | 291 rc = bnxt_qplib_get_sgid(&rdev->qplib_res, in bnxt_re_query_gid() 292 &rdev->qplib_res.sgid_tbl, index, in bnxt_re_query_gid() 302 struct bnxt_qplib_sgid_tbl *sgid_tbl = &rdev->qplib_res.sgid_tbl; in bnxt_re_del_gid() 357 struct bnxt_qplib_sgid_tbl *sgid_tbl = &rdev->qplib_res.sgid_tbl; in bnxt_re_add_gid() 364 rdev->qplib_res.netdev->dev_addr, in bnxt_re_add_gid() 463 bnxt_qplib_dereg_mrw(&rdev->qplib_res, &mr->qplib_mr, in bnxt_re_destroy_fence_mr() 466 bnxt_qplib_free_mrw(&rdev->qplib_res, &mr->qplib_mr); in bnxt_re_destroy_fence_mr() 510 rc = bnxt_qplib_alloc_mrw(&rdev->qplib_res, &mr->qplib_mr); in bnxt_re_create_fence_mr() 520 rc = bnxt_qplib_reg_mr(&rdev->qplib_res, &mr->qplib_mr, NULL, in bnxt_re_create_fence_mr() 602 if (!bnxt_qplib_dealloc_pd(&rdev->qplib_res, in bnxt_re_dealloc_pd() [all …]
|
| D | Makefile | 6 qplib_res.o qplib_rcfw.o \
|
| D | bnxt_re.h | 174 struct bnxt_qplib_res qplib_res; member
|