Searched refs:pfc_mode (Results 1 – 10 of 10) sorted by relevance
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()
83 if (new_cfg->pfc_mode == ICE_QOS_MODE_VLAN) { in ice_dcbnl_setets()176 if (qos_cfg->local_dcbx_cfg.pfc_mode == ICE_QOS_MODE_DSCP) in ice_dcbnl_setdcbx()760 if (old_cfg->pfc_mode == ICE_QOS_MODE_VLAN) { in ice_dcbnl_setapp()773 new_cfg->pfc_mode = ICE_QOS_MODE_DSCP; in ice_dcbnl_setapp()890 new_cfg->pfc_mode == ICE_QOS_MODE_DSCP) { in ice_dcbnl_delapp()901 new_cfg->pfc_mode = ICE_QOS_MODE_VLAN; in ice_dcbnl_delapp()
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() argument754 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()772 if (cmd->pfc_mode != pfc_mode) in ice_aq_set_pfc_mode()1429 if (dcbcfg->pfc_mode == ICE_QOS_MODE_VLAN) { in ice_add_dcb_tlv()
63 return pf->hw.port_info->qos_cfg.local_dcbx_cfg.pfc_mode; in ice_get_pfc_mode()
141 int ice_aq_set_pfc_mode(struct ice_hw *hw, u8 pfc_mode, struct ice_sq_cd *cd);
675 u8 pfc_mode; member
785 u8 pfc_mode; member
2494 if (dcbcfg->pfc_mode == ICE_QOS_MODE_DSCP) in ice_select_queue()
65 u8 pfc_mode; member
82 if (qos_info->pfc_mode == IIDC_DSCP_PFC_MODE) { in irdma_fill_qos_info()
Completed in 40 milliseconds