Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c141 u16 hdrive);
151 static int gdth_analyse_hdrive(gdth_ha_str *ha, u16 hdrive);
1471 static int gdth_analyse_hdrive(gdth_ha_str *ha, u16 hdrive) in gdth_analyse_hdrive() argument
1476 TRACE(("gdth_analyse_hdrive() hanum %d drive %d\n", ha->hanum, hdrive)); in gdth_analyse_hdrive()
1477 if (hdrive >= MAX_HDRIVES) in gdth_analyse_hdrive()
1480 if (!gdth_internal_cmd(ha, CACHESERVICE, GDT_INFO, hdrive, 0, 0)) in gdth_analyse_hdrive()
1482 ha->hdr[hdrive].present = TRUE; in gdth_analyse_hdrive()
1483 ha->hdr[hdrive].size = ha->info; in gdth_analyse_hdrive()
1486 ha->hdr[hdrive].size &= ~SECS32; in gdth_analyse_hdrive()
1488 gdth_eval_mapping(ha->hdr[hdrive] in gdth_analyse_hdrive()
1973 gdth_fill_cache_cmd(gdth_ha_str *ha, struct scsi_cmnd *scp, u16 hdrive) gdth_fill_cache_cmd() argument
[all...]

Completed in 4 milliseconds