Searched refs:mrqc_reg (Results 1 – 1 of 1) sorted by relevance
3469 uint32_t mrqc_reg; in ixgbe_rss_disable() local3472 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() local3489 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() local3556 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 …]