Home
last modified time | relevance | path

Searched refs:iscsi_offload_host_stats (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/scsi/
Discsi_if.h864 struct iscsi_offload_host_stats { struct
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c1016 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats()
1026 host_stats_size = sizeof(struct iscsi_offload_host_stats); in qla4xxx_get_host_stats()
1034 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_iscsi.c3438 host_stats_size = sizeof(struct iscsi_offload_host_stats); in iscsi_get_host_stats()