Searched refs:IXGBE_ETQF (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 201 IXGBE_WRITE_REG(hw, IXGBE_ETQF(i), in ixgbe_add_tx_flow_control_drop_filter()
|
| H A D | ixgbe_ethdev.c | 6791 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 D | ixgbe_type.h | 439 #define IXGBE_ETQF(_i) (0x05128 + ((_i) * 4)) /* EType Queue Filter */ macro
|