Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c1170 gdth_arcdl_str *alst; in gdth_search_drives() local
1349 alst = (gdth_arcdl_str *)ha->pscratch; in gdth_search_drives()
1350 alst->entries_avail = MAX_LDRIVES; in gdth_search_drives()
1351 alst->first_entry = 0; in gdth_search_drives()
1352 alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]); in gdth_search_drives()
1356 (alst->entries_avail-1) * sizeof(gdth_alist_str))) { in gdth_search_drives()
1357 for (j = 0; j < alst->entries_init; ++j) { in gdth_search_drives()
1358 ha->hdr[j].is_arraydrv = alst->list[j].is_arrayd; in gdth_search_drives()
1359 ha->hdr[j].is_master = alst->list[j].is_master; in gdth_search_drives()
1360 ha->hdr[j].is_parity = alst in gdth_search_drives()
[all...]

Completed in 4 milliseconds