Home
last modified time | relevance | path

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

/freebsd/sys/dev/eqos/
H A Dif_eqos.c84 #define TX_QUEUED(h, t) ((((h) - (t)) + TX_DESC_COUNT) % TX_DESC_COUNT) macro
293 if (TX_QUEUED(sc->tx.head, sc->tx.tail) + nsegs > TX_DESC_COUNT) { in eqos_setup_txbuf()
586 if (TX_QUEUED(sc->tx.head, sc->tx.tail) >= in eqos_start_locked()