Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c195 struct bnxt_vnic_info *vnic_mem; in bnxt_alloc_vnic_mem() local
200 vnic_mem = rte_zmalloc("bnxt_vnic_info", in bnxt_alloc_vnic_mem()
202 if (vnic_mem == NULL) { in bnxt_alloc_vnic_mem()
207 bp->vnic_info = vnic_mem; in bnxt_alloc_vnic_mem()
H A Dbnxt.h481 struct bnxt_ctx_pg_info vnic_mem; member
H A Dbnxt_ethdev.c4801 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4806 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
4876 ctx_pg = &ctx->vnic_mem; in bnxt_alloc_ctx_mem()
H A Dbnxt_hwrm.c5448 ctx_pg = &ctx->vnic_mem; in bnxt_hwrm_func_backing_store_cfg()