Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5005 uint32_t rx_ring_per_group, hw_rx_index; in ixgbe_get_hw_rx_index() local
5023 rx_ring_per_group = ixgbe->num_rx_rings / ixgbe->num_rx_groups; in ixgbe_get_hw_rx_index()
5027 hw_rx_index = (sw_rx_index / rx_ring_per_group) * in ixgbe_get_hw_rx_index()
5028 16 + (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()
5035 rx_ring_per_group) * 2 + in ixgbe_get_hw_rx_index()
5036 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()
5039 rx_ring_per_group) * 4 + in ixgbe_get_hw_rx_index()
5040 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()