Home
last modified time | relevance | path

Searched refs:pdev_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dgdth_proc.c248 pds->entries = ha->raw[i].pdev_cnt; in gdth_show_info()
258 for (j = 0; j < ha->raw[i].pdev_cnt; ++j) { in gdth_show_info()
Dgdth.h894 u8 pdev_cnt; /* physical device count */ member
Dgdth.c1764 ha->raw[bus_no].pdev_cnt = chn->drive_cnt; in gdth_search_drives()
1768 if (ha->raw[bus_no].pdev_cnt > 0) { in gdth_search_drives()
1771 drl->sc_cnt = ha->raw[bus_no].pdev_cnt; in gdth_search_drives()
1776 for (j = 0; j < ha->raw[bus_no].pdev_cnt; ++j) in gdth_search_drives()
1779 ha->raw[bus_no].pdev_cnt = 0; in gdth_search_drives()