Searched refs:set_mac_anti_spoofing (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_dummy.h | 320 hw->mac.set_mac_anti_spoofing = ngbe_mac_set_mac_anti_spoofing_dummy; in ngbe_init_ops_dummy()
|
| H A D | ngbe_type.h | 307 void (*set_mac_anti_spoofing)(struct ngbe_hw *hw, bool enable, int vf); member
|
| H A D | ngbe_hw.c | 1927 mac->set_mac_anti_spoofing = ngbe_set_mac_anti_spoofing; in ngbe_init_ops_pf()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 202 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in ngbe_pf_host_configure()
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dummy.h | 604 hw->mac.set_mac_anti_spoofing = txgbe_mac_set_mac_anti_spoofing_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 578 void (*set_mac_anti_spoofing)(struct txgbe_hw *hw, bool enable, int vf); member
|
| H A D | txgbe_hw.c | 2688 mac->set_mac_anti_spoofing = txgbe_set_mac_anti_spoofing; in txgbe_init_ops_pf()
|
| /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
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 285 hw->mac.set_mac_anti_spoofing(hw, FALSE, vf_num); in txgbe_pf_host_configure()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 295 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()
|