Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Discsi_if.h866 struct iscsi_offload_host_stats { struct
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c1031 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats()
1041 host_stats_size = sizeof(struct iscsi_offload_host_stats); in qla4xxx_get_host_stats()
1049 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_iscsi.c3420 host_stats_size = sizeof(struct iscsi_offload_host_stats); in iscsi_get_host_stats()