Home
last modified time | relevance | path

Searched refs:set_vlan_anti_spoofing (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h508 void (*set_vlan_anti_spoofing)(struct txgbe_hw *hw, member
H A Dtxgbe_dummy.h600 hw->mac.set_vlan_anti_spoofing = txgbe_mac_set_vlan_anti_spoofing_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c88 mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing; in ixgbe_init_ops_X540()
H A Dixgbe_82599.c336 mac->ops.set_vlan_anti_spoofing = ixgbe_set_vlan_anti_spoofing; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3991 void (*set_vlan_anti_spoofing)(struct ixgbe_hw *, bool, int); member
/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c105 mac->ops.set_vlan_anti_spoofing(hw, on, vf); in rte_pmd_ixgbe_set_vf_vlan_anti_spoof()