Home
last modified time | relevance | path

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

/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.c2495 req.flags = rte_cpu_to_le_32(bp->pf->vf_info[vf].func_cfg_flags); in bnxt_hwrm_func_vf_mac()
3498 req.flags = rte_cpu_to_le_32(bp->pf->func_cfg_flags); in bnxt_hwrm_pf_func_cfg()
3749 bp->pf->func_cfg_flags &= in bnxt_hwrm_allocate_pf_only()
3752 bp->pf->func_cfg_flags |= in bnxt_hwrm_allocate_pf_only()
3919 bp->pf->func_cfg_flags &= in bnxt_configure_pf_resources()
3922 bp->pf->func_cfg_flags |= in bnxt_configure_pf_resources()
4136 req.flags = rte_cpu_to_le_32(bp->pf->func_cfg_flags); in bnxt_hwrm_func_cfg_def_cp()
4174 uint32_t func_cfg_flags; in bnxt_hwrm_set_default_vlan() local
4182 func_cfg_flags = bp->pf->vf_info[vf].func_cfg_flags; in bnxt_hwrm_set_default_vlan()
4185 func_cfg_flags = bp->pf->func_cfg_flags; in bnxt_hwrm_set_default_vlan()
[all …]
H A Dbnxt.h218 uint32_t func_cfg_flags; member
258 uint32_t func_cfg_flags; member