Searched refs:get_host_stats (Results 1 – 4 of 4) sorted by relevance
157 int (*get_host_stats) (struct Scsi_Host *shost, char *buf, int len); member
238 } get_host_stats; member
3618 if (!transport->get_host_stats) in iscsi_get_host_stats()3628 shost = scsi_host_lookup(ev->u.get_host_stats.host_no); in iscsi_get_host_stats()3631 __func__, ev->u.get_host_stats.host_no); in iscsi_get_host_stats()3651 evhost_stats->u.get_host_stats.host_no = in iscsi_get_host_stats()3652 ev->u.get_host_stats.host_no; in iscsi_get_host_stats()3656 err = transport->get_host_stats(shost, buf, host_stats_size); in iscsi_get_host_stats()
293 .get_host_stats = qla4xxx_get_host_stats,
Completed in 30 milliseconds