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:cldma_request
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_cldma.h
58
struct
cldma_request
{
struct
67
struct list_head gpd_ring; /* Ring of struct
cldma_request
*/
68
unsigned int length; /* Number of struct
cldma_request
*/
77
struct
cldma_request
*tr_done;
78
struct
cldma_request
*rx_refill;
79
struct
cldma_request
*tx_next;
H
A
D
t7xx_hif_cldma.c
93
static int t7xx_cldma_alloc_and_map_skb(struct cldma_ctrl *md_ctrl, struct
cldma_request
*req,
in t7xx_cldma_alloc_and_map_skb()
124
struct
cldma_request
*req;
in t7xx_cldma_gpd_rx_from_q()
262
struct
cldma_request
*req;
in t7xx_cldma_gpd_tx_collect()
302
struct
cldma_request
*req;
in t7xx_cldma_txq_empty_hndl()
373
struct
cldma_request
*req_cur, *req_next;
in t7xx_cldma_ring_free()
392
static struct
cldma_request
*t7xx_alloc_rx_request(struct cldma_ctrl *md_ctrl, size_t pkt_size)
in t7xx_alloc_rx_request()
394
struct
cldma_request
*req;
in t7xx_alloc_rx_request()
422
struct
cldma_request
*req;
in t7xx_cldma_rx_ring_init()
453
static struct
cldma_request
*t7xx_alloc_tx_request(struct cldma_ctrl *md_ctrl)
in t7xx_alloc_tx_request()
455
struct
cldma_request
*re
in t7xx_alloc_tx_request()
[all...]
Completed in 7 milliseconds