Searched refs:ixgbe_set_mac_anti_spoofing (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h108 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf);
H A Dixgbe_x540.c813 .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing,
H A Dixgbe_x550.c1425 .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing, \
H A Dixgbe_82599.c2334 .set_mac_anti_spoofing = &ixgbe_set_mac_anti_spoofing,
H A Dixgbe_common.c3304 * ixgbe_set_mac_anti_spoofing - Enable/Disable MAC anti-spoofing
3310 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf) ixgbe_set_mac_anti_spoofing() function

Completed in 83 milliseconds