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:cee_config
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
114
return priv->
cee_config
.pfc_state;
in mlx4_en_dcbnl_getpfcstate()
121
priv->
cee_config
.pfc_state = state;
in mlx4_en_dcbnl_setpfcstate()
129
*setting = priv->
cee_config
.dcb_pfc[priority];
in mlx4_en_dcbnl_get_pfc_cfg()
137
priv->
cee_config
.dcb_pfc[priority] = setting;
in mlx4_en_dcbnl_set_pfc_cfg()
138
priv->
cee_config
.pfc_state = true;
in mlx4_en_dcbnl_set_pfc_cfg()
166
if (priv->
cee_config
.pfc_state) {
in mlx4_en_dcbnl_set_all()
174
switch (priv->
cee_config
.dcb_pfc[tc]) {
in mlx4_en_dcbnl_set_all()
H
A
D
mlx4_en.h
638
struct mlx4_en_cee_config
cee_config
;
member
H
A
D
en_netdev.c
81
priv->
cee_config
.pfc_state = false;
in mlx4_en_setup_tc()
3243
priv->
cee_config
.pfc_state = false;
in mlx4_en_init_netdev()
3246
priv->
cee_config
.dcb_pfc[i] = pfc_disabled;
in mlx4_en_init_netdev()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
en_dcb_nl.c
114
return priv->
cee_config
.pfc_state;
in mlx4_en_dcbnl_getpfcstate()
121
priv->
cee_config
.pfc_state = state;
in mlx4_en_dcbnl_setpfcstate()
129
*setting = priv->
cee_config
.dcb_pfc[priority];
in mlx4_en_dcbnl_get_pfc_cfg()
137
priv->
cee_config
.dcb_pfc[priority] = setting;
in mlx4_en_dcbnl_set_pfc_cfg()
138
priv->
cee_config
.pfc_state = true;
in mlx4_en_dcbnl_set_pfc_cfg()
166
if (priv->
cee_config
.pfc_state) {
in mlx4_en_dcbnl_set_all()
174
switch (priv->
cee_config
.dcb_pfc[tc]) {
in mlx4_en_dcbnl_set_all()
H
A
D
mlx4_en.h
630
struct mlx4_en_cee_config
cee_config
;
member
H
A
D
en_netdev.c
82
priv->
cee_config
.pfc_state = false;
in mlx4_en_setup_tc()
3188
priv->
cee_config
.pfc_state = false;
in mlx4_en_init_netdev()
3191
priv->
cee_config
.dcb_pfc[i] = pfc_disabled;
in mlx4_en_init_netdev()
Completed in 15 milliseconds