Searched refs:iocr (Results 1 – 1 of 1) sorted by relevance
1169 gdth_raw_iochan_str *iocr; in gdth_search_drives() local1216 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()1217 iocr->hdr.version = 0xffffffff; in gdth_search_drives()1218 iocr->hdr.list_entries = MAXBUS; in gdth_search_drives()1219 iocr->hdr.first_chan = 0; in gdth_search_drives()1220 iocr->hdr.last_chan = MAXBUS-1; in gdth_search_drives()1221 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]); in gdth_search_drives()1225 ha->bus_cnt = iocr->hdr.chan_count; in gdth_search_drives()1227 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()1228 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in gdth_search_drives()