Searched refs:set_ethertype_anti_spoofing (Results 1 – 8 of 8) sorted by relevance
169 if (!hw->mac.set_ethertype_anti_spoofing) { in txgbe_add_tx_flow_control_drop_filter()201 hw->mac.set_ethertype_anti_spoofing(hw, true, i); in txgbe_add_tx_flow_control_drop_filter()
173 if (!hw->mac.ops.set_ethertype_anti_spoofing) { in ixgbe_add_tx_flow_control_drop_filter()205 hw->mac.ops.set_ethertype_anti_spoofing(hw, true, i); in ixgbe_add_tx_flow_control_drop_filter()
1247 if (hw->mac.ops.set_ethertype_anti_spoofing) in ixgbe_set_ethertype_anti_spoofing()1248 hw->mac.ops.set_ethertype_anti_spoofing(hw, enable, vf); in ixgbe_set_ethertype_anti_spoofing()
4010 void (*set_ethertype_anti_spoofing)(struct ixgbe_hw *, bool, int); member
39 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550()
618 hw->mac.set_ethertype_anti_spoofing = in txgbe_init_ops_dummy()
597 void (*set_ethertype_anti_spoofing)(struct txgbe_hw *hw, member
2689 mac->set_ethertype_anti_spoofing = txgbe_set_ethertype_anti_spoofing; in txgbe_init_ops_pf()