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:pch_gbe_tx_desc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe.h
394
* struct
pch_gbe_tx_desc
- Transmit Descriptor
404
struct
pch_gbe_tx_desc
{
struct
443
struct
pch_gbe_tx_desc
*desc;
H
A
D
pch_gbe_main.c
54
#define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i,
pch_gbe_tx_desc
)
1090
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_tx_queue()
1188
(int)sizeof(struct
pch_gbe_tx_desc
) * ring_num,
in pch_gbe_tx_queue()
1449
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_alloc_tx_buffers()
1477
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_clean_tx()
1727
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_setup_tx_resources()
1736
tx_ring->size = tx_ring->count * (int)sizeof(struct
pch_gbe_tx_desc
);
in pch_gbe_setup_tx_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H
A
D
pch_gbe.h
394
* struct
pch_gbe_tx_desc
- Transmit Descriptor
404
struct
pch_gbe_tx_desc
{
struct
443
struct
pch_gbe_tx_desc
*desc;
H
A
D
pch_gbe_main.c
54
#define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i,
pch_gbe_tx_desc
)
1067
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_tx_queue()
1165
(int)sizeof(struct
pch_gbe_tx_desc
) * ring_num,
in pch_gbe_tx_queue()
1426
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_alloc_tx_buffers()
1454
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_clean_tx()
1704
struct
pch_gbe_tx_desc
*tx_desc;
in pch_gbe_setup_tx_resources()
1713
tx_ring->size = tx_ring->count * (int)sizeof(struct
pch_gbe_tx_desc
);
in pch_gbe_setup_tx_resources()
Completed in 10 milliseconds