Home
last modified time | relevance | path

Searched refs:bng_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c63 rdev->bng_res.cctx = NULL; in bng_re_destroy_chip_ctx()
64 rdev->bng_res.pdev = NULL; in bng_re_destroy_chip_ctx()
75 rdev->bng_res.pdev = aux_dev->pdev; in bng_re_setup_chip_ctx()
76 rdev->rcfw.res = &rdev->bng_res; in bng_re_setup_chip_ctx()
84 rdev->bng_res.cctx = rdev->chip_ctx; in bng_re_setup_chip_ctx()
88 rdev->bng_res.dattr = rdev->dev_attr; in bng_re_setup_chip_ctx()
262 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_uninit()
315 rc = bng_re_alloc_fw_channel(&rdev->bng_res, &rdev->rcfw); in bng_re_dev_init()
362 rc = bng_re_alloc_stats_ctx_mem(rdev->bng_res.pdev, rdev->chip_ctx, in bng_re_dev_init()
389 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_init()
H A Dbng_re.h76 struct bng_re_res bng_res; member