Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c271 func_flags = bp->pf->vf_info[vf].func_cfg_flags; in rte_pmd_bnxt_set_vf_mac_anti_spoof()
285 bp->pf->vf_info[vf].func_cfg_flags = func_flags; in rte_pmd_bnxt_set_vf_mac_anti_spoof()
894 func_flags = bp->pf->vf_info[vf].func_cfg_flags; in rte_pmd_bnxt_set_vf_persist_stats()
906 bp->pf->vf_info[vf].func_cfg_flags = func_flags; in rte_pmd_bnxt_set_vf_persist_stats()
H A Dbnxt_hwrm.c2321 req.flags = rte_cpu_to_le_32(bp->pf->vf_info[vf].func_cfg_flags); in bnxt_hwrm_func_vf_mac()
3339 req.flags = rte_cpu_to_le_32(bp->pf->func_cfg_flags); in bnxt_hwrm_pf_func_cfg()
3552 bp->pf->func_cfg_flags &= in bnxt_hwrm_allocate_pf_only()
3555 bp->pf->func_cfg_flags |= in bnxt_hwrm_allocate_pf_only()
3715 bp->pf->func_cfg_flags &= in bnxt_configure_pf_resources()
3718 bp->pf->func_cfg_flags |= in bnxt_configure_pf_resources()
3932 req.flags = rte_cpu_to_le_32(bp->pf->func_cfg_flags); in bnxt_hwrm_func_cfg_def_cp()
3970 uint32_t func_cfg_flags; in bnxt_hwrm_set_default_vlan() local
3978 func_cfg_flags = bp->pf->vf_info[vf].func_cfg_flags; in bnxt_hwrm_set_default_vlan()
3981 func_cfg_flags = bp->pf->func_cfg_flags; in bnxt_hwrm_set_default_vlan()
[all …]
H A Dbnxt.h225 uint32_t func_cfg_flags; member
261 uint32_t func_cfg_flags; member