Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Drte_pmd_bnxt.c235 uint32_t func_flags; in rte_pmd_bnxt_set_vf_mac_anti_spoof() local
271 func_flags = bp->pf->vf_info[vf].func_cfg_flags; in rte_pmd_bnxt_set_vf_mac_anti_spoof()
276 func_flags |= in rte_pmd_bnxt_set_vf_mac_anti_spoof()
279 func_flags |= in rte_pmd_bnxt_set_vf_mac_anti_spoof()
282 rc = bnxt_hwrm_func_cfg_vf_set_flags(bp, vf, func_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()
860 uint32_t func_flags; in rte_pmd_bnxt_set_vf_persist_stats() local
894 func_flags = bp->pf->vf_info[vf].func_cfg_flags; in rte_pmd_bnxt_set_vf_persist_stats()
897 func_flags |= in rte_pmd_bnxt_set_vf_persist_stats()
900 func_flags &= in rte_pmd_bnxt_set_vf_persist_stats()
[all …]