Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c5619 uint32_t rx_ring_per_group, hw_rx_index; in ixgbe_get_hw_rx_index() local
5644 hw_rx_index = (sw_rx_index / rx_ring_per_group) * in ixgbe_get_hw_rx_index()
5646 return (hw_rx_index); in ixgbe_get_hw_rx_index()
5654 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()
5658 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()
5662 return (hw_rx_index); in ixgbe_get_hw_rx_index()