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:v_prev
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
244
struct i596_rfd *
v_prev
;
member
525
rfd->
v_prev
= rfd-1;
in init_rx_bufs()
533
rfd->
v_prev
= dma->rfds + rx_ring_size - 1;
in init_rx_bufs()
814
rfd->
v_prev
->cmd = SWAP16(CMD_FLEX);
in i596_rx()
815
dma_sync_dev(dev, rfd->
v_prev
, sizeof(struct i596_rfd));
in i596_rx()
H
A
D
82596.c
271
struct i596_rfd *
v_prev
;
member
578
rfd->
v_prev
= rfd-1;
in init_rx_bufs()
586
rfd->
v_prev
= lp->rfds + rx_ring_size - 1;
in init_rx_bufs()
862
rfd->
v_prev
->cmd = CMD_FLEX;
in i596_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
243
struct i596_rfd *
v_prev
;
member
524
rfd->
v_prev
= rfd-1;
in init_rx_bufs()
532
rfd->
v_prev
= dma->rfds + rx_ring_size - 1;
in init_rx_bufs()
813
rfd->
v_prev
->cmd = SWAP16(CMD_FLEX);
in i596_rx()
814
dma_sync_dev(dev, rfd->
v_prev
, sizeof(struct i596_rfd));
in i596_rx()
H
A
D
82596.c
270
struct i596_rfd *
v_prev
;
member
577
rfd->
v_prev
= rfd-1;
in init_rx_bufs()
585
rfd->
v_prev
= lp->rfds + rx_ring_size - 1;
in init_rx_bufs()
861
rfd->
v_prev
->cmd = CMD_FLEX;
in i596_rx()
Completed in 9 milliseconds