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:noack
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
3057
if (arvif->
noack
[i]) {
in ath10k_new_peer_tid_config()
3058
arg.ack_policy = arvif->
noack
[i];
in ath10k_new_peer_tid_config()
3069
arsta->
noack
[i] = -1;
in ath10k_new_peer_tid_config()
3709
bool
noack
= false;
in ath10k_mac_tx_h_fill_cb()
local
3723
if (arvif->
noack
[tid] == WMI_PEER_TID_CONFIG_NOACK)
in ath10k_mac_tx_h_fill_cb()
3724
noack
= true;
in ath10k_mac_tx_h_fill_cb()
3729
if (arsta->
noack
[tid] == WMI_PEER_TID_CONFIG_NOACK)
in ath10k_mac_tx_h_fill_cb()
3730
noack
= true;
in ath10k_mac_tx_h_fill_cb()
3732
if (arsta->
noack
[tid] == WMI_PEER_TID_CONFIG_ACK)
in ath10k_mac_tx_h_fill_cb()
3733
noack
in ath10k_mac_tx_h_fill_cb()
[all...]
H
A
D
core.h
551
int
noack
[ATH10K_TID_MAX];
member
630
int
noack
[ATH10K_TID_MAX];
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
3228
if (arvif->
noack
[i]) {
in ath10k_new_peer_tid_config()
3229
arg.ack_policy = arvif->
noack
[i];
in ath10k_new_peer_tid_config()
3240
arsta->
noack
[i] = -1;
in ath10k_new_peer_tid_config()
3883
bool
noack
= false;
in ath10k_mac_tx_h_fill_cb()
local
3903
if (arvif->
noack
[tid] == WMI_PEER_TID_CONFIG_NOACK)
in ath10k_mac_tx_h_fill_cb()
3904
noack
= true;
in ath10k_mac_tx_h_fill_cb()
3909
if (arsta->
noack
[tid] == WMI_PEER_TID_CONFIG_NOACK)
in ath10k_mac_tx_h_fill_cb()
3910
noack
= true;
in ath10k_mac_tx_h_fill_cb()
3912
if (arsta->
noack
[tid] == WMI_PEER_TID_CONFIG_ACK)
in ath10k_mac_tx_h_fill_cb()
3913
noack
in ath10k_mac_tx_h_fill_cb()
[all...]
H
A
D
core.h
553
int
noack
[ATH10K_TID_MAX];
member
632
int
noack
[ATH10K_TID_MAX];
member
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
726
* @
noack
:
noack
configuration value for the TID
739
enum nl80211_tid_config
noack
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
783
* @
noack
:
noack
configuration value for the TID
796
enum nl80211_tid_config
noack
;
member
/kernel/linux/linux-5.10/net/wireless/
H
A
D
nl80211.c
14472
tid_conf->
noack
=
in parse_tid_conf()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
15890
tid_conf->
noack
=
in parse_tid_conf()
Completed in 114 milliseconds