Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_txsfree

310 	int	sc_txsfree;		/* number of free Tx jobs */
1213 if (sc->sc_txsfree < DGE_TXQUEUE_GC) {
1215 if (sc->sc_txsfree == 0) {
1386 sc->sc_txsfree--;
1393 if (sc->sc_txsfree == 0 || sc->sc_txfree <= 2) {
1422 device_xname(sc->sc_dev), sc->sc_txfree, sc->sc_txsfree,
1598 for (i = sc->sc_txsdirty; sc->sc_txsfree != DGE_TXQUEUELEN;
1599 i = DGE_NEXTTXS(i), sc->sc_txsfree++) {
1639 if (sc->sc_txsfree == DGE_TXQUEUELEN)
1941 sc->sc_txsfree = DGE_TXQUEUELEN;