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