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:hw_queue_base
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
tx.h
203
int mac_queue = wlvif->
hw_queue_base
;
in wlcore_tx_get_mac80211_queue()
H
A
D
wlcore_i.h
455
* VO -
hw_queue_base
456
* VI -
hw_queue_base
+ 1
457
* BE -
hw_queue_base
+ 2
458
* BK -
hw_queue_base
+ 3
460
int
hw_queue_base
;
member
H
A
D
main.c
2487
wlvif->
hw_queue_base
= vif->hw_queue[0];
in wlcore_allocate_hw_queue_base()
2490
wlvif->
hw_queue_base
);
in wlcore_allocate_hw_queue_base()
2501
wlvif->
hw_queue_base
= q_base * NUM_TX_QUEUES;
in wlcore_allocate_hw_queue_base()
2503
wlvif->
hw_queue_base
);
in wlcore_allocate_hw_queue_base()
2506
wl->queue_stop_reasons[wlvif->
hw_queue_base
+ i] = 0;
in wlcore_allocate_hw_queue_base()
2508
vif->hw_queue[i] = wlvif->
hw_queue_base
+ i;
in wlcore_allocate_hw_queue_base()
2515
wlvif->
hw_queue_base
/ NUM_TX_QUEUES;
in wlcore_allocate_hw_queue_base()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
tx.h
203
int mac_queue = wlvif->
hw_queue_base
;
in wlcore_tx_get_mac80211_queue()
H
A
D
wlcore_i.h
455
* VO -
hw_queue_base
456
* VI -
hw_queue_base
+ 1
457
* BE -
hw_queue_base
+ 2
458
* BK -
hw_queue_base
+ 3
460
int
hw_queue_base
;
member
H
A
D
main.c
2468
wlvif->
hw_queue_base
= vif->hw_queue[0];
in wlcore_allocate_hw_queue_base()
2471
wlvif->
hw_queue_base
);
in wlcore_allocate_hw_queue_base()
2482
wlvif->
hw_queue_base
= q_base * NUM_TX_QUEUES;
in wlcore_allocate_hw_queue_base()
2484
wlvif->
hw_queue_base
);
in wlcore_allocate_hw_queue_base()
2487
wl->queue_stop_reasons[wlvif->
hw_queue_base
+ i] = 0;
in wlcore_allocate_hw_queue_base()
2489
vif->hw_queue[i] = wlvif->
hw_queue_base
+ i;
in wlcore_allocate_hw_queue_base()
2496
wlvif->
hw_queue_base
/ NUM_TX_QUEUES;
in wlcore_allocate_hw_queue_base()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
2550
ctx->
hw_queue_base
= pos * IEEE80211_NUM_ACS;
in ath9k_add_chanctx()
2581
ctx->
hw_queue_base
= 0;
in ath9k_remove_chanctx()
2627
vif->hw_queue[i] = ctx->
hw_queue_base
+ i;
in ath9k_assign_vif_chanctx()
H
A
D
ath9k.h
332
int
hw_queue_base
;
member
H
A
D
channel.c
1396
ctx->
hw_queue_base
+ i);
in ath9k_chanctx_stop_queues()
1415
ctx->
hw_queue_base
+ i);
in ath9k_chanctx_wake_queues()
H
A
D
init.c
686
sc->cur_chan->
hw_queue_base
= 0;
in ath9k_init_softc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
main.c
2545
ctx->
hw_queue_base
= pos * IEEE80211_NUM_ACS;
in ath9k_add_chanctx()
2576
ctx->
hw_queue_base
= 0;
in ath9k_remove_chanctx()
2623
vif->hw_queue[i] = ctx->
hw_queue_base
+ i;
in ath9k_assign_vif_chanctx()
H
A
D
ath9k.h
333
int
hw_queue_base
;
member
H
A
D
channel.c
1396
ctx->
hw_queue_base
+ i);
in ath9k_chanctx_stop_queues()
1415
ctx->
hw_queue_base
+ i);
in ath9k_chanctx_wake_queues()
H
A
D
init.c
734
sc->cur_chan->
hw_queue_base
= 0;
in ath9k_init_softc()
Completed in 39 milliseconds