Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dscsi_transport_iscsi.h169 int (*get_host_stats) (struct Scsi_Host *shost, char *buf, int len); member
Discsi_if.h248 } get_host_stats; member
/linux-4.1.27/drivers/scsi/
Dscsi_transport_iscsi.c3431 if (!transport->get_host_stats) in iscsi_get_host_stats()
3441 shost = scsi_host_lookup(ev->u.get_host_stats.host_no); in iscsi_get_host_stats()
3444 __func__, ev->u.get_host_stats.host_no); in iscsi_get_host_stats()
3464 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()
3465 ev->u.get_host_stats.host_no; in iscsi_get_host_stats()
3469 err = transport->get_host_stats(shost, buf, host_stats_size); in iscsi_get_host_stats()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c261 .get_host_stats = qla4xxx_get_host_stats,