Home
last modified time | relevance | path

Searched refs:short_list (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_calendar.c49 u32 short_list[SPX5_DSM_CAL_LEN]; member
423 memcpy(data->short_list, data->schedule, in sparx5_dsm_calendar_calc()
424 sizeof(data->short_list)); in sparx5_dsm_calendar_calc()
430 memcpy(data->short_list, data->new_slots, in sparx5_dsm_calendar_calc()
431 sizeof(data->short_list)); in sparx5_dsm_calendar_calc()
438 while (sparx5_dsm_cal_len(data->short_list) > 0 || in sparx5_dsm_calendar_calc()
442 if (sparx5_dsm_cal_len(data->short_list) > 0) { in sparx5_dsm_calendar_calc()
444 sparx5_dsm_cp_cal(data->short_list); in sparx5_dsm_calendar_calc()