Home
last modified time | relevance | path

Searched refs:MAX_HDRIVES (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth_ioctl.h30 #define MAX_HDRIVES 100 /* max. host drive count */ macro
32 #define MAX_HDRIVES MAX_LDRIVES /* max. host drive count */ macro
197 u16 drives[MAX_HDRIVES];/* drives */
260 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
281 u16 drives[MAX_HDRIVES]; /* drives */
329 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
Dgdth_proc.c73 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_set_asc_info()
585 phg->entries = MAX_HDRIVES; in gdth_get_info()
604 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_get_info()
Dgdth.c1934 if (hdrive >= MAX_HDRIVES) in gdth_analyse_hdrive()
2061 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) in gdth_next()
2153 } else if (t >= MAX_HDRIVES || !ha->hdr[t].present || l != 0) { in gdth_next()
3915 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) { in gdth_timed_out()
3948 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_eh_bus_reset()
4115 for (i = 0; i < ldrv.drive_cnt && i < MAX_HDRIVES; ++i) { in ioc_lockdrv()
4117 if (j >= MAX_HDRIVES || !ha->hdr[j].present) in ioc_lockdrv()
4142 res.number >= MAX_HDRIVES) in ioc_resetdrv()
4316 for (i = 0; i < MAX_HDRIVES; ++i) { in ioc_hdrlist()
4390 for (; i < hdr_cnt && i < MAX_HDRIVES; ++i) { in ioc_rescan()
[all …]
Dgdth.h682 gdth_hentry_str entry[MAX_HDRIVES]; /* entries */