Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_vnic.c204 struct bnxt_vnic_info *vnic_mem; in bnxt_alloc_vnic_mem() local
209 vnic_mem = rte_zmalloc("bnxt_vnic_info", in bnxt_alloc_vnic_mem()
211 if (vnic_mem == NULL) { in bnxt_alloc_vnic_mem()
216 bp->vnic_info = vnic_mem; in bnxt_alloc_vnic_mem()
H A Dbnxt.h466 struct bnxt_ctx_pg_info vnic_mem; member
H A Dbnxt_ethdev.c4159 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.mz); in bnxt_free_ctx_mem()
4164 rte_memzone_free(bp->ctx->vnic_mem.ring_mem.pg_tbl_mz); in bnxt_free_ctx_mem()
4228 ctx_pg = &ctx->vnic_mem; in bnxt_alloc_ctx_mem()
H A Dbnxt_hwrm.c5156 ctx_pg = &ctx->vnic_mem; in bnxt_hwrm_func_backing_store_cfg()