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

  /src/sys/dev/pci/
if_ena.c 1696 uint32_t refill_threshold; local in function:ena_rx_cleanup
1796 refill_threshold = rx_ring->ring_size / ENA_RX_REFILL_THRESH_DIVIDER;
1798 if (refill_required > refill_threshold) {
if_ena.c 1696 uint32_t refill_threshold; local in function:ena_rx_cleanup
1796 refill_threshold = rx_ring->ring_size / ENA_RX_REFILL_THRESH_DIVIDER;
1798 if (refill_required > refill_threshold) {

Completed in 25 milliseconds