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_attr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H
A
D
tx.c
257
u16
tx_attr
= 0;
in wl1271_tx_fill_hdr()
local
294
tx_attr
= (SESSION_COUNTER_INVALID <<
in wl1271_tx_fill_hdr()
298
tx_attr
|= TX_HW_ATTR_TX_DUMMY_REQ;
in wl1271_tx_fill_hdr()
307
tx_attr
= session_id << TX_HW_ATTR_OFST_SESSION_COUNTER;
in wl1271_tx_fill_hdr()
342
tx_attr
|= rate_idx << TX_HW_ATTR_OFST_RATE_POLICY;
in wl1271_tx_fill_hdr()
347
tx_attr
|= TX_HW_ATTR_HOST_ENCRYPT;
in wl1271_tx_fill_hdr()
351
tx_attr
|= TX_HW_ATTR_EAPOL_FRAME;
in wl1271_tx_fill_hdr()
353
desc->
tx_attr
= cpu_to_le16(
tx_attr
);
in wl1271_tx_fill_hdr()
H
A
D
tx.h
116
__le16
tx_attr
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H
A
D
tx.c
257
u16
tx_attr
= 0;
in wl1271_tx_fill_hdr()
local
294
tx_attr
= (SESSION_COUNTER_INVALID <<
in wl1271_tx_fill_hdr()
298
tx_attr
|= TX_HW_ATTR_TX_DUMMY_REQ;
in wl1271_tx_fill_hdr()
307
tx_attr
= session_id << TX_HW_ATTR_OFST_SESSION_COUNTER;
in wl1271_tx_fill_hdr()
342
tx_attr
|= rate_idx << TX_HW_ATTR_OFST_RATE_POLICY;
in wl1271_tx_fill_hdr()
347
tx_attr
|= TX_HW_ATTR_HOST_ENCRYPT;
in wl1271_tx_fill_hdr()
351
tx_attr
|= TX_HW_ATTR_EAPOL_FRAME;
in wl1271_tx_fill_hdr()
353
desc->
tx_attr
= cpu_to_le16(
tx_attr
);
in wl1271_tx_fill_hdr()
H
A
D
tx.h
116
__le16
tx_attr
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
1326
desc->
tx_attr
|=
in wl12xx_set_tx_desc_data_len()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H
A
D
main.c
1326
desc->
tx_attr
|=
in wl12xx_set_tx_desc_data_len()
Completed in 11 milliseconds