Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c1311 struct Scsi_Host *hpnt; in sdebug_max_tgts_luns() local
1315 hpnt = sdbg_host->shost; in sdebug_max_tgts_luns()
1316 if ((hpnt->this_id >= 0) && in sdebug_max_tgts_luns()
9402 struct Scsi_Host *hpnt; in sdebug_driver_probe() local
9408 if (NULL == hpnt) { in sdebug_driver_probe()
9429 hpnt->host_tagset = 1; in sdebug_driver_probe()
9452 hpnt->nr_maps = 3; in sdebug_driver_probe()
9454 sdbg_host->shost = hpnt; in sdebug_driver_probe()
9455 if ((hpnt->this_id >= 0) && (sdebug_num_tgts > hpnt->this_id)) in sdebug_driver_probe()
9515 scsi_host_put(hpnt); in sdebug_driver_probe()
[all …]