Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_ioctl.h31 #define MAX_HDRIVES 100 /* max. host drive count */ macro
33 #define MAX_HDRIVES MAX_LDRIVES /* max. host drive count */ macro
198 u16 drives[MAX_HDRIVES];/* drives */
261 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
282 u16 drives[MAX_HDRIVES]; /* drives */
330 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
Dgdth_proc.c60 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_set_asc_info()
496 phg->entries = MAX_HDRIVES; in gdth_show_info()
515 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_show_info()
Dgdth.c1927 if (hdrive >= MAX_HDRIVES) in gdth_analyse_hdrive()
2054 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) in gdth_next()
2146 } else if (t >= MAX_HDRIVES || !ha->hdr[t].present || l != 0) { in gdth_next()
3905 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) { in gdth_timed_out()
3938 for (i = 0; i < MAX_HDRIVES; ++i) { in gdth_eh_bus_reset()
4105 for (i = 0; i < ldrv.drive_cnt && i < MAX_HDRIVES; ++i) { in ioc_lockdrv()
4107 if (j >= MAX_HDRIVES || !ha->hdr[j].present) in ioc_lockdrv()
4132 res.number >= MAX_HDRIVES) in ioc_resetdrv()
4306 for (i = 0; i < MAX_HDRIVES; ++i) { in ioc_hdrlist()
4380 for (; i < hdr_cnt && i < MAX_HDRIVES; ++i) { in ioc_rescan()
[all …]
Dgdth.h671 gdth_hentry_str entry[MAX_HDRIVES]; /* entries */