Searched refs:TX_QUEUED (Results 1 – 1 of 1) sorted by relevance
84 #define TX_QUEUED(h, t) ((((h) - (t)) + TX_DESC_COUNT) % TX_DESC_COUNT) macro293 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()