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:que_started
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_dpmaif.h
43
bool
que_started
;
member
50
bool
que_started
;
member
H
A
D
t7xx_hif_dpmaif.h
99
bool
que_started
;
member
125
bool
que_started
;
member
H
A
D
t7xx_hif_dpmaif_tx.c
58
if (!txq->
que_started
)
in t7xx_dpmaif_update_drb_rd_idx()
254
if (!txq->
que_started
|| dpmaif_ctrl->state != DPMAIF_STATE_PWRON)
in t7xx_dpmaif_add_skb_to_ring()
352
if (!txq->
que_started
)
in t7xx_select_tx_queue()
651
txq->
que_started
= false;
in t7xx_dpmaif_tx_stop()
667
txq->
que_started
= false;
in t7xx_dpmaif_txq_flush_rel()
H
A
D
t7xx_hif_dpmaif.c
315
rxq->
que_started
= true;
in t7xx_dpmaif_start()
344
txq->
que_started
= true;
in t7xx_dpmaif_start()
438
txq->
que_started
= true;
in t7xx_dpmaif_start_txrx_qs()
443
rxq->
que_started
= true;
in t7xx_dpmaif_start_txrx_qs()
H
A
D
t7xx_hif_dpmaif_rx.c
87
if (!rxq->
que_started
) {
in t7xx_dpmaif_update_bat_wr_idx()
242
if (!rxq->
que_started
)
in t7xx_dpmaifq_release_pit_entry()
508
if (!rxq->
que_started
|| !rel_entry_num)
in t7xx_dpmaif_release_bat_entry()
802
if (!rxq->
que_started
)
in t7xx_dpmaifq_poll_pit()
841
if (!rxq->
que_started
) {
in t7xx_dpmaif_napi_rx_poll()
1124
/* Ensure RX processing has stopped before we set rxq->
que_started
to false */
in t7xx_dpmaif_rx_stop()
1126
rxq->
que_started
= false;
in t7xx_dpmaif_rx_stop()
1134
rxq->
que_started
= false;
in t7xx_dpmaif_stop_rxq()
H
A
D
t7xx_dpmaif.c
821
if (!dl_que->
que_started
)
in t7xx_dpmaif_config_dlq_hw()
915
if (ul_que->
que_started
) {
in t7xx_dpmaif_config_ulq_hw()
1136
dl_que->
que_started
= true;
in t7xx_dpmaif_set_queue_property()
1143
ul_que->
que_started
= true;
in t7xx_dpmaif_set_queue_property()
Completed in 7 milliseconds