Searched refs:dcbcfg (Results 1 – 9 of 9) sorted by relevance
209 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etscfg_tlv() argument221 etscfg = &dcbcfg->etscfg; in ice_parse_ieee_etscfg_tlv()241 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_etsrec_tlv() argument246 ice_parse_ieee_ets_common_tlv(&buf[1], &dcbcfg->etsrec); in ice_parse_ieee_etsrec_tlv()258 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_pfccfg_tlv() argument268 dcbcfg->pfc.willing = ((buf[0] & ICE_IEEE_PFC_WILLING_M) >> in ice_parse_ieee_pfccfg_tlv()270 dcbcfg->pfc.mbc = ((buf[0] & ICE_IEEE_PFC_MBC_M) >> ICE_IEEE_PFC_MBC_S); in ice_parse_ieee_pfccfg_tlv()271 dcbcfg->pfc.pfccap = ((buf[0] & ICE_IEEE_PFC_CAP_M) >> in ice_parse_ieee_pfccfg_tlv()273 dcbcfg->pfc.pfcena = buf[1]; in ice_parse_ieee_pfccfg_tlv()285 struct ice_dcbx_cfg *dcbcfg) in ice_parse_ieee_app_tlv() argument[all …]
11 static u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_ena_tc() argument15 num_tc = ice_dcb_get_num_tc(dcbcfg); in ice_dcb_get_ena_tc()105 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc() argument116 num_tc |= BIT(dcbcfg->etscfg.prio_table[i]); in ice_dcb_get_num_tc()311 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg) in ice_dcb_bwchk() argument313 struct ice_dcb_ets_cfg *etscfg = &dcbcfg->etscfg; in ice_dcb_bwchk()320 num_tc = ice_dcb_get_num_tc(dcbcfg); in ice_dcb_bwchk()455 struct ice_dcbx_cfg *dcbcfg = &pi->qos_cfg.local_dcbx_cfg; in ice_cfg_etsrec_defaults() local459 if (dcbcfg->etsrec.maxtcs) in ice_cfg_etsrec_defaults()463 dcbcfg->etsrec.maxtcs = 1; in ice_cfg_etsrec_defaults()[all …]
19 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg);25 int ice_dcb_bwchk(struct ice_pf *pf, struct ice_dcbx_cfg *dcbcfg);75 static inline u8 ice_dcb_get_ena_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_ena_tc() argument80 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc() argument
144 struct ice_dcbx_cfg *dcbcfg);
2413 static u8 ice_get_dscp_up(struct ice_dcbx_cfg *dcbcfg, struct sk_buff *skb) in ice_get_dscp_up() argument2422 return dcbcfg->dscp_map[dscp]; in ice_get_dscp_up()2430 struct ice_dcbx_cfg *dcbcfg; in ice_select_queue() local2432 dcbcfg = &pf->hw.port_info->qos_cfg.local_dcbx_cfg; in ice_select_queue()2433 if (dcbcfg->pfc_mode == ICE_QOS_MODE_DSCP) in ice_select_queue()2434 skb->priority = ice_get_dscp_up(dcbcfg, skb); in ice_select_queue()
3475 struct ice_dcbx_cfg *dcbcfg; in ice_vsi_cfg_netdev_tc() local3497 dcbcfg = &pf->hw.port_info->qos_cfg.local_dcbx_cfg; in ice_vsi_cfg_netdev_tc()3520 u8 ets_tc = dcbcfg->etscfg.prio_table[i]; in ice_vsi_cfg_netdev_tc()
37 struct i40e_dcbx_config *dcbcfg) in i40e_parse_ieee_etscfg_tlv() argument52 etscfg = &dcbcfg->etscfg; in i40e_parse_ieee_etscfg_tlv()108 struct i40e_dcbx_config *dcbcfg) in i40e_parse_ieee_etsrec_tlv() argument129 dcbcfg->etsrec.prioritytable[i*2] = priority; in i40e_parse_ieee_etsrec_tlv()132 dcbcfg->etsrec.prioritytable[i*2 + 1] = priority; in i40e_parse_ieee_etsrec_tlv()143 dcbcfg->etsrec.tcbwtable[i] = buf[offset++]; in i40e_parse_ieee_etsrec_tlv()152 dcbcfg->etsrec.tsatable[i] = buf[offset++]; in i40e_parse_ieee_etsrec_tlv()163 struct i40e_dcbx_config *dcbcfg) in i40e_parse_ieee_pfccfg_tlv() argument173 dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >> in i40e_parse_ieee_pfccfg_tlv()175 dcbcfg->pfc.mbc = (u8)((buf[0] & I40E_IEEE_PFC_MBC_MASK) >> in i40e_parse_ieee_pfccfg_tlv()[all …]
270 struct i40e_dcbx_config *dcbcfg);273 struct i40e_dcbx_config *dcbcfg);282 struct i40e_dcbx_config *dcbcfg);
5344 struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config; in i40e_get_iscsi_tc_map() local5346 for (i = 0; i < dcbcfg->numapps; i++) { in i40e_get_iscsi_tc_map()5347 app = dcbcfg->app[i]; in i40e_get_iscsi_tc_map()5350 tc = dcbcfg->etscfg.prioritytable[app.priority]; in i40e_get_iscsi_tc_map()5365 static u8 i40e_dcb_get_num_tc(struct i40e_dcbx_config *dcbcfg) in i40e_dcb_get_num_tc() argument5376 num_tc |= BIT(dcbcfg->etscfg.prioritytable[i]); in i40e_dcb_get_num_tc()5408 static u8 i40e_dcb_get_enabled_tc(struct i40e_dcbx_config *dcbcfg) in i40e_dcb_get_enabled_tc() argument5410 u8 num_tc = i40e_dcb_get_num_tc(dcbcfg); in i40e_dcb_get_enabled_tc()5449 struct i40e_dcbx_config *dcbcfg = &hw->local_dcbx_config; in i40e_pf_get_num_tc() local5460 return i40e_dcb_get_num_tc(dcbcfg); in i40e_pf_get_num_tc()[all …]