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

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 158 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf);
ixgbe_x540.c 124 mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing;
ixgbe_82599.c 377 mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing;
ixgbe_common.c 4481 * ixgbe_set_vlan_anti_spoofing - Enable/Disable VLAN anti-spoofing
4487 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) function in typeref:typename:void

Completed in 18 milliseconds