Searched refs:ets_data (Results 1 – 3 of 3) sorted by relevance
83 struct mlxsw_sp_qdisc_ets_data *ets_data; member1263 kfree(mlxsw_sp_qdisc->ets_data); in __mlxsw_sp_qdisc_ets_destroy()1264 mlxsw_sp_qdisc->ets_data = NULL; in __mlxsw_sp_qdisc_ets_destroy()1326 struct mlxsw_sp_qdisc_ets_data *ets_data = mlxsw_sp_qdisc->ets_data; in __mlxsw_sp_qdisc_ets_replace() local1333 if (!ets_data) { in __mlxsw_sp_qdisc_ets_replace()1334 ets_data = kzalloc_obj(*ets_data); in __mlxsw_sp_qdisc_ets_replace()1335 if (!ets_data) in __mlxsw_sp_qdisc_ets_replace()1337 mlxsw_sp_qdisc->ets_data = ets_data; in __mlxsw_sp_qdisc_ets_replace()1342 ets_band = &ets_data->bands[band]; in __mlxsw_sp_qdisc_ets_replace()1351 ets_band = &ets_data->bands[band]; in __mlxsw_sp_qdisc_ets_replace()[all …]
249 struct i40e_aqc_configure_switching_comp_ets_data *ets_data,
3466 struct i40e_aqc_configure_switching_comp_ets_data *ets_data, in i40e_aq_config_switch_comp_ets() argument3470 return i40e_aq_tx_sched_cmd(hw, seid, (void *)ets_data, in i40e_aq_config_switch_comp_ets()3471 sizeof(*ets_data), opcode, cmd_details); in i40e_aq_config_switch_comp_ets()