Searched refs:rxfill (Results 1 – 1 of 1) sorted by relevance
214 unsigned int rxfill; in sfxge_rx_qfill() local231 rxfill = rxq->added - rxq->completed; in sfxge_rx_qfill()232 KASSERT(rxfill <= EFX_RXQ_LIMIT(rxq->entries), in sfxge_rx_qfill()234 ntodo = min(EFX_RXQ_LIMIT(rxq->entries) - rxfill, target); in sfxge_rx_qfill()