Searched refs:num_daios (Results 1 – 1 of 1) sorted by relevance
1375 int err, i, num_srcs, num_daios; in atc_get_resources() local1377 num_daios = ((atc->model == CTSB1270) ? 8 : 7); in atc_get_resources()1380 atc->daios = kcalloc(num_daios, sizeof(void *), GFP_KERNEL); in atc_get_resources()1398 for (i = 0, atc->n_daio = 0; i < num_daios; i++) { in atc_get_resources()
Completed in 5 milliseconds