Home | History | Annotate | Download | only in ic

Lines Matching refs:sc_txfreeq

386 	SIMPLEQ_INIT(&sc->sc_txfreeq);
714 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
865 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q);
1459 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
1470 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
1787 SIMPLEQ_INIT(&sc->sc_txfreeq);
1792 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
2047 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
2748 txs = SIMPLEQ_FIRST(&sc->sc_txfreeq);
2787 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q);