Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h265 uint16_t total_vnics; member
H A Dbnxt_hwrm.c783 bp->pf->total_vnics = rte_le_to_cpu_16(resp->max_vnics); in __bnxt_hwrm_func_qcaps()
4470 req.max_vnic_id_cnt = rte_cpu_to_le_32(bp->pf->total_vnics); in bnxt_hwrm_func_vf_vnic_query()
4505 vnic_id_sz = bp->pf->total_vnics * sizeof(*vnic_ids); in bnxt_hwrm_func_vf_vnic_query_and_config()
4574 vnic_id_sz = bp->pf->total_vnics * sizeof(*vnic_ids); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()