Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dif_glc.c220 STAILQ_INIT(&sc->sc_txfreeq); in glc_attach()
234 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_attach()
328 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_init_locked()
618 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in glc_encap()
698 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in glc_encap()
814 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in glc_txintr()
H A Dif_glcreg.h93 struct glc_txsq sc_txfreeq; member
/freebsd/sys/dev/gem/
H A Dif_gem.c228 STAILQ_INIT(&sc->sc_txfreeq); in gem_attach()
246 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_attach()
664 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_stop()
1083 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in gem_load_txmbuf()
1200 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in gem_load_txmbuf()
1449 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in gem_tint()
H A Dif_gemvar.h167 struct gem_txsq sc_txfreeq; /* free TX descsofts */ member
/freebsd/sys/dev/cas/
H A Dif_casvar.h189 struct cas_txsq sc_txfreeq; /* free software TX descriptors */ member
H A Dif_cas.c272 STAILQ_INIT(&sc->sc_txfreeq); in cas_attach()
290 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_attach()
742 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_stop()
1185 if ((txs = STAILQ_FIRST(&sc->sc_txfreeq)) == NULL) { in cas_load_txmbuf()
1304 STAILQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); in cas_load_txmbuf()
1567 STAILQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); in cas_tint()