sc_txfreeq        582 dev/ic/atw.c   	SIMPLEQ_INIT(&sc->sc_txfreeq);
sc_txfreeq       1360 dev/ic/atw.c   	SIMPLEQ_INIT(&sc->sc_txfreeq);
sc_txfreeq       1365 dev/ic/atw.c   		SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
sc_txfreeq       2661 dev/ic/atw.c   		SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
sc_txfreeq       3313 dev/ic/atw.c   		SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
sc_txfreeq       3647 dev/ic/atw.c   	while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
sc_txfreeq       3981 dev/ic/atw.c   		SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q);
sc_txfreeq        260 dev/ic/atwvar.h 	struct atw_txsq sc_txfreeq;	/* free Tx descsofts */