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:rq1_entries
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_main.c
47
static int
rq1_entries
= EHEA_DEF_ENTRIES_RQ1;
variable
55
module_param(
rq1_entries
, int, 0);
71
MODULE_PARM_DESC(
rq1_entries
, "Number of entries for Receive Queue 1 "
2250
pr_cfg.max_entries_rcq =
rq1_entries
+ rq2_entries + rq3_entries;
in ehea_port_res_setup()
2253
pr_cfg.max_entries_rq1 =
rq1_entries
;
in ehea_port_res_setup()
3499
if ((
rq1_entries
< EHEA_MIN_ENTRIES_QP) ||
in check_module_parm()
3500
(
rq1_entries
> EHEA_MAX_ENTRIES_RQ1)) {
in check_module_parm()
3501
pr_info("Bad parameter:
rq1_entries
\n");
in check_module_parm()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_main.c
50
static int
rq1_entries
= EHEA_DEF_ENTRIES_RQ1;
variable
58
module_param(
rq1_entries
, int, 0);
74
MODULE_PARM_DESC(
rq1_entries
, "Number of entries for Receive Queue 1 "
2254
pr_cfg.max_entries_rcq =
rq1_entries
+ rq2_entries + rq3_entries;
in ehea_port_res_setup()
2257
pr_cfg.max_entries_rq1 =
rq1_entries
;
in ehea_port_res_setup()
3503
if ((
rq1_entries
< EHEA_MIN_ENTRIES_QP) ||
in check_module_parm()
3504
(
rq1_entries
> EHEA_MAX_ENTRIES_RQ1)) {
in check_module_parm()
3505
pr_info("Bad parameter:
rq1_entries
\n");
in check_module_parm()
Completed in 8 milliseconds