Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c3469 uint32_t mrqc_reg; in ixgbe_rss_disable() local
3472 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_rss_disable()
3473 mrqc = IXGBE_READ_REG(hw, mrqc_reg); in ixgbe_rss_disable()
3475 IXGBE_WRITE_REG(hw, mrqc_reg, mrqc); in ixgbe_rss_disable()
3486 uint32_t mrqc_reg; in ixgbe_hw_rss_hash_set() local
3489 mrqc_reg = ixgbe_mrqc_reg_get(hw->mac.type); in ixgbe_hw_rss_hash_set()
3525 IXGBE_WRITE_REG(hw, mrqc_reg, mrqc); in ixgbe_hw_rss_hash_set()
3535 uint32_t mrqc_reg; in ixgbe_dev_rss_hash_update() local
3556 mrqc = IXGBE_READ_REG(hw, mrqc_reg); in ixgbe_dev_rss_hash_update()
3579 uint32_t mrqc_reg; in ixgbe_dev_rss_hash_conf_get() local
[all …]