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:tx_seq_no
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
mac.h
85
if (arvif->
tx_seq_no
== 0)
in ath10k_tx_h_seq_no()
86
arvif->
tx_seq_no
= 0x1000;
in ath10k_tx_h_seq_no()
89
arvif->
tx_seq_no
+= 0x10;
in ath10k_tx_h_seq_no()
91
hdr->seq_ctrl |= cpu_to_le16(arvif->
tx_seq_no
);
in ath10k_tx_h_seq_no()
H
A
D
core.h
597
u16
tx_seq_no
;
member
H
A
D
mac.c
1796
arvif->
tx_seq_no
= 0x1000;
in ath10k_control_beaconing()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.h
85
if (arvif->
tx_seq_no
== 0)
in ath10k_tx_h_seq_no()
86
arvif->
tx_seq_no
= 0x1000;
in ath10k_tx_h_seq_no()
89
arvif->
tx_seq_no
+= 0x10;
in ath10k_tx_h_seq_no()
91
hdr->seq_ctrl |= cpu_to_le16(arvif->
tx_seq_no
);
in ath10k_tx_h_seq_no()
H
A
D
core.h
599
u16
tx_seq_no
;
member
H
A
D
mac.c
1807
arvif->
tx_seq_no
= 0x1000;
in ath10k_control_beaconing()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls.h
268
u64
tx_seq_no
;
member
H
A
D
chtls_hw.c
459
csk->tlshws.
tx_seq_no
= 0;
in chtls_setkey()
H
A
D
chtls_io.c
307
return hws->
tx_seq_no
++;
in tlstx_incr_seqnum()
505
hws->
tx_seq_no
+= (pdus - 1);
in make_tlstx_data_wr()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls.h
271
u64
tx_seq_no
;
member
H
A
D
chtls_hw.c
459
csk->tlshws.
tx_seq_no
= 0;
in chtls_setkey()
H
A
D
chtls_io.c
307
return hws->
tx_seq_no
++;
in tlstx_incr_seqnum()
505
hws->
tx_seq_no
+= (pdus - 1);
in make_tlstx_data_wr()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
204
u16
tx_seq_no
;
member
H
A
D
mac.c
843
arvif->
tx_seq_no
= 0x1000;
in ath11k_control_beaconing()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
329
u16
tx_seq_no
;
member
H
A
D
mac.c
1622
arvif->
tx_seq_no
= 0x1000;
in ath11k_control_beaconing()
Completed in 57 milliseconds