Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/powerpc/ps3/
Dif_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()
Dif_glcreg.h93 struct glc_txsq sc_txfreeq; member
/freebsd-9-stable/sys/dev/bm/
Dif_bmvar.h105 struct bm_txsq sc_txfreeq; member
Dif_bm.c386 STAILQ_INIT(&sc->sc_txfreeq); in bm_attach()
400 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_attach()
679 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_txintr()
788 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in bm_encap()
856 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in bm_encap()
1051 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in bm_stop()
/freebsd-9-stable/sys/dev/gem/
Dif_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()
Dif_gemvar.h170 struct gem_txsq sc_txfreeq; /* free TX descsofts */ member
/freebsd-9-stable/sys/dev/cas/
Dif_casvar.h193 struct cas_txsq sc_txfreeq; /* free software TX descriptors */ member
Dif_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()