Searched refs:iocr (Results 1 – 1 of 1) sorted by relevance
1558 gdth_raw_iochan_str *iocr; in gdth_search_drives() local1665 iocr = (gdth_raw_iochan_str *)ha->pscratch; in gdth_search_drives()1666 iocr->hdr.version = 0xffffffff; in gdth_search_drives()1667 iocr->hdr.list_entries = MAXBUS; in gdth_search_drives()1668 iocr->hdr.first_chan = 0; in gdth_search_drives()1669 iocr->hdr.last_chan = MAXBUS-1; in gdth_search_drives()1670 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]); in gdth_search_drives()1674 ha->bus_cnt = iocr->hdr.chan_count; in gdth_search_drives()1676 if (iocr->list[bus_no].proc_id < MAXID) in gdth_search_drives()1677 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in gdth_search_drives()