Home
last modified time | relevance | path

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

/trueos/sys/powerpc/ps3/
HDif_glc.c223 STAILQ_INIT(&sc->sc_txfreeq); in glc_attach()
237 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_attach()
332 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_init_locked()
623 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in glc_encap()
703 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in glc_encap()
819 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_txintr()
HDif_glcreg.h93 struct glc_txsq sc_txfreeq; member
/trueos/sys/dev/bm/
HDif_bmvar.h105 struct bm_txsq sc_txfreeq; member
HDif_bm.c386 STAILQ_INIT(&sc->sc_txfreeq); in bm_attach()
400 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_attach()
678 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_txintr()
787 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in bm_encap()
855 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in bm_encap()
1050 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_stop()
/trueos/sys/dev/gem/
HDif_gem.c236 STAILQ_INIT(&sc->sc_txfreeq); in gem_attach()
254 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_attach()
688 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_stop()
1115 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in gem_load_txmbuf()
1236 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in gem_load_txmbuf()
1485 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_tint()
HDif_gemvar.h170 struct gem_txsq sc_txfreeq; /* free TX descsofts */ member
/trueos/sys/dev/cas/
HDif_casvar.h193 struct cas_txsq sc_txfreeq; /* free software TX descriptors */ member
HDif_cas.c281 STAILQ_INIT(&sc->sc_txfreeq); in cas_attach()
299 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_attach()
752 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_stop()
1199 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in cas_load_txmbuf()
1318 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in cas_load_txmbuf()
1581 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_tint()