/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 251 SIMPLEQ_INIT(&sc->sc_txfreeq); 571 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL && 721 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); 1188 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1331 SIMPLEQ_INIT(&sc->sc_txfreeq); 1336 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1579 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
|
aevar.h | 178 struct ae_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:ae_softc
|
/src/sys/dev/ic/ |
gemvar.h | 200 struct gem_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:gem_softc
|
atwvar.h | 230 struct atw_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:atw_softc
|
gem.c | 330 SIMPLEQ_INIT(&sc->sc_txfreeq); 351 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 745 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1399 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL && 1595 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); 1713 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
|
atw.c | 526 SIMPLEQ_INIT(&sc->sc_txfreeq); 1283 SIMPLEQ_INIT(&sc->sc_txfreeq); 1288 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2607 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2612 !(SIMPLEQ_EMPTY(&sc->sc_txfreeq) || 3336 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 3338 KASSERT(!SIMPLEQ_EMPTY(&sc->sc_txfreeq) && sc->sc_txfree != 0); 3541 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL && 3865 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q);
|
tulipvar.h | 439 struct tulip_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:tulip_softc
|
tulip.c | 386 SIMPLEQ_INIT(&sc->sc_txfreeq); 714 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL && 865 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); 1459 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1470 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1787 SIMPLEQ_INIT(&sc->sc_txfreeq); 1792 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2047 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2748 txs = SIMPLEQ_FIRST(&sc->sc_txfreeq); 2787 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q) [all...] |
/src/sys/arch/mips/ralink/ |
ralink_eth.c | 191 struct ralink_eth_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:ralink_eth_softc 840 SIMPLEQ_INIT(&sc->sc_txfreeq); 853 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 1175 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL) { 1281 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); 1618 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
|
/src/sys/dev/pci/ |
if_sip.c | 289 struct sip_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:sip_softc 1215 SIMPLEQ_INIT(&sc->sc_txfreeq); 1564 while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL) { 1723 SIMPLEQ_REMOVE_HEAD(&sc->sc_txfreeq, txs_q); 2067 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2659 SIMPLEQ_INIT(&sc->sc_txfreeq); 2664 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q); 2926 SIMPLEQ_INSERT_TAIL(&sc->sc_txfreeq, txs, txs_q);
|