Home
last modified time | relevance | path

Searched refs:IXGBE_ETQF (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c201 IXGBE_WRITE_REG(hw, IXGBE_ETQF(i), in ixgbe_add_tx_flow_control_drop_filter()
H A Dixgbe_ethdev.c6791 IXGBE_WRITE_REG(hw, IXGBE_ETQF(ret), etqf); in ixgbe_add_del_ethertype_filter()
7052 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_1588), in ixgbe_timesync_enable()
7089 IXGBE_WRITE_REG(hw, IXGBE_ETQF(IXGBE_ETQF_FILTER_1588), 0); in ixgbe_timesync_disable()
8146 IXGBE_WRITE_REG(hw, IXGBE_ETQF(i), in ixgbe_ethertype_filter_restore()
8256 IXGBE_WRITE_REG(hw, IXGBE_ETQF(i), 0); in ixgbe_clear_all_ethertype_filter()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h439 #define IXGBE_ETQF(_i) (0x05128 + ((_i) * 4)) /* EType Queue Filter */ macro