Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dgdth_proc.c254 pds->entries = ha->raw[i].pdev_cnt; in gdth_show_info()
264 for (j = 0; j < ha->raw[i].pdev_cnt; ++j) { in gdth_show_info()
Dgdth.h862 u8 pdev_cnt; /* physical device count */ member
Dgdth.c1315 ha->raw[bus_no].pdev_cnt = chn->drive_cnt; in gdth_search_drives()
1319 if (ha->raw[bus_no].pdev_cnt > 0) { in gdth_search_drives()
1322 drl->sc_cnt = ha->raw[bus_no].pdev_cnt; in gdth_search_drives()
1327 for (j = 0; j < ha->raw[bus_no].pdev_cnt; ++j) in gdth_search_drives()
1330 ha->raw[bus_no].pdev_cnt = 0; in gdth_search_drives()