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:xqe_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_ethtool.c
389
kernel_ring->cqe_size = pfvf->hw.
xqe_size
;
in otx2_get_ringparam()
400
u32
xqe_size
= kernel_ring->cqe_size;
in otx2_set_ringparam()
local
417
if (
xqe_size
!= 128 &&
xqe_size
!= 512) {
in otx2_set_ringparam()
441
rx_buf_len == old_rx_buf_len &&
xqe_size
== pfvf->hw.
xqe_size
)
in otx2_set_ringparam()
452
pfvf->hw.
xqe_size
=
xqe_size
;
in otx2_set_ringparam()
H
A
D
otx2_txrx.h
149
u16
xqe_size
;
member
H
A
D
otx2_common.c
1018
cq->cqe_size = pfvf->qset.
xqe_size
;
in otx2_cq_init()
1146
pfvf->qset.
xqe_size
= pfvf->hw.
xqe_size
;
in otx2_config_nix()
1159
nixlf->xqe_sz = pfvf->hw.
xqe_size
== 128 ? NIX_XQESZ_W16 : NIX_XQESZ_W64;
in otx2_config_nix()
H
A
D
otx2_vf.c
588
hw->
xqe_size
= 128;
in otx2vf_probe()
H
A
D
otx2_common.h
218
u32
xqe_size
;
member
H
A
D
otx2_pf.c
2910
hw->
xqe_size
= 128;
in otx2_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_txrx.h
139
u16
xqe_size
;
member
H
A
D
otx2_common.c
832
cq->cqe_size = pfvf->qset.
xqe_size
;
in otx2_cq_init()
971
pfvf->qset.
xqe_size
= NIX_XQESZ_W16 ? 128 : 512;
in otx2_config_nix()
Completed in 14 milliseconds