Home
last modified time | relevance | path

Searched refs:SFXGE_TX_BATCH (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.h145 #define SFXGE_TX_BATCH 64 macro
H A Dsfxge_ev.c313 if (txq->pending - txq->completed >= SFXGE_TX_BATCH) in sfxge_ev_tx()
H A Dsfxge_tx.c584 if (txq->added - pushed >= SFXGE_TX_BATCH) { in sfxge_tx_qdpl_drain()