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:comp_ring
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/vmxnet3/
H
A
D
vmxnet3_drv.c
370
gdesc = tq->
comp_ring
.base + tq->
comp_ring
.next2proc;
in vmxnet3_tq_tx_complete()
371
while (VMXNET3_TCD_GET_GEN(&gdesc->tcd) == tq->
comp_ring
.gen) {
in vmxnet3_tq_tx_complete()
381
vmxnet3_comp_ring_adv_next2proc(&tq->
comp_ring
);
in vmxnet3_tq_tx_complete()
382
gdesc = tq->
comp_ring
.base + tq->
comp_ring
.next2proc;
in vmxnet3_tq_tx_complete()
427
tq->
comp_ring
.gen = VMXNET3_INIT_GEN;
in vmxnet3_tq_cleanup()
428
tq->
comp_ring
.next2proc = 0;
in vmxnet3_tq_cleanup()
448
if (tq->
comp_ring
.base) {
in vmxnet3_tq_destroy()
449
dma_free_coherent(&adapter->pdev->dev, tq->
comp_ring
in vmxnet3_tq_destroy()
[all...]
H
A
D
vmxnet3_ethtool.c
495
buf[j++] = VMXNET3_GET_ADDR_LO(tq->
comp_ring
.basePA);
in vmxnet3_get_regs()
496
buf[j++] = VMXNET3_GET_ADDR_HI(tq->
comp_ring
.basePA);
in vmxnet3_get_regs()
497
buf[j++] = tq->
comp_ring
.size;
in vmxnet3_get_regs()
498
buf[j++] = tq->
comp_ring
.next2proc;
in vmxnet3_get_regs()
499
buf[j++] = tq->
comp_ring
.gen;
in vmxnet3_get_regs()
532
buf[j++] = VMXNET3_GET_ADDR_LO(rq->
comp_ring
.basePA);
in vmxnet3_get_regs()
533
buf[j++] = VMXNET3_GET_ADDR_HI(rq->
comp_ring
.basePA);
in vmxnet3_get_regs()
534
buf[j++] = rq->
comp_ring
.size;
in vmxnet3_get_regs()
535
buf[j++] = rq->
comp_ring
.next2proc;
in vmxnet3_get_regs()
536
buf[j++] = rq->
comp_ring
in vmxnet3_get_regs()
[all...]
H
A
D
vmxnet3_int.h
245
struct vmxnet3_comp_ring
comp_ring
;
member
295
struct vmxnet3_comp_ring
comp_ring
;
member
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H
A
D
vmxnet3_drv.c
411
gdesc = tq->
comp_ring
.base + tq->
comp_ring
.next2proc;
in vmxnet3_tq_tx_complete()
412
while (VMXNET3_TCD_GET_GEN(&gdesc->tcd) == tq->
comp_ring
.gen) {
in vmxnet3_tq_tx_complete()
422
vmxnet3_comp_ring_adv_next2proc(&tq->
comp_ring
);
in vmxnet3_tq_tx_complete()
423
gdesc = tq->
comp_ring
.base + tq->
comp_ring
.next2proc;
in vmxnet3_tq_tx_complete()
480
tq->
comp_ring
.gen = VMXNET3_INIT_GEN;
in vmxnet3_tq_cleanup()
481
tq->
comp_ring
.next2proc = 0;
in vmxnet3_tq_cleanup()
501
if (tq->
comp_ring
.base) {
in vmxnet3_tq_destroy()
502
dma_free_coherent(&adapter->pdev->dev, tq->
comp_ring
in vmxnet3_tq_destroy()
[all...]
H
A
D
vmxnet3_ethtool.c
567
buf[j++] = VMXNET3_GET_ADDR_LO(tq->
comp_ring
.basePA);
in vmxnet3_get_regs()
568
buf[j++] = VMXNET3_GET_ADDR_HI(tq->
comp_ring
.basePA);
in vmxnet3_get_regs()
569
buf[j++] = tq->
comp_ring
.size;
in vmxnet3_get_regs()
570
buf[j++] = tq->
comp_ring
.next2proc;
in vmxnet3_get_regs()
571
buf[j++] = tq->
comp_ring
.gen;
in vmxnet3_get_regs()
604
buf[j++] = VMXNET3_GET_ADDR_LO(rq->
comp_ring
.basePA);
in vmxnet3_get_regs()
605
buf[j++] = VMXNET3_GET_ADDR_HI(rq->
comp_ring
.basePA);
in vmxnet3_get_regs()
606
buf[j++] = rq->
comp_ring
.size;
in vmxnet3_get_regs()
607
buf[j++] = rq->
comp_ring
.next2proc;
in vmxnet3_get_regs()
608
buf[j++] = rq->
comp_ring
in vmxnet3_get_regs()
[all...]
H
A
D
vmxnet3_int.h
255
struct vmxnet3_comp_ring
comp_ring
;
member
316
struct vmxnet3_comp_ring
comp_ring
;
member
Completed in 9 milliseconds