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:HCLGE_FC_PFC
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_tm.c
683
if (hdev->fc_mode_last_time ==
HCLGE_FC_PFC
)
in hclge_update_fc_mode_by_dcb_flag()
688
} else if (hdev->tm_info.fc_mode !=
HCLGE_FC_PFC
) {
in hclge_update_fc_mode_by_dcb_flag()
694
hdev->tm_info.fc_mode =
HCLGE_FC_PFC
;
in hclge_update_fc_mode_by_dcb_flag()
705
if (hdev->tm_info.fc_mode !=
HCLGE_FC_PFC
) {
in hclge_update_fc_mode()
707
hdev->tm_info.fc_mode =
HCLGE_FC_PFC
;
in hclge_update_fc_mode()
1300
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
)
in hclge_pfc_setup_hw()
1362
case
HCLGE_FC_PFC
:
in hclge_mac_pause_setup_hw()
H
A
D
hclge_main.h
313
HCLGE_FC_PFC
,
enumerator
H
A
D
hclge_main.c
9510
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
)
in hclge_cfg_pauseparam()
9562
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
) {
in hclge_get_pauseparam()
9615
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
) {
in hclge_set_pauseparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_tm.c
817
if (hdev->fc_mode_last_time ==
HCLGE_FC_PFC
)
in hclge_update_fc_mode_by_dcb_flag()
822
} else if (hdev->tm_info.fc_mode !=
HCLGE_FC_PFC
) {
in hclge_update_fc_mode_by_dcb_flag()
828
hdev->tm_info.fc_mode =
HCLGE_FC_PFC
;
in hclge_update_fc_mode_by_dcb_flag()
839
if (hdev->tm_info.fc_mode !=
HCLGE_FC_PFC
) {
in hclge_update_fc_mode()
841
hdev->tm_info.fc_mode =
HCLGE_FC_PFC
;
in hclge_update_fc_mode()
1508
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
)
in hclge_pfc_setup_hw()
1577
case
HCLGE_FC_PFC
:
in hclge_mac_pause_setup_hw()
H
A
D
hclge_main.h
297
HCLGE_FC_PFC
,
enumerator
H
A
D
hclge_main.c
10844
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
)
in hclge_cfg_pauseparam()
10900
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
) {
in hclge_get_pauseparam()
10953
if (hdev->tm_info.fc_mode ==
HCLGE_FC_PFC
) {
in hclge_set_pauseparam()
Completed in 39 milliseconds