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:pfc_mode
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_idc.c
224
qos->
pfc_mode
= dcbx_cfg->
pfc_mode
;
in ice_get_qos_params()
225
if (qos->
pfc_mode
== IIDC_DSCP_PFC_MODE)
in ice_get_qos_params()
H
A
D
ice_dcb_nl.c
88
if (new_cfg->
pfc_mode
== ICE_QOS_MODE_VLAN) {
in ice_dcbnl_setets()
186
if (qos_cfg->local_dcbx_cfg.
pfc_mode
== ICE_QOS_MODE_DSCP)
in ice_dcbnl_setdcbx()
800
if (old_cfg->
pfc_mode
== ICE_QOS_MODE_VLAN) {
in ice_dcbnl_setapp()
813
new_cfg->
pfc_mode
= ICE_QOS_MODE_DSCP;
in ice_dcbnl_setapp()
935
new_cfg->
pfc_mode
== ICE_QOS_MODE_DSCP) {
in ice_dcbnl_delapp()
946
new_cfg->
pfc_mode
= ICE_QOS_MODE_VLAN;
in ice_dcbnl_delapp()
H
A
D
ice_dcb.c
742
* @
pfc_mode
: value of PFC mode to set
748
int ice_aq_set_pfc_mode(struct ice_hw *hw, u8
pfc_mode
, struct ice_sq_cd *cd)
in ice_aq_set_pfc_mode()
argument
754
if (
pfc_mode
> ICE_AQC_PFC_DSCP_BASED_PFC)
in ice_aq_set_pfc_mode()
761
cmd->
pfc_mode
=
pfc_mode
;
in ice_aq_set_pfc_mode()
767
/* FW will write the PFC mode set back into cmd->
pfc_mode
, but if DCB is
in ice_aq_set_pfc_mode()
768
* disabled, FW will write back 0 to cmd->
pfc_mode
. After the AQ has
in ice_aq_set_pfc_mode()
769
* been executed, check if cmd->
pfc_mode
is what was requested. If not,
in ice_aq_set_pfc_mode()
772
if (cmd->
pfc_mode
!=
pfc_mode
)
in ice_aq_set_pfc_mode()
[all...]
H
A
D
ice_dcb_lib.h
63
return pf->hw.port_info->qos_cfg.local_dcbx_cfg.
pfc_mode
;
in ice_get_pfc_mode()
H
A
D
ice_dcb.h
141
int ice_aq_set_pfc_mode(struct ice_hw *hw, u8
pfc_mode
, struct ice_sq_cd *cd);
H
A
D
ice_type.h
677
u8
pfc_mode
;
member
H
A
D
ice_txrx.c
2492
if (dcbcfg->
pfc_mode
== ICE_QOS_MODE_DSCP)
in ice_select_queue()
H
A
D
ice_adminq_cmd.h
793
u8
pfc_mode
;
member
/kernel/linux/linux-6.6/include/linux/net/intel/
H
A
D
iidc.h
65
u8
pfc_mode
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
main.c
82
if (qos_info->
pfc_mode
== IIDC_DSCP_PFC_MODE) {
in irdma_fill_qos_info()
Completed in 18 milliseconds