OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_txqsetup
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
athvar.h
278
u_int
sc_txqsetup
; /* h/w queues setup */
member in struct:ath_softc
314
#define ATH_TXQ_SETUP(sc, i) ((sc)->
sc_txqsetup
& (1<<i))
ath.c
454
switch (sc->
sc_txqsetup
&~ (1<<sc->sc_cabq->axq_qnum)) {
3383
sc->
sc_txqsetup
|= 1<<qnum;
3474
sc->
sc_txqsetup
&= ~(1<<txq->axq_qnum);
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025