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:max_sqe_size
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
481
u64
max_sqe_size
: 2; /* W3 */
member
626
u64
max_sqe_size
: 2;
member
H
A
D
rvu_debugfs.c
1569
seq_printf(m, "W3:
max_sqe_size
\t\t%d\nW3: cq_limit\t\t\t%d\n",
in print_nix_cn10k_sq_ctx()
1570
sq_ctx->
max_sqe_size
, sq_ctx->cq_limit);
in print_nix_cn10k_sq_ctx()
1649
seq_printf(m, "W3: cq_limit\t\t\t%d\nW3:
max_sqe_size
\t\t%d\n\n",
in print_nix_sq_ctx()
1650
sq_ctx->cq_limit, sq_ctx->
max_sqe_size
);
in print_nix_sq_ctx()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_struct.h
737
u64
max_sqe_size
: 2;
member
739
u64
max_sqe_size
: 2;
member
H
A
D
rvu_debugfs.c
933
seq_printf(m, "W3: cq_limit\t\t\t%d\nW3:
max_sqe_size
\t\t%d\n\n",
in print_nix_sq_ctx()
934
sq_ctx->cq_limit, sq_ctx->
max_sqe_size
);
in print_nix_sq_ctx()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
cn10k.c
86
aq->sq.
max_sqe_size
= NIX_MAXSQESZ_W16; /* 128 byte */
in cn10k_sq_aq_init()
H
A
D
otx2_common.c
900
aq->sq.
max_sqe_size
= NIX_MAXSQESZ_W16; /* 128 byte */
in otx2_sq_aq_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_common.c
790
aq->sq.
max_sqe_size
= NIX_MAXSQESZ_W16; /* 128 byte */
in otx2_sq_init()
Completed in 17 milliseconds