Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h320 hw->mac.set_mac_anti_spoofing = ngbe_mac_set_mac_anti_spoofing_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h307 void (*set_mac_anti_spoofing)(struct ngbe_hw *hw, bool enable, int vf); member
H A Dngbe_hw.c1927 mac->set_mac_anti_spoofing = ngbe_set_mac_anti_spoofing; in ngbe_init_ops_pf()
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c202 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in ngbe_pf_host_configure()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h604 hw->mac.set_mac_anti_spoofing = txgbe_mac_set_mac_anti_spoofing_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h578 void (*set_mac_anti_spoofing)(struct txgbe_hw *hw, bool enable, int vf); member
H A Dtxgbe_hw.c2688 mac->set_mac_anti_spoofing = txgbe_set_mac_anti_spoofing; in txgbe_init_ops_pf()
/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
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c285 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in txgbe_pf_host_configure()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c295 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()