Home
last modified time | relevance | path

Searched refs:set_ethertype_anti_spoofing (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c169 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()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c173 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()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1247 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()
H A Dixgbe_type.h4010 void (*set_ethertype_anti_spoofing)(struct ixgbe_hw *, bool, int); member
H A Dixgbe_x550.c39 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h618 hw->mac.set_ethertype_anti_spoofing = in txgbe_init_ops_dummy()
H A Dtxgbe_type.h597 void (*set_ethertype_anti_spoofing)(struct txgbe_hw *hw, member
H A Dtxgbe_hw.c2689 mac->set_ethertype_anti_spoofing = txgbe_set_ethertype_anti_spoofing; in txgbe_init_ops_pf()