Searched refs:sc_txfreeq (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/powerpc/ps3/ |
| HD | if_glc.c | 223 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()
|
| HD | if_glcreg.h | 93 struct glc_txsq sc_txfreeq; member
|
| /trueos/sys/dev/bm/ |
| HD | if_bmvar.h | 105 struct bm_txsq sc_txfreeq; member
|
| HD | if_bm.c | 386 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/ |
| HD | if_gem.c | 236 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()
|
| HD | if_gemvar.h | 170 struct gem_txsq sc_txfreeq; /* free TX descsofts */ member
|
| /trueos/sys/dev/cas/ |
| HD | if_casvar.h | 193 struct cas_txsq sc_txfreeq; /* free software TX descriptors */ member
|
| HD | if_cas.c | 281 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()
|