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_tfd
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.h
191
struct
iwl_tfd
*tfd;
in iwl_txq_gen1_tfd_get_num_tbs()
199
tfd = (struct
iwl_tfd
*)_tfd;
in iwl_txq_gen1_tfd_get_num_tbs()
206
struct
iwl_tfd
*tfd;
in iwl_txq_gen1_tfd_tb_get_len()
216
tfd = (struct
iwl_tfd
*)_tfd;
in iwl_txq_gen1_tfd_tb_get_len()
H
A
D
tx.c
1378
struct
iwl_tfd
*tfd;
in iwl_txq_gen1_tfd_tb_get_addr()
1449
struct
iwl_tfd
*tfd_fh = (void *)tfd;
in iwl_txq_gen1_tfd_unmap()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/
H
A
D
tx.h
134
struct
iwl_tfd
*tfd)
in iwl_txq_gen1_tfd_get_num_tbs()
142
struct
iwl_tfd
*tfd;
in iwl_txq_gen1_tfd_tb_get_len()
152
tfd = (struct
iwl_tfd
*)_tfd;
in iwl_txq_gen1_tfd_tb_get_len()
159
struct
iwl_tfd
*tfd,
in iwl_pcie_gen1_tfd_set_tb()
H
A
D
tx.c
1039
struct
iwl_tfd
*tfd)
in iwl_txq_set_tfd_invalid_gen1()
1370
struct
iwl_tfd
*tfd, u8 idx)
in iwl_txq_gen1_tfd_tb_get_addr()
1396
struct
iwl_tfd
*tfd = iwl_txq_get_tfd(trans, txq, index);
in iwl_txq_gen1_tfd_unmap()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-trans.c
139
trans->txqs.tfd.size = sizeof(struct
iwl_tfd
);
in iwl_trans_alloc()
H
A
D
iwl-fh.h
717
* struct
iwl_tfd
- Transmit Frame Descriptor (TFD)
725
struct
iwl_tfd
{
struct
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-trans.c
52
trans->txqs.tfd.size = sizeof(struct
iwl_tfd
);
in iwl_trans_alloc()
H
A
D
iwl-fh.h
683
* struct
iwl_tfd
- Transmit Frame Descriptor (TFD)
691
struct
iwl_tfd
{
struct
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H
A
D
tx.c
195
struct
iwl_tfd
*tfd_fh = (void *)tfd;
in iwl_pcie_tfd_set_tb()
Completed in 12 milliseconds