Lines Matching defs:pfc_mode
929 *pfcmode_ret = cmd->pfc_mode;
937 * @pfc_mode: value of PFC mode to set
944 ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd)
950 if (pfc_mode > ICE_AQC_PFC_DSCP_BASED_PFC)
957 cmd->pfc_mode = pfc_mode;
963 /* FW will write the PFC mode set back into cmd->pfc_mode, but if DCB is
964 * disabled, FW will write back 0 to cmd->pfc_mode. After the AQ has
965 * been executed, check if cmd->pfc_mode is what was requested. If not,
968 if (cmd->pfc_mode != pfc_mode)
1654 if (dcbcfg->pfc_mode == ICE_QOS_MODE_VLAN) {
1672 /* pfc_mode == ICE_QOS_MODE_DSCP */