Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Discsi_if.h856 struct iscsi_offload_host_stats { struct
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c1064 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats()
1074 host_stats_size = sizeof(struct iscsi_offload_host_stats); in qla4xxx_get_host_stats()
1082 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3718 host_stats_size = sizeof(struct iscsi_offload_host_stats); in iscsi_get_host_stats()