OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_txdirtyq
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/mips/atheros/dev/
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
tulipvar.h
440
struct tulip_txsq
sc_txdirtyq
; /* dirty Tx descsofts */
member in struct:tulip_softc
/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);
Completed in 20 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025