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:IWL_AGG_ON
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tx.c
386
tid_data->agg.state !=
IWL_AGG_ON
) {
in iwlagn_tx_skb()
399
if (WARN_ONCE(tid_data->agg.state !=
IWL_AGG_ON
&&
in iwlagn_tx_skb()
522
case
IWL_AGG_ON
:
in iwlagn_tx_agg_stop()
564
if (agg_state ==
IWL_AGG_ON
)
in iwlagn_tx_agg_stop()
670
if (agg_state ==
IWL_AGG_ON
)
in iwlagn_tx_agg_flush()
694
priv->tid_data[sta_priv->sta_id][tid].agg.state =
IWL_AGG_ON
;
in iwlagn_tx_agg_oper()
H
A
D
dev.h
118
* @
IWL_AGG_ON
: aggregation session is up
127
IWL_AGG_ON
,
enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tx.c
382
tid_data->agg.state !=
IWL_AGG_ON
) {
in iwlagn_tx_skb()
395
if (WARN_ONCE(tid_data->agg.state !=
IWL_AGG_ON
&&
in iwlagn_tx_skb()
518
case
IWL_AGG_ON
:
in iwlagn_tx_agg_stop()
560
if (agg_state ==
IWL_AGG_ON
)
in iwlagn_tx_agg_stop()
666
if (agg_state ==
IWL_AGG_ON
)
in iwlagn_tx_agg_flush()
690
priv->tid_data[sta_priv->sta_id][tid].agg.state =
IWL_AGG_ON
;
in iwlagn_tx_agg_oper()
H
A
D
dev.h
113
* @
IWL_AGG_ON
: aggregation session is up
122
IWL_AGG_ON
,
enumerator
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.h
283
* @
IWL_AGG_ON
: aggregation session is up
293
IWL_AGG_ON
,
enumerator
400
* @agg_tids: bitmap of tids whose status is operational aggregated (
IWL_AGG_ON
)
H
A
D
sta.c
458
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
)
in iwl_mvm_get_queue_agg_tids()
505
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
)
in iwl_mvm_remove_sta_queue_marking()
998
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
) {
in iwl_mvm_unshare_queue()
1368
if (queue_state ==
IWL_AGG_ON
) {
in iwl_mvm_sta_alloc_queue()
2977
tid_data->state =
IWL_AGG_ON
;
in iwl_mvm_sta_tx_agg_oper()
3124
case
IWL_AGG_ON
:
in iwl_mvm_sta_tx_agg_stop()
3190
if (old_state >=
IWL_AGG_ON
) {
in iwl_mvm_sta_tx_agg_flush()
H
A
D
tx.c
1123
mvmsta->tid_data[tid].state !=
IWL_AGG_ON
,
in iwl_mvm_tx_mpdu()
1270
if ((tid_data->state ==
IWL_AGG_ON
||
in iwl_mvm_check_ratid_empty()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
471
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
)
in iwl_mvm_get_queue_agg_tids()
518
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
)
in iwl_mvm_remove_sta_queue_marking()
1111
if (mvmsta->tid_data[tid].state ==
IWL_AGG_ON
) {
in iwl_mvm_unshare_queue()
1481
if (queue_state ==
IWL_AGG_ON
) {
in iwl_mvm_sta_alloc_queue()
3229
tid_data->state =
IWL_AGG_ON
;
in iwl_mvm_sta_tx_agg_oper()
3379
case
IWL_AGG_ON
:
in iwl_mvm_sta_tx_agg_stop()
3446
if (old_state >=
IWL_AGG_ON
) {
in iwl_mvm_sta_tx_agg_flush()
H
A
D
sta.h
225
* @
IWL_AGG_ON
: aggregation session is up
235
IWL_AGG_ON
,
enumerator
383
* @agg_tids: bitmap of tids whose status is operational aggregated (
IWL_AGG_ON
)
H
A
D
tx.c
1193
mvmsta->tid_data[tid].state !=
IWL_AGG_ON
,
in iwl_mvm_tx_mpdu()
1387
if ((tid_data->state ==
IWL_AGG_ON
||
in iwl_mvm_check_ratid_empty()
Completed in 25 milliseconds