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:dpmaif_tx_queue
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_dpmaif_tx.c
54
struct
dpmaif_tx_queue
*txq = &dpmaif_ctrl->txq[q_num];
in t7xx_dpmaif_update_drb_rd_idx()
83
struct
dpmaif_tx_queue
*txq = &dpmaif_ctrl->txq[q_num];
in t7xx_dpmaif_release_tx_buffer()
137
struct
dpmaif_tx_queue
*txq = &dpmaif_ctrl->txq[q_num];
in t7xx_dpmaif_tx_release()
153
static bool t7xx_dpmaif_drb_ring_not_empty(struct
dpmaif_tx_queue
*txq)
in t7xx_dpmaif_drb_ring_not_empty()
160
struct
dpmaif_tx_queue
*txq = container_of(work, struct
dpmaif_tx_queue
, dpmaif_tx_work);
in t7xx_dpmaif_tx_done()
248
struct
dpmaif_tx_queue
*txq;
in t7xx_dpmaif_add_skb_to_ring()
347
static struct
dpmaif_tx_queue
*t7xx_select_tx_queue(struct dpmaif_ctrl *dpmaif_ctrl)
in t7xx_select_tx_queue()
349
struct
dpmaif_tx_queue
*txq;
in t7xx_select_tx_queue()
358
static unsigned int t7xx_txq_drb_wr_available(struct
dpmaif_tx_queue
*tx
[all...]
H
A
D
t7xx_hif_dpmaif_tx.h
72
void t7xx_dpmaif_txq_free(struct
dpmaif_tx_queue
*txq);
74
int t7xx_dpmaif_txq_init(struct
dpmaif_tx_queue
*txq);
H
A
D
t7xx_hif_dpmaif.h
123
struct
dpmaif_tx_queue
{
struct
177
struct
dpmaif_tx_queue
txq[DPMAIF_TXQ_NUM];
H
A
D
t7xx_hif_dpmaif.c
211
struct
dpmaif_tx_queue
*tx_q;
in t7xx_dpmaif_rxtx_sw_allocs()
282
struct
dpmaif_tx_queue
*tx_q;
in t7xx_dpmaif_sw_release()
304
struct
dpmaif_tx_queue
*txq;
in t7xx_dpmaif_start()
433
struct
dpmaif_tx_queue
*txq;
in t7xx_dpmaif_start_txrx_qs()
Completed in 3 milliseconds