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:i596_rfd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
236
struct
i596_rfd
{
struct
243
struct
i596_rfd
*v_next; /* Address from CPUs viewpoint */
244
struct
i596_rfd
*v_prev;
308
struct
i596_rfd
rfds[RX_RING_SIZE] __attribute__((aligned(32)));
318
struct
i596_rfd
*rfd_head;
439
struct
i596_rfd
*rfd;
in i596_display_data()
493
struct
i596_rfd
*rfd;
in init_rx_bufs()
679
struct
i596_rfd
*rfd;
in i596_rx()
690
dma_sync_cpu(dev, rfd, sizeof(struct
i596_rfd
));
in i596_rx()
810
dma_sync_dev(dev, rfd, sizeof(struct
i596_rfd
));
in i596_rx()
[all...]
H
A
D
82596.c
112
#define WSWAPrfd(x) ((struct
i596_rfd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
129
#define WSWAPrfd(x) ((struct
i596_rfd
*)((long)x))
263
struct
i596_rfd
{
struct
266
struct
i596_rfd
*b_next; /* Address from i596 viewpoint */
270
struct
i596_rfd
*v_next; /* Address from CPUs viewpoint */
271
struct
i596_rfd
*v_prev;
294
struct
i596_rfd
*rfd;
326
struct
i596_rfd
*rfd_head;
332
struct
i596_rfd
rfds[RX_RING_SIZE];
460
struct
i596_rfd
*rf
in i596_display_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
235
struct
i596_rfd
{
struct
242
struct
i596_rfd
*v_next; /* Address from CPUs viewpoint */
243
struct
i596_rfd
*v_prev;
307
struct
i596_rfd
rfds[RX_RING_SIZE] __attribute__((aligned(32)));
317
struct
i596_rfd
*rfd_head;
438
struct
i596_rfd
*rfd;
in i596_display_data()
492
struct
i596_rfd
*rfd;
in init_rx_bufs()
678
struct
i596_rfd
*rfd;
in i596_rx()
689
dma_sync_cpu(dev, rfd, sizeof(struct
i596_rfd
));
in i596_rx()
809
dma_sync_dev(dev, rfd, sizeof(struct
i596_rfd
));
in i596_rx()
[all...]
H
A
D
82596.c
111
#define WSWAPrfd(x) ((struct
i596_rfd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
128
#define WSWAPrfd(x) ((struct
i596_rfd
*)((long)x))
262
struct
i596_rfd
{
struct
265
struct
i596_rfd
*b_next; /* Address from i596 viewpoint */
269
struct
i596_rfd
*v_next; /* Address from CPUs viewpoint */
270
struct
i596_rfd
*v_prev;
293
struct
i596_rfd
*rfd;
325
struct
i596_rfd
*rfd_head;
331
struct
i596_rfd
rfds[RX_RING_SIZE];
459
struct
i596_rfd
*rf
in i596_display_data()
[all...]
Completed in 7 milliseconds