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

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

Completed in 214 milliseconds