Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Discsi_if.h864 struct iscsi_offload_host_stats { struct
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c1015 struct iscsi_offload_host_stats *host_stats = NULL; in qla4xxx_get_host_stats()
1025 host_stats_size = sizeof(struct iscsi_offload_host_stats); in qla4xxx_get_host_stats()
1033 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c3442 host_stats_size = sizeof(struct iscsi_offload_host_stats); in iscsi_get_host_stats()