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
defs:tpd_ring
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_main.c
854
struct atl1c_tpd_ring *
tpd_ring
= &adapter->
tpd_ring
[type];
in atl1c_clean_tx_ring()
local
903
struct atl1c_tpd_ring *
tpd_ring
= adapter->
tpd_ring
;
in atl1c_init_ring_ptrs()
local
962
struct atl1c_
tpd_ring
*
tpd_ring
= adapter->
tpd_ring
;
atl1c_setup_ring_resources()
local
1048
struct atl1c_
tpd_ring
*
tpd_ring
= (struct atl1c_
tpd_ring
*)
atl1c_configure_des_ring()
local
1536
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[type];
atl1c_clean_tx_irq()
local
1908
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[type];
atl1c_tpd_avail()
local
1928
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[type];
atl1c_get_tpd()
local
1943
struct atl1c_
tpd_ring
*
tpd_ring
= adapter->
tpd_ring
;
atl1c_get_tx_buffer()
local
2072
struct atl1c_
tpd_ring
*
tpd_ring
= &adpt->
tpd_ring
[type];
atl1c_tx_rollback()
local
2190
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[type];
atl1c_tx_queue()
local
[all...]
H
A
D
atl1c.h
540
struct atl1c_tpd_ring
tpd_ring
[AT_MAX_TRANSMIT_QUEUE];
member
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.c
1021
struct atl1_tpd_ring *
tpd_ring
= &adapter->
tpd_ring
;
in atl1_setup_ring_resources()
local
1108
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_init_ring_ptrs()
local
1168
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_clean_tx_ring()
local
1211
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_free_ring_resources()
local
2053
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_intr_tx()
local
2089
atl1_tpd_avail(struct atl1_
tpd_ring
*
tpd_ring
)
atl1_tpd_avail()
argument
2186
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_tx_map()
local
2290
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_tx_queue()
local
2341
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_xmit_frame()
local
[all...]
H
A
D
atl1.h
764
struct atl1_tpd_ring
tpd_ring
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.c
1021
struct atl1_tpd_ring *
tpd_ring
= &adapter->
tpd_ring
;
in atl1_setup_ring_resources()
local
1108
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_init_ring_ptrs()
local
1168
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_clean_tx_ring()
local
1211
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_free_ring_resources()
local
2053
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_intr_tx()
local
2089
atl1_tpd_avail(struct atl1_
tpd_ring
*
tpd_ring
)
atl1_tpd_avail()
argument
2189
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_tx_map()
local
2293
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_tx_queue()
local
2344
struct atl1_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
;
atl1_xmit_frame()
local
[all...]
H
A
D
atl1.h
764
struct atl1_tpd_ring
tpd_ring
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_main.c
877
struct atl1c_tpd_ring *
tpd_ring
= &adapter->
tpd_ring
[queue];
in atl1c_clean_tx_ring()
local
927
struct atl1c_tpd_ring *
tpd_ring
= adapter->
tpd_ring
;
in atl1c_init_ring_ptrs()
local
985
struct atl1c_
tpd_ring
*
tpd_ring
= adapter->
tpd_ring
;
atl1c_setup_ring_resources()
local
1083
struct atl1c_
tpd_ring
*
tpd_ring
= adapter->
tpd_ring
;
atl1c_configure_des_ring()
local
1589
struct atl1c_
tpd_ring
*
tpd_ring
=
atl1c_clean_tx()
local
1980
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[queue];
atl1c_tpd_avail()
local
2000
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[queue];
atl1c_get_tpd()
local
2015
struct atl1c_
tpd_ring
*
tpd_ring
= adapter->
tpd_ring
;
atl1c_get_tx_buffer()
local
2144
struct atl1c_
tpd_ring
*
tpd_ring
= &adpt->
tpd_ring
[queue];
atl1c_tx_rollback()
local
2262
struct atl1c_
tpd_ring
*
tpd_ring
= &adapter->
tpd_ring
[queue];
atl1c_tx_queue()
local
[all...]
H
A
D
atl1c.h
543
struct atl1c_tpd_ring
tpd_ring
[AT_MAX_TRANSMIT_QUEUE];
member
Completed in 17 milliseconds