Searched refs:alst (Results 1 – 1 of 1) sorted by relevance
1560 gdth_arcdl_str *alst; in gdth_search_drives() local1799 alst = (gdth_arcdl_str *)ha->pscratch; in gdth_search_drives()1800 alst->entries_avail = MAX_LDRIVES; in gdth_search_drives()1801 alst->first_entry = 0; in gdth_search_drives()1802 alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]); in gdth_search_drives()1806 (alst->entries_avail-1) * sizeof(gdth_alist_str))) { in gdth_search_drives()1807 for (j = 0; j < alst->entries_init; ++j) { in gdth_search_drives()1808 ha->hdr[j].is_arraydrv = alst->list[j].is_arrayd; in gdth_search_drives()1809 ha->hdr[j].is_master = alst->list[j].is_master; in gdth_search_drives()1810 ha->hdr[j].is_parity = alst->list[j].is_parity; in gdth_search_drives()[all …]