HomeSort by: relevance | last modified time | path
    Searched defs:sc_txfreeq (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mips/atheros/dev/
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
tulipvar.h 439 struct tulip_txsq sc_txfreeq; /* free Tx descsofts */ member in struct:tulip_softc
  /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);

Completed in 17 milliseconds