Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_transport_iscsi.h157 int (*get_host_stats) (struct Scsi_Host *shost, char *buf, int len); member
H A Discsi_if.h238 } get_host_stats; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_iscsi.c3668 if (!transport->get_host_stats) in iscsi_get_host_stats()
3678 shost = scsi_host_lookup(ev->u.get_host_stats.host_no); in iscsi_get_host_stats()
3681 __func__, ev->u.get_host_stats.host_no); in iscsi_get_host_stats()
3701 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()
3702 ev->u.get_host_stats.host_no; in iscsi_get_host_stats()
3706 err = transport->get_host_stats(shost, buf, host_stats_size); in iscsi_get_host_stats()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_os.c293 .get_host_stats = qla4xxx_get_host_stats,