Searched refs:vnic_id_sz (Results 1 – 1 of 1) sorted by relevance
4501 size_t vnic_id_sz; in bnxt_hwrm_func_vf_vnic_query_and_config() local4505 vnic_id_sz = bp->pf->total_vnics * sizeof(*vnic_ids); in bnxt_hwrm_func_vf_vnic_query_and_config()4506 vnic_ids = rte_malloc("bnxt_hwrm_vf_vnic_ids_query", vnic_id_sz, in bnxt_hwrm_func_vf_vnic_query_and_config()4511 for (sz = 0; sz < vnic_id_sz; sz += getpagesize()) in bnxt_hwrm_func_vf_vnic_query_and_config()4569 size_t vnic_id_sz; in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id() local4574 vnic_id_sz = bp->pf->total_vnics * sizeof(*vnic_ids); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()4575 vnic_ids = rte_malloc("bnxt_hwrm_vf_vnic_ids_query", vnic_id_sz, in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()4580 for (sz = 0; sz < vnic_id_sz; sz += getpagesize()) in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()