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_rbd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
82596.c
113
#define WSWAPrbd(x) ((struct
i596_rbd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
130
#define WSWAPrbd(x) ((struct
i596_rbd
*)((long)x))
267
struct
i596_rbd
*rbd;
274
struct
i596_rbd
{
struct
277
struct
i596_rbd
*b_next;
282
struct
i596_rbd
*v_next;
283
struct
i596_rbd
*b_addr; /* This rbd addr from i596 view */
327
struct
i596_rbd
*rbd_head;
333
struct
i596_rbd
rbds[RX_RING_SIZE];
461
struct
i596_rbd
*rb
in i596_display_data()
[all...]
H
A
D
lib82596.c
250
struct
i596_rbd
{
struct
260
struct
i596_rbd
*v_next;
309
struct
i596_rbd
rbds[RX_RING_SIZE] __attribute__((aligned(32)));
319
struct
i596_rbd
*rbd_head;
440
struct
i596_rbd
*rbd;
in i596_display_data()
494
struct
i596_rbd
*rbd;
in init_rx_bufs()
546
struct
i596_rbd
*rbd;
in remove_rx_bufs()
680
struct
i596_rbd
*rbd;
in i596_rx()
696
dma_sync_cpu(dev, rbd, sizeof(struct
i596_rbd
));
in i596_rx()
744
dma_sync_dev(dev, rbd, sizeof(struct
i596_rbd
));
in i596_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
82596.c
112
#define WSWAPrbd(x) ((struct
i596_rbd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
129
#define WSWAPrbd(x) ((struct
i596_rbd
*)((long)x))
266
struct
i596_rbd
*rbd;
273
struct
i596_rbd
{
struct
276
struct
i596_rbd
*b_next;
281
struct
i596_rbd
*v_next;
282
struct
i596_rbd
*b_addr; /* This rbd addr from i596 view */
326
struct
i596_rbd
*rbd_head;
332
struct
i596_rbd
rbds[RX_RING_SIZE];
460
struct
i596_rbd
*rb
in i596_display_data()
[all...]
H
A
D
lib82596.c
249
struct
i596_rbd
{
struct
259
struct
i596_rbd
*v_next;
308
struct
i596_rbd
rbds[RX_RING_SIZE] __attribute__((aligned(32)));
318
struct
i596_rbd
*rbd_head;
439
struct
i596_rbd
*rbd;
in i596_display_data()
493
struct
i596_rbd
*rbd;
in init_rx_bufs()
545
struct
i596_rbd
*rbd;
in remove_rx_bufs()
679
struct
i596_rbd
*rbd;
in i596_rx()
695
dma_sync_cpu(dev, rbd, sizeof(struct
i596_rbd
));
in i596_rx()
743
dma_sync_dev(dev, rbd, sizeof(struct
i596_rbd
));
in i596_rx()
[all...]
Completed in 7 milliseconds