Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_os.c150 struct scsi_qla_host *ha = to_qla_host(shost); in qla4xxx_host_get_param()
419 struct scsi_qla_host *ha = to_qla_host(cmd->device->host); in qla4xxx_queuecommand()
1528 struct scsi_qla_host *ha = to_qla_host(cmd->device->host); in qla4xxx_eh_device_reset()
1587 struct scsi_qla_host *ha = to_qla_host(cmd->device->host); in qla4xxx_eh_target_reset()
Dql4_def.h462 static inline struct scsi_qla_host* to_qla_host(struct Scsi_Host *shost) in to_qla_host() function