Home
last modified time | relevance | path

Searched refs:drv_no (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/
Dgdth_proc.c159 int no_mdrv = 0, drv_no, is_mirr; in gdth_get_info() local
392 drv_no = i; in gdth_get_info()
397 TRACE2(("cache_drv_info() drive no %d\n",drv_no)); in gdth_get_info()
404 gdtcmd->u.ioctl.channel = drv_no; in gdth_get_info()
420 if (drv_no == i) { in gdth_get_info()
423 drv_no, hrec); in gdth_get_info()
447 drv_no & 0x7fff, hrec); in gdth_get_info()
450 drv_no = pcdi->ld_slave; in gdth_get_info()
459 } while (drv_no != -1); in gdth_get_info()
Dgdth.c1562 u32 bus_no, drv_cnt, drv_no, j; in gdth_search_drives() local
1799 drv_no = ((u32 *)ha->pscratch)[j]; in gdth_search_drives()
1800 if (drv_no < MAX_LDRIVES) { in gdth_search_drives()
1801 ha->hdr[drv_no].is_logdrv = TRUE; in gdth_search_drives()
1802 TRACE2(("Drive %d is log. drive\n",drv_no)); in gdth_search_drives()