/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 252 SIMPLEQ_INIT(&sc->sc_txdirtyq); 722 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q); 770 doing_transmit = (! SIMPLEQ_EMPTY(&sc->sc_txdirtyq)); 1148 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 1177 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 1332 SIMPLEQ_INIT(&sc->sc_txdirtyq); 1572 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 1573 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q);
|
aevar.h | 179 struct ae_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:ae_softc
|
/src/sys/dev/ic/ |
gemvar.h | 201 struct gem_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:gem_softc
|
atwvar.h | 231 struct atw_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:atw_softc
|
gem.c | 331 SIMPLEQ_INIT(&sc->sc_txdirtyq); 736 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 737 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 1596 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q); 1659 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 1702 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 1736 ifp->if_timer = SIMPLEQ_EMPTY(&sc->sc_txdirtyq) ? 0 : 5;
|
tulipvar.h | 440 struct tulip_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:tulip_softc
|
atw.c | 527 SIMPLEQ_INIT(&sc->sc_txdirtyq); 1284 SIMPLEQ_INIT(&sc->sc_txdirtyq); 2600 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 2601 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 3290 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 3326 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 3399 !SIMPLEQ_EMPTY(&sc->sc_txdirtyq)) { 3866 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q);
|
tulip.c | 387 SIMPLEQ_INIT(&sc->sc_txdirtyq); 866 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q); 929 doing_transmit = (! SIMPLEQ_EMPTY(&sc->sc_txdirtyq)); 1414 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 1444 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 1788 SIMPLEQ_INIT(&sc->sc_txdirtyq); 2040 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 2041 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 2565 if (! SIMPLEQ_EMPTY(&sc->sc_txdirtyq) || 2788 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q) [all...] |
/src/sys/arch/mips/ralink/ |
ralink_eth.c | 192 struct ralink_eth_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:ralink_eth_softc 841 SIMPLEQ_INIT(&sc->sc_txdirtyq); 1282 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q); 1312 doing_transmit = !SIMPLEQ_EMPTY(&sc->sc_txdirtyq); 1584 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 1610 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q);
|
/src/sys/dev/pci/ |
if_sip.c | 290 struct sip_txsq sc_txdirtyq; /* dirty Tx descsofts */ member in struct:sip_softc 1216 SIMPLEQ_INIT(&sc->sc_txdirtyq); 1724 SIMPLEQ_INSERT_TAIL(&sc->sc_txdirtyq, txs, txs_q); 2048 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 2057 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q); 2660 SIMPLEQ_INIT(&sc->sc_txdirtyq); 2904 while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) { 2912 SIMPLEQ_REMOVE_HEAD(&sc->sc_txdirtyq, txs_q);
|