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:orig_amsdu_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs-fw.c
382
if (flags & IWL_TLC_NOTIF_FLAG_AMSDU && !mvmsta->
orig_amsdu_len
) {
in iwl_mvm_tlc_update_notif()
389
* so also check with
orig_amsdu_len
which holds the
in iwl_mvm_tlc_update_notif()
392
WARN_ON(mvmsta->
orig_amsdu_len
< size);
in iwl_mvm_tlc_update_notif()
H
A
D
sta.h
397
* @
orig_amsdu_len
: used to save the original amsdu_len when it is changed via
448
u16
orig_amsdu_len
;
member
H
A
D
debugfs.c
483
if ((amsdu_len && mvmsta->
orig_amsdu_len
) ||
in iwl_dbgfs_amsdu_len_write()
484
(!!amsdu_len && mvmsta->
orig_amsdu_len
))
in iwl_dbgfs_amsdu_len_write()
488
mvmsta->
orig_amsdu_len
= sta->max_amsdu_len;
in iwl_dbgfs_amsdu_len_write()
493
sta->max_amsdu_len = mvmsta->
orig_amsdu_len
;
in iwl_dbgfs_amsdu_len_write()
494
mvmsta->
orig_amsdu_len
= 0;
in iwl_dbgfs_amsdu_len_write()
511
mvmsta->
orig_amsdu_len
);
in iwl_dbgfs_amsdu_len_read()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs-fw.c
481
if (flags & IWL_TLC_NOTIF_FLAG_AMSDU && !mvm_link_sta->
orig_amsdu_len
) {
in iwl_mvm_tlc_update_notif()
488
* so also check with
orig_amsdu_len
which holds the
in iwl_mvm_tlc_update_notif()
491
WARN_ON(mvm_link_sta->
orig_amsdu_len
< size);
in iwl_mvm_tlc_update_notif()
H
A
D
debugfs.c
452
if (amsdu_len && mvm_link_sta->
orig_amsdu_len
)
in iwl_dbgfs_amsdu_len_write()
456
mvm_link_sta->
orig_amsdu_len
= link_sta->agg.max_amsdu_len;
in iwl_dbgfs_amsdu_len_write()
462
link_sta->agg.max_amsdu_len = mvm_link_sta->
orig_amsdu_len
;
in iwl_dbgfs_amsdu_len_write()
463
mvm_link_sta->
orig_amsdu_len
= 0;
in iwl_dbgfs_amsdu_len_write()
484
mvm_link_sta->
orig_amsdu_len
);
in iwl_dbgfs_amsdu_len_read()
H
A
D
sta.h
339
* @
orig_amsdu_len
: used to save the original amsdu_len when it is changed via
352
u16
orig_amsdu_len
;
member
Completed in 10 milliseconds