Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h507 void (*set_mac_anti_spoofing)(struct txgbe_hw *hw, bool enable, int vf); member
H A Dtxgbe_dummy.h599 hw->mac.set_mac_anti_spoofing = txgbe_mac_set_mac_anti_spoofing_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2834 mac->set_mac_anti_spoofing = txgbe_set_mac_anti_spoofing; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c87 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing; in ixgbe_init_ops_X540()
H A Dixgbe_82599.c335 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3990 void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int); member
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c286 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in txgbe_pf_host_configure()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c298 hw->mac.ops.set_mac_anti_spoofing(hw, FALSE, vf_num); in ixgbe_pf_host_configure()
H A Drte_pmd_ixgbe.c134 mac->ops.set_mac_anti_spoofing(hw, on, vf); in rte_pmd_ixgbe_set_vf_mac_anti_spoof()