Searched refs:sc_txfreeq (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/ps3/ |
H A D | if_glc.c | 220 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 D | if_glcreg.h | 93 struct glc_txsq sc_txfreeq; member
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 228 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 D | if_gemvar.h | 167 struct gem_txsq sc_txfreeq; /* free TX descsofts */ member
|
/freebsd/sys/dev/cas/ |
H A D | if_casvar.h | 189 struct cas_txsq sc_txfreeq; /* free software TX descriptors */ member
|
H A D | if_cas.c | 272 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()
|