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_max
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
52
ets->ets_cap = hdev->
tc_max
;
in hclge_tm_info_to_ieee_ets()
85
if (num_tc > hdev->
tc_max
) {
in hclge_dcb_common_validate()
87
"tc num checking failed, %u >
tc_max
(%u)\n",
in hclge_dcb_common_validate()
88
num_tc, hdev->
tc_max
);
in hclge_dcb_common_validate()
H
A
D
hclge_main.h
762
u8
tc_max
;
member
H
A
D
hclge_main.c
1487
hdev->
tc_max
= cfg.tc_num;
in hclge_configure()
1507
if ((hdev->
tc_max
> HNAE3_MAX_TC) ||
in hclge_configure()
1508
(hdev->
tc_max
< 1)) {
in hclge_configure()
1510
hdev->
tc_max
);
in hclge_configure()
1511
hdev->
tc_max
= 1;
in hclge_configure()
1516
hdev->
tc_max
= 1;
in hclge_configure()
1519
hdev->pfc_max = hdev->
tc_max
;
in hclge_configure()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_dcb.c
51
ets->ets_cap = hdev->
tc_max
;
in hclge_tm_info_to_ieee_ets()
84
if (num_tc > hdev->
tc_max
) {
in hclge_dcb_common_validate()
86
"tc num checking failed, %u >
tc_max
(%u)\n",
in hclge_dcb_common_validate()
87
num_tc, hdev->
tc_max
);
in hclge_dcb_common_validate()
H
A
D
hclge_tm.c
692
kinfo->tc_info.max_tc = hdev->
tc_max
;
in hclge_tm_update_kinfo_rss_size()
765
for (i = 0; i < hdev->
tc_max
; i++) {
in hclge_tm_tc_info_init()
1053
for (i = 0; i < hdev->
tc_max
; i++) {
in hclge_tm_pri_tc_base_shaper_cfg()
1191
for (i = 0; i < hdev->
tc_max
; i++) {
in hclge_tm_pri_tc_base_dwrr_cfg()
1439
for (i = 0; i < hdev->
tc_max
; i++) {
in hclge_tm_lvl34_schd_mode_cfg()
H
A
D
hclge_main.h
889
u8
tc_max
;
member
H
A
D
hclge_main.c
1463
if (hdev->
tc_max
> HNAE3_MAX_TC ||
in hclge_init_tc_config()
1464
hdev->
tc_max
< 1) {
in hclge_init_tc_config()
1466
hdev->
tc_max
);
in hclge_init_tc_config()
1467
hdev->
tc_max
= 1;
in hclge_init_tc_config()
1472
hdev->
tc_max
= 1;
in hclge_init_tc_config()
1475
hdev->pfc_max = hdev->
tc_max
;
in hclge_init_tc_config()
1507
hdev->
tc_max
= cfg.tc_num;
in hclge_configure()
7261
if (tc < 0 || tc > hdev->
tc_max
) {
in hclge_check_cls_flower()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
23
static int ixgbe_copy_dcb_cfg(struct ixgbe_adapter *adapter, int
tc_max
)
in ixgbe_copy_dcb_cfg()
argument
44
for (i = DCB_PG_ATTR_TC_0; i <
tc_max
+ DCB_PG_ATTR_TC_0; i++) {
in ixgbe_copy_dcb_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_dcb_nl.c
21
static int ixgbe_copy_dcb_cfg(struct ixgbe_adapter *adapter, int
tc_max
)
in ixgbe_copy_dcb_cfg()
argument
42
for (i = DCB_PG_ATTR_TC_0; i <
tc_max
+ DCB_PG_ATTR_TC_0; i++) {
in ixgbe_copy_dcb_cfg()
Completed in 41 milliseconds