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:atl1c_tpd_ring
(Results
1 - 4
of
4
) 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()
903
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_init_ring_ptrs()
962
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_setup_ring_resources()
1048
struct
atl1c_tpd_ring
*tpd_ring = (struct
atl1c_tpd_ring
*)
in atl1c_configure_des_ring()
1536
struct
atl1c_tpd_ring
*tpd_ring = &adapter->tpd_ring[type];
in atl1c_clean_tx_irq()
1908
struct
atl1c_tpd_ring
*tpd_ring = &adapter->tpd_ring[type];
in atl1c_tpd_avail()
1928
struct
atl1c_tpd_ring
*tpd_ring = &adapter->tpd_ring[type];
in atl1c_get_tpd()
1943
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_get_tx_buffer()
2072
struct
atl1c_tpd_ring
*tpd_rin
in atl1c_tx_rollback()
[all...]
H
A
D
atl1c.h
473
struct
atl1c_tpd_ring
{
struct
540
struct
atl1c_tpd_ring
tpd_ring[AT_MAX_TRANSMIT_QUEUE];
/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()
927
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_init_ring_ptrs()
985
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_setup_ring_resources()
1083
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_configure_des_ring()
1589
struct
atl1c_tpd_ring
*tpd_ring =
in atl1c_clean_tx()
1590
container_of(napi, struct
atl1c_tpd_ring
, napi);
in atl1c_clean_tx()
1980
struct
atl1c_tpd_ring
*tpd_ring = &adapter->tpd_ring[queue];
in atl1c_tpd_avail()
2000
struct
atl1c_tpd_ring
*tpd_ring = &adapter->tpd_ring[queue];
in atl1c_get_tpd()
2015
struct
atl1c_tpd_ring
*tpd_ring = adapter->tpd_ring;
in atl1c_get_tx_buffer()
2144
struct
atl1c_tpd_ring
*tpd_rin
in atl1c_tx_rollback()
[all...]
H
A
D
atl1c.h
472
struct
atl1c_tpd_ring
{
struct
543
struct
atl1c_tpd_ring
tpd_ring[AT_MAX_TRANSMIT_QUEUE];
Completed in 9 milliseconds