Lines Matching refs:ets_data
83 struct mlxsw_sp_qdisc_ets_data *ets_data; member
1264 kfree(mlxsw_sp_qdisc->ets_data); in __mlxsw_sp_qdisc_ets_destroy()
1265 mlxsw_sp_qdisc->ets_data = NULL; in __mlxsw_sp_qdisc_ets_destroy()
1327 struct mlxsw_sp_qdisc_ets_data *ets_data = mlxsw_sp_qdisc->ets_data; in __mlxsw_sp_qdisc_ets_replace() local
1334 if (!ets_data) { in __mlxsw_sp_qdisc_ets_replace()
1335 ets_data = kzalloc(sizeof(*ets_data), GFP_KERNEL); in __mlxsw_sp_qdisc_ets_replace()
1336 if (!ets_data) in __mlxsw_sp_qdisc_ets_replace()
1338 mlxsw_sp_qdisc->ets_data = ets_data; in __mlxsw_sp_qdisc_ets_replace()
1343 ets_band = &ets_data->bands[band]; in __mlxsw_sp_qdisc_ets_replace()
1352 ets_band = &ets_data->bands[band]; in __mlxsw_sp_qdisc_ets_replace()
1389 ets_band = &ets_data->bands[band]; in __mlxsw_sp_qdisc_ets_replace()
1510 return &mlxsw_sp_qdisc->ets_data->bands[band]; in mlxsw_sp_qdisc_ets_get_band()