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:qs_weight
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_debugfs.c
573
struct hclge_qs_weight_cmd *
qs_weight
;
in hclge_dbg_dump_tm()
local
633
qs_weight
= (struct hclge_qs_weight_cmd *)desc.data;
in hclge_dbg_dump_tm()
635
le16_to_cpu(
qs_weight
->qs_id));
in hclge_dbg_dump_tm()
636
dev_info(&hdev->pdev->dev, "QS dwrr: %u\n",
qs_weight
->dwrr);
in hclge_dbg_dump_tm()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_tm.c
1816
struct hclge_qs_weight_cmd *
qs_weight
;
in hclge_tm_get_qset_weight()
local
1821
qs_weight
= (struct hclge_qs_weight_cmd *)desc.data;
in hclge_tm_get_qset_weight()
1822
qs_weight
->qs_id = cpu_to_le16(qset_id);
in hclge_tm_get_qset_weight()
1830
*weight =
qs_weight
->dwrr;
in hclge_tm_get_qset_weight()
Completed in 5 milliseconds