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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_ioctl.h30 #define MAX_HDRIVES 100 /* max. host drive count */ macro
32 #define MAX_HDRIVES MAX_LDRIVES /* max. host drive count */ macro
205 ushort drives[MAX_HDRIVES];/* drives */
268 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
289 ushort drives[MAX_HDRIVES]; /* drives */
337 } hdr_list[MAX_HDRIVES]; /* index is host drive number */
H A Dgdth_proc.c104 for (i = 0; i < MAX_HDRIVES; ++i) {
612 phg->entries = MAX_HDRIVES;
631 for (i = 0; i < MAX_HDRIVES; ++i) {
H A Dgdth.c2294 if (hdrive >= MAX_HDRIVES)
2372 (b==ha->virt_bus && t<MAX_HDRIVES && ha->hdr[t].lock)) {
2436 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock))
2528 } else if (t >= MAX_HDRIVES || !ha->hdr[t].present || l != 0) {
4398 ha->tid_cnt = MAX_HDRIVES;
4521 ha->tid_cnt = MAX_HDRIVES;
4643 ha->tid_cnt = pcistr[ctr].device_id >= 0x200 ? MAXID : MAX_HDRIVES;
4865 for (i = 0; i < MAX_HDRIVES; ++i) {
5035 for (i = 0; i < ldrv.drive_cnt && i < MAX_HDRIVES; ++i) {
5037 if (j >= MAX_HDRIVES || !h
[all...]
H A Dgdth.h690 gdth_hentry_str entry[MAX_HDRIVES]; /* entries */

Completed in 58 milliseconds