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:pf_rss_size_max
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
536
if (mqprio_qopt->qopt.count[i] > hdev->
pf_rss_size_max
) {
in hclge_mqprio_qopt_check()
539
hdev->
pf_rss_size_max
);
in hclge_mqprio_qopt_check()
H
A
D
hclge_main.h
351
u16
pf_rss_size_max
;
member
873
u16
pf_rss_size_max
; /* HW defined PF max RSS task queue */
member
H
A
D
hclge_main.c
1255
cfg->
pf_rss_size_max
= hnae3_get_field(__le32_to_cpu(req->param[2]),
in hclge_parse_cfg()
1266
cfg->
pf_rss_size_max
= cfg->
pf_rss_size_max
?
in hclge_parse_cfg()
1267
1U << cfg->
pf_rss_size_max
:
in hclge_parse_cfg()
1499
hdev->
pf_rss_size_max
= cfg.
pf_rss_size_max
;
in hclge_configure()
1670
kinfo->rss_size = min_t(u16, hdev->
pf_rss_size_max
,
in hclge_assign_tqp()
4821
return hdev->
pf_rss_size_max
;
in hclge_get_tc_size()
12216
return min_t(u32, hdev->
pf_rss_size_max
, vport->alloc_tqps);
in hclge_get_max_channels()
12235
*max_rss_size = hdev->
pf_rss_size_max
;
in hclge_get_tqps_and_rss_info()
[all...]
H
A
D
hclge_tm.c
696
vport_max_rss_size = hdev->
pf_rss_size_max
;
in hclge_tm_update_kinfo_rss_size()
Completed in 24 milliseconds