Searched refs:rx_ring_per_group (Results 1 – 1 of 1) sorted by relevance
5619 uint32_t rx_ring_per_group, hw_rx_index; in ixgbe_get_hw_rx_index() local5640 rx_ring_per_group = ixgbe->num_rx_rings / ixgbe->num_rx_groups; in ixgbe_get_hw_rx_index()5644 hw_rx_index = (sw_rx_index / rx_ring_per_group) * in ixgbe_get_hw_rx_index()5645 16 + (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()5655 rx_ring_per_group) * 2 + in ixgbe_get_hw_rx_index()5656 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()5659 rx_ring_per_group) * 4 + in ixgbe_get_hw_rx_index()5660 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()