Searched refs:mrqc_reg (Results 1 – 1 of 1) sorted by relevance
3430 uint32_t mrqc_reg; in ixgbe_rss_disable() local3433 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() local3450 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() local3517 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 …]