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:next2proc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H
A
D
vmxnet3_int.h
165
u32
next2proc
;
member
174
ring->
next2proc
++;
in vmxnet3_comp_ring_adv_next2proc()
175
if (unlikely(ring->
next2proc
== ring->size)) {
in vmxnet3_comp_ring_adv_next2proc()
176
ring->
next2proc
= 0;
in vmxnet3_comp_ring_adv_next2proc()
H
A
D
vmxnet3_drv.c
370
gdesc = tq->comp_ring.base + tq->comp_ring.
next2proc
;
in vmxnet3_tq_tx_complete()
382
gdesc = tq->comp_ring.base + tq->comp_ring.
next2proc
;
in vmxnet3_tq_tx_complete()
428
tq->comp_ring.
next2proc
= 0;
in vmxnet3_tq_cleanup()
492
tq->comp_ring.
next2proc
= 0;
in vmxnet3_tq_init()
1375
vmxnet3_getRxComp(rcd, &rq->comp_ring.base[rq->comp_ring.
next2proc
].rcd,
in vmxnet3_rq_rx_complete()
1660
&rq->comp_ring.base[rq->comp_ring.
next2proc
].rcd, &rxComp);
in vmxnet3_rq_rx_complete()
1707
rq->comp_ring.
next2proc
= 0;
in vmxnet3_rq_cleanup()
1829
rq->comp_ring.
next2proc
= 0;
in vmxnet3_rq_init()
H
A
D
vmxnet3_ethtool.c
498
buf[j++] = tq->comp_ring.
next2proc
;
in vmxnet3_get_regs()
535
buf[j++] = rq->comp_ring.
next2proc
;
in vmxnet3_get_regs()
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_int.h
172
u32
next2proc
;
member
181
ring->
next2proc
++;
in vmxnet3_comp_ring_adv_next2proc()
182
if (unlikely(ring->
next2proc
== ring->size)) {
in vmxnet3_comp_ring_adv_next2proc()
183
ring->
next2proc
= 0;
in vmxnet3_comp_ring_adv_next2proc()
H
A
D
vmxnet3_drv.c
411
gdesc = tq->comp_ring.base + tq->comp_ring.
next2proc
;
in vmxnet3_tq_tx_complete()
423
gdesc = tq->comp_ring.base + tq->comp_ring.
next2proc
;
in vmxnet3_tq_tx_complete()
481
tq->comp_ring.
next2proc
= 0;
in vmxnet3_tq_cleanup()
541
tq->comp_ring.
next2proc
= 0;
in vmxnet3_tq_init()
1522
vmxnet3_getRxComp(rcd, &rq->comp_ring.base[rq->comp_ring.
next2proc
].rcd,
in vmxnet3_rq_rx_complete()
1900
&rq->comp_ring.base[rq->comp_ring.
next2proc
].rcd, &rxComp);
in vmxnet3_rq_rx_complete()
1957
rq->comp_ring.
next2proc
= 0;
in vmxnet3_rq_cleanup()
2094
rq->comp_ring.
next2proc
= 0;
in vmxnet3_rq_init()
H
A
D
vmxnet3_ethtool.c
570
buf[j++] = tq->comp_ring.
next2proc
;
in vmxnet3_get_regs()
607
buf[j++] = rq->comp_ring.
next2proc
;
in vmxnet3_get_regs()
Completed in 14 milliseconds