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:init_rxq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
vfdi.h
133
* @u.
init_rxq
.index: Index of receive queue to create.
134
* @u.
init_rxq
.buf_count: Number of 4k buffers backing receive queue.
135
* @u.
init_rxq
.evq: Instance of event queue to target receive events at.
136
* @u.
init_rxq
.label: Label used in receive events.
137
* @u.
init_rxq
.flags: Unused.
138
* @u.
init_rxq
.addr: Array of length %u.
init_rxq
.buf_count containing DMA
182
}
init_rxq
;
member
H
A
D
siena_sriov.c
574
unsigned vf_rxq = req->u.
init_rxq
.index;
in efx_vfdi_init_rxq()
575
unsigned vf_evq = req->u.
init_rxq
.evq;
in efx_vfdi_init_rxq()
576
unsigned buf_count = req->u.
init_rxq
.buf_count;
in efx_vfdi_init_rxq()
591
if (__test_and_set_bit(req->u.
init_rxq
.index, vf->rxq_mask))
in efx_vfdi_init_rxq()
593
efx_siena_sriov_bufs(efx, buftbl, req->u.
init_rxq
.addr, buf_count);
in efx_vfdi_init_rxq()
595
label = req->u.
init_rxq
.label & EFX_FIELD_MASK(FRF_AZ_RX_DESCQ_LABEL);
in efx_vfdi_init_rxq()
602
!!(req->u.
init_rxq
.flags &
in efx_vfdi_init_rxq()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
vfdi.h
133
* @u.
init_rxq
.index: Index of receive queue to create.
134
* @u.
init_rxq
.buf_count: Number of 4k buffers backing receive queue.
135
* @u.
init_rxq
.evq: Instance of event queue to target receive events at.
136
* @u.
init_rxq
.label: Label used in receive events.
137
* @u.
init_rxq
.flags: Unused.
138
* @u.
init_rxq
.addr: Array of length %u.
init_rxq
.buf_count containing DMA
182
}
init_rxq
;
member
H
A
D
siena_sriov.c
575
unsigned vf_rxq = req->u.
init_rxq
.index;
in efx_vfdi_init_rxq()
576
unsigned vf_evq = req->u.
init_rxq
.evq;
in efx_vfdi_init_rxq()
577
unsigned buf_count = req->u.
init_rxq
.buf_count;
in efx_vfdi_init_rxq()
592
if (__test_and_set_bit(req->u.
init_rxq
.index, vf->rxq_mask))
in efx_vfdi_init_rxq()
594
efx_siena_sriov_bufs(efx, buftbl, req->u.
init_rxq
.addr, buf_count);
in efx_vfdi_init_rxq()
596
label = req->u.
init_rxq
.label & EFX_FIELD_MASK(FRF_AZ_RX_DESCQ_LABEL);
in efx_vfdi_init_rxq()
603
!!(req->u.
init_rxq
.flags &
in efx_vfdi_init_rxq()
Completed in 6 milliseconds