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_compl_q
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
netcp_core.c
1014
dma = knav_queue_pop(netcp->
tx_compl_q
, &dma_sz);
in netcp_process_tx_compl_packets()
1067
knav_queue_enable_notify(netcp->
tx_compl_q
);
in netcp_tx_poll()
1077
knav_queue_disable_notify(netcp->
tx_compl_q
);
in netcp_tx_notify()
1572
if (!IS_ERR_OR_NULL(netcp->
tx_compl_q
)) {
in netcp_free_navigator_resources()
1573
knav_queue_close(netcp->
tx_compl_q
);
in netcp_free_navigator_resources()
1574
netcp->
tx_compl_q
= NULL;
in netcp_free_navigator_resources()
1614
netcp->
tx_compl_q
= knav_queue_open(name, netcp->tx_compl_qid, 0);
in netcp_setup_navigator_resources()
1615
if (IS_ERR(netcp->
tx_compl_q
)) {
in netcp_setup_navigator_resources()
1616
ret = PTR_ERR(netcp->
tx_compl_q
);
in netcp_setup_navigator_resources()
1619
netcp->tx_compl_qid = knav_queue_get_id(netcp->
tx_compl_q
);
in netcp_setup_navigator_resources()
[all...]
H
A
D
netcp.h
89
void *
tx_compl_q
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
netcp_core.c
1013
dma = knav_queue_pop(netcp->
tx_compl_q
, &dma_sz);
in netcp_process_tx_compl_packets()
1066
knav_queue_enable_notify(netcp->
tx_compl_q
);
in netcp_tx_poll()
1076
knav_queue_disable_notify(netcp->
tx_compl_q
);
in netcp_tx_notify()
1571
if (!IS_ERR_OR_NULL(netcp->
tx_compl_q
)) {
in netcp_free_navigator_resources()
1572
knav_queue_close(netcp->
tx_compl_q
);
in netcp_free_navigator_resources()
1573
netcp->
tx_compl_q
= NULL;
in netcp_free_navigator_resources()
1613
netcp->
tx_compl_q
= knav_queue_open(name, netcp->tx_compl_qid, 0);
in netcp_setup_navigator_resources()
1614
if (IS_ERR(netcp->
tx_compl_q
)) {
in netcp_setup_navigator_resources()
1615
ret = PTR_ERR(netcp->
tx_compl_q
);
in netcp_setup_navigator_resources()
1618
netcp->tx_compl_qid = knav_queue_get_id(netcp->
tx_compl_q
);
in netcp_setup_navigator_resources()
[all...]
H
A
D
netcp.h
89
void *
tx_compl_q
;
member
Completed in 7 milliseconds