Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c4459 uint16_t *vnic_ids) in bnxt_hwrm_func_vf_vnic_query() argument
4500 uint16_t *vnic_ids; in bnxt_hwrm_func_vf_vnic_query_and_config() local
4508 if (vnic_ids == NULL) in bnxt_hwrm_func_vf_vnic_query_and_config()
4512 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_vf_vnic_query_and_config()
4523 vnic.fw_vnic_id = rte_le_to_cpu_16(vnic_ids[i]); in bnxt_hwrm_func_vf_vnic_query_and_config()
4537 rte_free(vnic_ids); in bnxt_hwrm_func_vf_vnic_query_and_config()
4568 uint16_t *vnic_ids; in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id() local
4577 if (vnic_ids == NULL) in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
4581 rte_mem_lock_page(((char *)vnic_ids) + sz); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
4601 rte_free(vnic_ids); in bnxt_hwrm_func_qcfg_vf_dflt_vnic_id()
[all …]