Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mac80211_qnum
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
xmit.c
760
int q = tid->txq->
mac80211_qnum
;
in ath_lookup_rate()
1753
txq->
mac80211_qnum
= -1;
in ath_txq_setup()
1928
if (txq->
mac80211_qnum
< 0)
in ath_txq_schedule()
1934
ieee80211_txq_schedule_start(hw, txq->
mac80211_qnum
);
in ath_txq_schedule()
1941
while ((queue = ieee80211_next_txq(hw, txq->
mac80211_qnum
))) {
in ath_txq_schedule()
1956
ieee80211_txq_schedule_end(hw, txq->
mac80211_qnum
);
in ath_txq_schedule()
H
A
D
ath9k.h
159
int
mac80211_qnum
; /* mac80211 queue number, -1 means not mac80211 Q */
member
H
A
D
main.c
75
if (txq->
mac80211_qnum
>= 0) {
in ath9k_has_pending_frames()
78
acq = &sc->cur_chan->acq[txq->
mac80211_qnum
];
in ath9k_has_pending_frames()
H
A
D
init.c
418
sc->tx.txq_map[i]->
mac80211_qnum
= i;
in ath9k_init_queues()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
xmit.c
809
int q = tid->txq->
mac80211_qnum
;
in ath_lookup_rate()
1812
txq->
mac80211_qnum
= -1;
in ath_txq_setup()
1987
if (txq->
mac80211_qnum
< 0)
in ath_txq_schedule()
1993
ieee80211_txq_schedule_start(hw, txq->
mac80211_qnum
);
in ath_txq_schedule()
2000
while ((queue = ieee80211_next_txq(hw, txq->
mac80211_qnum
))) {
in ath_txq_schedule()
2015
ieee80211_txq_schedule_end(hw, txq->
mac80211_qnum
);
in ath_txq_schedule()
H
A
D
ath9k.h
160
int
mac80211_qnum
; /* mac80211 queue number, -1 means not mac80211 Q */
member
H
A
D
main.c
75
if (txq->
mac80211_qnum
>= 0) {
in ath9k_has_pending_frames()
78
acq = &sc->cur_chan->acq[txq->
mac80211_qnum
];
in ath9k_has_pending_frames()
H
A
D
init.c
418
sc->tx.txq_map[i]->
mac80211_qnum
= i;
in ath9k_init_queues()
Completed in 22 milliseconds