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:prio_cfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_dcb.c
139
struct qlcnic_dcb_prio_cfg
prio_cfg
[QLC_DCB_MAX_PRIO];
member
670
tc_cfg->
prio_cfg
[i].valid = true;
in qlcnic_dcb_fill_cee_tc_params()
671
tc_cfg->
prio_cfg
[i].pfc_type = QLC_PFC_FULL;
in qlcnic_dcb_fill_cee_tc_params()
874
if ((val & tc_cfg->up_tc_map) && (tc_cfg->
prio_cfg
[prio].valid))
in qlcnic_dcb_get_pfc_cfg()
875
*setting = tc_cfg->
prio_cfg
[prio].pfc_type;
in qlcnic_dcb_get_pfc_cfg()
984
if (type->tc_cfg[0].
prio_cfg
[0].pfc_type)
in qlcnic_dcb_get_feat_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_dcb.c
139
struct qlcnic_dcb_prio_cfg
prio_cfg
[QLC_DCB_MAX_PRIO];
member
670
tc_cfg->
prio_cfg
[i].valid = true;
in qlcnic_dcb_fill_cee_tc_params()
671
tc_cfg->
prio_cfg
[i].pfc_type = QLC_PFC_FULL;
in qlcnic_dcb_fill_cee_tc_params()
874
if ((val & tc_cfg->up_tc_map) && (tc_cfg->
prio_cfg
[prio].valid))
in qlcnic_dcb_get_pfc_cfg()
875
*setting = tc_cfg->
prio_cfg
[prio].pfc_type;
in qlcnic_dcb_get_pfc_cfg()
984
if (type->tc_cfg[0].
prio_cfg
[0].pfc_type)
in qlcnic_dcb_get_feat_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
12556
u32 phy_config_swapped,
prio_cfg
;
in bnx2x_phy_selection()
local
12562
prio_cfg
= params->multi_phy_config &
in bnx2x_phy_selection()
12566
switch (
prio_cfg
) {
in bnx2x_phy_selection()
12581
return_cfg =
prio_cfg
;
in bnx2x_phy_selection()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_link.c
12558
u32 phy_config_swapped,
prio_cfg
;
in bnx2x_phy_selection()
local
12564
prio_cfg
= params->multi_phy_config &
in bnx2x_phy_selection()
12568
switch (
prio_cfg
) {
in bnx2x_phy_selection()
12583
return_cfg =
prio_cfg
;
in bnx2x_phy_selection()
Completed in 54 milliseconds