Searched refs:ql_iscsi_stats (Results 1 – 2 of 2) sorted by relevance
1067 struct ql_iscsi_stats *ql_iscsi_stats = NULL; in qla4xxx_get_host_stats() local1088 stats_size = PAGE_ALIGN(sizeof(struct ql_iscsi_stats)); in qla4xxx_get_host_stats()1090 ql_iscsi_stats = dma_alloc_coherent(&ha->pdev->dev, stats_size, in qla4xxx_get_host_stats()1092 if (!ql_iscsi_stats) { in qla4xxx_get_host_stats()1107 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()1108 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()1110 le64_to_cpu(ql_iscsi_stats->mac_tx_multicast_frames); in qla4xxx_get_host_stats()1112 le64_to_cpu(ql_iscsi_stats->mac_tx_broadcast_frames); in qla4xxx_get_host_stats()1114 le64_to_cpu(ql_iscsi_stats->mac_tx_pause_frames); in qla4xxx_get_host_stats()1116 le64_to_cpu(ql_iscsi_stats->mac_tx_control_frames); in qla4xxx_get_host_stats()[all …]
1291 struct ql_iscsi_stats { struct