HomeSort by: relevance | last modified time | path
    Searched defs:next_to_refresh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 423 u16 next_to_refresh; member in struct:rx_ring
698 if (rxr->next_to_check > rxr->next_to_refresh)
699 return (rxr->next_to_check - rxr->next_to_refresh - 1);
702 rxr->next_to_refresh - 1);
ixgbe.h 423 u16 next_to_refresh; member in struct:rx_ring
698 if (rxr->next_to_check > rxr->next_to_refresh)
699 return (rxr->next_to_check - rxr->next_to_refresh - 1);
702 rxr->next_to_refresh - 1);
ixgbe.h 423 u16 next_to_refresh; member in struct:rx_ring
698 if (rxr->next_to_check > rxr->next_to_refresh)
699 return (rxr->next_to_check - rxr->next_to_refresh - 1);
702 rxr->next_to_refresh - 1);

Completed in 173 milliseconds