Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c100 static uint32_t ixgbe_get_hw_rx_index(ixgbe_t *ixgbe, uint32_t sw_rx_index);
5437 ixgbe_get_hw_rx_index(ixgbe_t *ixgbe, uint32_t sw_rx_index) in ixgbe_get_hw_rx_index() argument
5445 return (sw_rx_index); in ixgbe_get_hw_rx_index()
5449 return (sw_rx_index); in ixgbe_get_hw_rx_index()
5455 return (sw_rx_index * 2); in ixgbe_get_hw_rx_index()
5465 hw_rx_index = (sw_rx_index / rx_ring_per_group) * in ixgbe_get_hw_rx_index()
5466 16 + (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()
5474 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()
5476 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()
5478 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()
[all …]