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:WMM_NUM_AC
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H
A
D
core.h
60
#define MAX_DEFAULT_SEND_QUEUE_DEPTH (MAX_DEF_COOKIE_NUM /
WMM_NUM_AC
)
736
enum htc_endpoint_id ac2ep_map[
WMM_NUM_AC
];
737
bool ac_stream_active[
WMM_NUM_AC
];
738
u8 ac_stream_pri_map[
WMM_NUM_AC
];
H
A
D
htc.h
97
#define
WMM_NUM_AC
4
macro
628
u32 ac_tx_count[
WMM_NUM_AC
];
H
A
D
htc_mbox.c
765
u8 ac =
WMM_NUM_AC
;
in ath6kl_htc_tx_bundle()
789
if ((ac <
WMM_NUM_AC
) && (ac != WMM_AC_BK)) {
in ath6kl_htc_tx_bundle()
865
u8 ac =
WMM_NUM_AC
;
in ath6kl_htc_tx_from_queue()
947
(ac <
WMM_NUM_AC
)) {
in ath6kl_htc_tx_from_queue()
956
if (ac <
WMM_NUM_AC
)
in ath6kl_htc_tx_from_queue()
2635
target->tx_bndl_mask = (1 <<
WMM_NUM_AC
) - 1;
in htc_setup_msg_bndl()
H
A
D
wmi.c
1179
if (ev->traffic_class >=
WMM_NUM_AC
) {
in ath6kl_wmi_pstream_timeout_event_rx()
1517
if (reply->ac >=
WMM_NUM_AC
) {
in ath6kl_wmi_cac_event_rx()
2450
struct wmi_data_sync_bufs data_sync_bufs[
WMM_NUM_AC
];
in ath6kl_wmi_sync_point()
2459
for (index = 0; index <
WMM_NUM_AC
; index++) {
in ath6kl_wmi_sync_point()
2639
if (traffic_class >=
WMM_NUM_AC
) {
in ath6kl_wmi_delete_pstream_cmd()
2735
for (i = 0; i <
WMM_NUM_AC
; i++) {
in ath6kl_wmi_relinquish_implicit_pstream_credits()
H
A
D
wmi.h
103
#define
WMM_NUM_AC
4
macro
112
u16 stream_exist_for_ac[
WMM_NUM_AC
];
H
A
D
txrx.c
565
for (i = 0; i <
WMM_NUM_AC
; i++) {
in ath6kl_indicate_tx_activity()
820
for (i = 0; i <
WMM_NUM_AC
; i++)
in ath6kl_tx_data_cleanup()
H
A
D
main.c
729
for (ac = 0; ac <
WMM_NUM_AC
; ac++)
in ath6kl_update_target_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H
A
D
core.h
60
#define MAX_DEFAULT_SEND_QUEUE_DEPTH (MAX_DEF_COOKIE_NUM /
WMM_NUM_AC
)
736
enum htc_endpoint_id ac2ep_map[
WMM_NUM_AC
];
737
bool ac_stream_active[
WMM_NUM_AC
];
738
u8 ac_stream_pri_map[
WMM_NUM_AC
];
H
A
D
htc.h
97
#define
WMM_NUM_AC
4
macro
628
u32 ac_tx_count[
WMM_NUM_AC
];
H
A
D
htc_mbox.c
765
u8 ac =
WMM_NUM_AC
;
in ath6kl_htc_tx_bundle()
789
if ((ac <
WMM_NUM_AC
) && (ac != WMM_AC_BK)) {
in ath6kl_htc_tx_bundle()
865
u8 ac =
WMM_NUM_AC
;
in ath6kl_htc_tx_from_queue()
947
(ac <
WMM_NUM_AC
)) {
in ath6kl_htc_tx_from_queue()
956
if (ac <
WMM_NUM_AC
)
in ath6kl_htc_tx_from_queue()
2635
target->tx_bndl_mask = (1 <<
WMM_NUM_AC
) - 1;
in htc_setup_msg_bndl()
H
A
D
wmi.c
1179
if (ev->traffic_class >=
WMM_NUM_AC
) {
in ath6kl_wmi_pstream_timeout_event_rx()
1517
if (reply->ac >=
WMM_NUM_AC
) {
in ath6kl_wmi_cac_event_rx()
2436
struct wmi_data_sync_bufs data_sync_bufs[
WMM_NUM_AC
];
in ath6kl_wmi_sync_point()
2445
for (index = 0; index <
WMM_NUM_AC
; index++) {
in ath6kl_wmi_sync_point()
2625
if (traffic_class >=
WMM_NUM_AC
) {
in ath6kl_wmi_delete_pstream_cmd()
2721
for (i = 0; i <
WMM_NUM_AC
; i++) {
in ath6kl_wmi_relinquish_implicit_pstream_credits()
H
A
D
wmi.h
103
#define
WMM_NUM_AC
4
macro
112
u16 stream_exist_for_ac[
WMM_NUM_AC
];
H
A
D
txrx.c
565
for (i = 0; i <
WMM_NUM_AC
; i++) {
in ath6kl_indicate_tx_activity()
820
for (i = 0; i <
WMM_NUM_AC
; i++)
in ath6kl_tx_data_cleanup()
H
A
D
main.c
729
for (ac = 0; ac <
WMM_NUM_AC
; ac++)
in ath6kl_update_target_stats()
Completed in 42 milliseconds