HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_set_mac_anti_spoofing (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 157 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
ixgbe_x540.c 123 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing;
ixgbe_82599.c 376 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing;
ixgbe_common.c 4457 * ixgbe_set_mac_anti_spoofing - Enable/Disable MAC anti-spoofing
4463 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) function in typeref:typename:void

Completed in 19 milliseconds