Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c538 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local
558 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
569 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
579 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
589 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
601 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
610 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
621 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
633 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()
733 ctx_pg = &ctxm->pg_info[j++]; in bnxt_hwrm_func_backing_store_cfg_v2()
[all …]
H A Dif_bnxt.c946 ctx_pg->nr_pages = 0; in bnxt_alloc_ctx_pg_tbls()
953 ctx_pg->ctx_pg_tbl = kzalloc(MAX_CTX_PAGES * sizeof(ctx_pg), in bnxt_alloc_ctx_pg_tbls()
955 if (!ctx_pg->ctx_pg_tbl) in bnxt_alloc_ctx_pg_tbls()
1000 ctx_pg->ctx_pg_tbl) { in bnxt_free_ctx_pg_tbls()
1016 kfree(ctx_pg->ctx_pg_tbl); in bnxt_free_ctx_pg_tbls()
1017 ctx_pg->ctx_pg_tbl = NULL; in bnxt_free_ctx_pg_tbls()
1020 ctx_pg->nr_pages = 0; in bnxt_free_ctx_pg_tbls()
1060 if (!ctx_pg) in bnxt_free_ctx_mem()
1067 kfree(ctx_pg); in bnxt_free_ctx_mem()
1148 ctx_pg = ctxm->pg_info; in bnxt_alloc_ctx_mem()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dxhci.h460 struct usb_page ctx_pg; member
H A Dxhci.c230 cb(bus, &sc->sc_hw.ctx_pc, &sc->sc_hw.ctx_pg, in xhci_iterate_hw_softc()