Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_txdirtyq

387 	SIMPLEQ_INIT(&sc->sc_txdirtyq);
866 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q);
929 doing_transmit = (! SIMPLEQ_EMPTY(&sc->sc_txdirtyq));
1414 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
1444 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q);
1788 SIMPLEQ_INIT(&sc->sc_txdirtyq);
2040 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
2041 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q);
2565 if (! SIMPLEQ_EMPTY(&sc->sc_txdirtyq) ||
2788 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q);