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:sleep_tx_count
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
201
* @STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %
sleep_tx_count
277
* @
sleep_tx_count
: number of packets to transmit to station even though it is
308
__le16
sleep_tx_count
;
member
357
* @
sleep_tx_count
: number of packets to transmit to station even though it is
394
__le16
sleep_tx_count
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
sta.h
148
* @STA_MODIFY_SLEEPING_STA_TX_COUNT: this command modifies %
sleep_tx_count
224
* @
sleep_tx_count
: number of packets to transmit to station even though it is
255
__le16
sleep_tx_count
;
member
304
* @
sleep_tx_count
: number of packets to transmit to station even though it is
341
__le16
sleep_tx_count
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.h
401
* @
sleep_tx_count
: the number of frames that we told the firmware to let out
451
u8
sleep_tx_count
;
member
H
A
D
sta.c
3753
.
sleep_tx_count
= cpu_to_le16(cnt),
in iwl_mvm_sta_modify_sleep_tx_count()
3775
int
sleep_tx_count
;
in iwl_mvm_sta_modify_sleep_tx_count()
local
3792
sleep_tx_count
= cnt - remaining;
in iwl_mvm_sta_modify_sleep_tx_count()
3794
mvmsta->
sleep_tx_count
=
sleep_tx_count
;
in iwl_mvm_sta_modify_sleep_tx_count()
3797
cmd.
sleep_tx_count
= cpu_to_le16(
sleep_tx_count
);
in iwl_mvm_sta_modify_sleep_tx_count()
H
A
D
tx.c
1641
if (mvmsta->
sleep_tx_count
) {
in iwl_mvm_rx_tx_cmd_single()
1642
mvmsta->
sleep_tx_count
--;
in iwl_mvm_rx_tx_cmd_single()
1643
if (mvmsta->
sleep_tx_count
&&
in iwl_mvm_rx_tx_cmd_single()
1667
mvmsta->
sleep_tx_count
= 0;
in iwl_mvm_rx_tx_cmd_single()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
sta.c
4062
.
sleep_tx_count
= cpu_to_le16(cnt),
in iwl_mvm_sta_modify_sleep_tx_count()
4084
int
sleep_tx_count
;
in iwl_mvm_sta_modify_sleep_tx_count()
local
4101
sleep_tx_count
= cnt - remaining;
in iwl_mvm_sta_modify_sleep_tx_count()
4103
mvmsta->
sleep_tx_count
=
sleep_tx_count
;
in iwl_mvm_sta_modify_sleep_tx_count()
4106
cmd.
sleep_tx_count
= cpu_to_le16(
sleep_tx_count
);
in iwl_mvm_sta_modify_sleep_tx_count()
H
A
D
tx.c
1830
if (mvmsta->
sleep_tx_count
) {
in iwl_mvm_rx_tx_cmd_single()
1831
mvmsta->
sleep_tx_count
--;
in iwl_mvm_rx_tx_cmd_single()
1832
if (mvmsta->
sleep_tx_count
&&
in iwl_mvm_rx_tx_cmd_single()
1856
mvmsta->
sleep_tx_count
= 0;
in iwl_mvm_rx_tx_cmd_single()
H
A
D
sta.h
385
* @
sleep_tx_count
: the number of frames that we told the firmware to let out
436
u8
sleep_tx_count
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H
A
D
commands.h
1016
__le16
sleep_tx_count
;
member
1054
__le16
sleep_tx_count
;
member
H
A
D
4965.c
1713
addsta->
sleep_tx_count
= cmd->
sleep_tx_count
;
in il4965_build_addsta_hcmd()
H
A
D
4965-mac.c
3666
il->stations[sta_id].sta.
sleep_tx_count
= cpu_to_le16(cnt);
in il4965_sta_modify_sleep_tx_count()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H
A
D
4965.c
1713
addsta->
sleep_tx_count
= cmd->
sleep_tx_count
;
in il4965_build_addsta_hcmd()
H
A
D
commands.h
1016
__le16
sleep_tx_count
;
member
1054
__le16
sleep_tx_count
;
member
H
A
D
4965-mac.c
3665
il->stations[sta_id].sta.
sleep_tx_count
= cpu_to_le16(cnt);
in il4965_sta_modify_sleep_tx_count()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
1426
.
sleep_tx_count
= cpu_to_le16(cnt),
in iwl_sta_modify_sleep_tx_count()
H
A
D
commands.h
922
__le16
sleep_tx_count
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
sta.c
1421
.
sleep_tx_count
= cpu_to_le16(cnt),
in iwl_sta_modify_sleep_tx_count()
H
A
D
commands.h
869
__le16
sleep_tx_count
;
member
Completed in 75 milliseconds