Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c4741 uint16_t *vnic_ids) in bnxt_hwrm_func_vf_vnic_query() argument
4782 uint16_t *vnic_ids; in bnxt_hwrm_func_vf_vnic_query_and_config() local
4790 if (vnic_ids == NULL) in bnxt_hwrm_func_vf_vnic_query_and_config()
4794 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_vf_vnic_query_and_config()
4805 vnic.fw_vnic_id = rte_le_to_cpu_16(vnic_ids[i]); in bnxt_hwrm_func_vf_vnic_query_and_config()
4819 rte_free(vnic_ids); in bnxt_hwrm_func_vf_vnic_query_and_config()
4850 uint16_t *vnic_ids; in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id() local
4859 if (vnic_ids == NULL) in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
4863 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
4883 rte_free(vnic_ids); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
[all …]