OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ath.c
5272
struct ath_txq *
axq
;
local in function:ath_watchdog
5282
axq
= &sc->sc_txq[i];
5283
ATH_TXQ_LOCK(
axq
);
5284
if (
axq
->axq_timer == 0)
5286
else if (--
axq
->axq_timer == 0) {
5287
ATH_TXQ_UNLOCK(
axq
);
5298
ATH_TXQ_UNLOCK(
axq
);
ath.c
5272
struct ath_txq *
axq
;
local in function:ath_watchdog
5282
axq
= &sc->sc_txq[i];
5283
ATH_TXQ_LOCK(
axq
);
5284
if (
axq
->axq_timer == 0)
5286
else if (--
axq
->axq_timer == 0) {
5287
ATH_TXQ_UNLOCK(
axq
);
5298
ATH_TXQ_UNLOCK(
axq
);
Completed in 48 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025