Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3430 uint32_t mrqc_reg; in ixgbe_rss_disable() local
3433 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_rss_disable()
3434 mrqc = IXGBE_READ_REG(hw, mrqc_reg); in ixgbe_rss_disable()
3436 IXGBE_WRITE_REG(hw, mrqc_reg, mrqc); in ixgbe_rss_disable()
3447 uint32_t mrqc_reg; in ixgbe_hw_rss_hash_set() local
3450 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_hw_rss_hash_set()
3486 IXGBE_WRITE_REG(hw, mrqc_reg, mrqc); in ixgbe_hw_rss_hash_set()
3496 uint32_t mrqc_reg; in ixgbe_dev_rss_hash_update() local
3517 mrqc = IXGBE_READ_REG(hw, mrqc_reg); in ixgbe_dev_rss_hash_update()
3540 uint32_t mrqc_reg; in ixgbe_dev_rss_hash_conf_get() local
[all …]