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.c1065 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats()
1075 host_stats_size = sizeof(struct iscsi_offload_host_stats); in qla4xxx_get_host_stats()
1083 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c3722 host_stats_size = sizeof(struct iscsi_offload_host_stats); in iscsi_get_host_stats()