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:tc_sch_mode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
20
hdev->tm_info.tc_info[i].
tc_sch_mode
=
in hclge_ieee_ets_to_tm_info()
25
hdev->tm_info.tc_info[i].
tc_sch_mode
=
in hclge_ieee_ets_to_tm_info()
61
if (hdev->tm_info.tc_info[i].
tc_sch_mode
==
in hclge_tm_info_to_ieee_ets()
140
if (hdev->tm_info.tc_info[i].
tc_sch_mode
!=
in hclge_ets_sch_mode_validate()
161
if (hdev->tm_info.tc_info[i].
tc_sch_mode
!=
in hclge_ets_sch_mode_validate()
H
A
D
hclge_tm.c
470
if (hdev->tm_info.tc_info[pri_id].
tc_sch_mode
== HCLGE_SCH_MODE_DWRR)
in hclge_tm_pri_schd_mode_cfg()
640
hdev->tm_info.tc_info[i].
tc_sch_mode
= HCLGE_SCH_MODE_DWRR;
in hclge_tm_tc_info_init()
1209
u8 sch_mode = hdev->tm_info.tc_info[i].
tc_sch_mode
;
in hclge_tm_schd_mode_vnet_base_cfg()
H
A
D
hclge_main.h
340
u8
tc_sch_mode
; /* 0: sp; 1: dwrr */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
19
hdev->tm_info.tc_info[i].
tc_sch_mode
=
in hclge_ieee_ets_to_tm_info()
24
hdev->tm_info.tc_info[i].
tc_sch_mode
=
in hclge_ieee_ets_to_tm_info()
60
if (hdev->tm_info.tc_info[i].
tc_sch_mode
==
in hclge_tm_info_to_ieee_ets()
139
if (hdev->tm_info.tc_info[i].
tc_sch_mode
!=
in hclge_ets_sch_mode_validate()
160
if (hdev->tm_info.tc_info[i].
tc_sch_mode
!=
in hclge_ets_sch_mode_validate()
H
A
D
hclge_tm.c
543
if (hdev->tm_info.tc_info[pri_id].
tc_sch_mode
== HCLGE_SCH_MODE_DWRR)
in hclge_tm_pri_schd_mode_cfg()
762
u8 i,
tc_sch_mode
;
in hclge_tm_tc_info_init()
local
767
tc_sch_mode
= HCLGE_SCH_MODE_DWRR;
in hclge_tm_tc_info_init()
770
tc_sch_mode
= HCLGE_SCH_MODE_SP;
in hclge_tm_tc_info_init()
775
hdev->tm_info.tc_info[i].
tc_sch_mode
=
tc_sch_mode
;
in hclge_tm_tc_info_init()
1421
u8 sch_mode = hdev->tm_info.tc_info[i].
tc_sch_mode
;
in hclge_tm_schd_mode_vnet_base_cfg()
H
A
D
hclge_main.h
340
u8
tc_sch_mode
; /* 0: sp; 1: dwrr */
member
Completed in 16 milliseconds