Searched refs:set_mac_anti_spoofing (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 507 void (*set_mac_anti_spoofing)(struct txgbe_hw *hw, bool enable, int vf); member
|
| H A D | txgbe_dummy.h | 599 hw->mac.set_mac_anti_spoofing = txgbe_mac_set_mac_anti_spoofing_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_hw.c | 2834 mac->set_mac_anti_spoofing = txgbe_set_mac_anti_spoofing; in txgbe_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_x540.c | 87 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing; in ixgbe_init_ops_X540()
|
| H A D | ixgbe_82599.c | 335 mac->ops.set_mac_anti_spoofing = ixgbe_set_mac_anti_spoofing; in ixgbe_init_ops_82599()
|
| H A D | ixgbe_type.h | 3990 void (*set_mac_anti_spoofing)(struct ixgbe_hw *, bool, int); member
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 286 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in txgbe_pf_host_configure()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 298 hw->mac.ops.set_mac_anti_spoofing(hw, FALSE, vf_num); in ixgbe_pf_host_configure()
|
| H A D | rte_pmd_ixgbe.c | 134 mac->ops.set_mac_anti_spoofing(hw, on, vf); in rte_pmd_ixgbe_set_vf_mac_anti_spoof()
|