Searched refs:sw_rx_index (Results 1 – 1 of 1) sorted by relevance
102 static uint32_t ixgbe_get_hw_rx_index(ixgbe_t *ixgbe, uint32_t sw_rx_index);5615 ixgbe_get_hw_rx_index(ixgbe_t *ixgbe, uint32_t sw_rx_index) in ixgbe_get_hw_rx_index() argument5623 return (sw_rx_index); in ixgbe_get_hw_rx_index()5627 return (sw_rx_index); in ixgbe_get_hw_rx_index()5634 return (sw_rx_index * 2); 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()5654 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()5656 (sw_rx_index % rx_ring_per_group); in ixgbe_get_hw_rx_index()5658 hw_rx_index = (sw_rx_index / in ixgbe_get_hw_rx_index()[all …]