Lines Matching refs:host_stats

1015 	struct iscsi_offload_host_stats *host_stats = NULL;  in qla4xxx_get_host_stats()  local
1033 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
1059 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1060 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1061 host_stats->mactx_multicast_frames = in qla4xxx_get_host_stats()
1063 host_stats->mactx_broadcast_frames = in qla4xxx_get_host_stats()
1065 host_stats->mactx_pause_frames = in qla4xxx_get_host_stats()
1067 host_stats->mactx_control_frames = in qla4xxx_get_host_stats()
1069 host_stats->mactx_deferral = in qla4xxx_get_host_stats()
1071 host_stats->mactx_excess_deferral = in qla4xxx_get_host_stats()
1073 host_stats->mactx_late_collision = in qla4xxx_get_host_stats()
1075 host_stats->mactx_abort = le64_to_cpu(ql_iscsi_stats->mac_tx_abort); in qla4xxx_get_host_stats()
1076 host_stats->mactx_single_collision = in qla4xxx_get_host_stats()
1078 host_stats->mactx_multiple_collision = in qla4xxx_get_host_stats()
1080 host_stats->mactx_collision = in qla4xxx_get_host_stats()
1082 host_stats->mactx_frames_dropped = in qla4xxx_get_host_stats()
1084 host_stats->mactx_jumbo_frames = in qla4xxx_get_host_stats()
1086 host_stats->macrx_frames = le64_to_cpu(ql_iscsi_stats->mac_rx_frames); in qla4xxx_get_host_stats()
1087 host_stats->macrx_bytes = le64_to_cpu(ql_iscsi_stats->mac_rx_bytes); in qla4xxx_get_host_stats()
1088 host_stats->macrx_unknown_control_frames = in qla4xxx_get_host_stats()
1090 host_stats->macrx_pause_frames = in qla4xxx_get_host_stats()
1092 host_stats->macrx_control_frames = in qla4xxx_get_host_stats()
1094 host_stats->macrx_dribble = in qla4xxx_get_host_stats()
1096 host_stats->macrx_frame_length_error = in qla4xxx_get_host_stats()
1098 host_stats->macrx_jabber = le64_to_cpu(ql_iscsi_stats->mac_rx_jabber); in qla4xxx_get_host_stats()
1099 host_stats->macrx_carrier_sense_error = in qla4xxx_get_host_stats()
1101 host_stats->macrx_frame_discarded = in qla4xxx_get_host_stats()
1103 host_stats->macrx_frames_dropped = in qla4xxx_get_host_stats()
1105 host_stats->mac_crc_error = le64_to_cpu(ql_iscsi_stats->mac_crc_error); in qla4xxx_get_host_stats()
1106 host_stats->mac_encoding_error = in qla4xxx_get_host_stats()
1108 host_stats->macrx_length_error_large = in qla4xxx_get_host_stats()
1110 host_stats->macrx_length_error_small = in qla4xxx_get_host_stats()
1112 host_stats->macrx_multicast_frames = in qla4xxx_get_host_stats()
1114 host_stats->macrx_broadcast_frames = in qla4xxx_get_host_stats()
1116 host_stats->iptx_packets = le64_to_cpu(ql_iscsi_stats->ip_tx_packets); in qla4xxx_get_host_stats()
1117 host_stats->iptx_bytes = le64_to_cpu(ql_iscsi_stats->ip_tx_bytes); in qla4xxx_get_host_stats()
1118 host_stats->iptx_fragments = in qla4xxx_get_host_stats()
1120 host_stats->iprx_packets = le64_to_cpu(ql_iscsi_stats->ip_rx_packets); in qla4xxx_get_host_stats()
1121 host_stats->iprx_bytes = le64_to_cpu(ql_iscsi_stats->ip_rx_bytes); in qla4xxx_get_host_stats()
1122 host_stats->iprx_fragments = in qla4xxx_get_host_stats()
1124 host_stats->ip_datagram_reassembly = in qla4xxx_get_host_stats()
1126 host_stats->ip_invalid_address_error = in qla4xxx_get_host_stats()
1128 host_stats->ip_error_packets = in qla4xxx_get_host_stats()
1130 host_stats->ip_fragrx_overlap = in qla4xxx_get_host_stats()
1132 host_stats->ip_fragrx_outoforder = in qla4xxx_get_host_stats()
1134 host_stats->ip_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1136 host_stats->ipv6tx_packets = in qla4xxx_get_host_stats()
1138 host_stats->ipv6tx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_tx_bytes); in qla4xxx_get_host_stats()
1139 host_stats->ipv6tx_fragments = in qla4xxx_get_host_stats()
1141 host_stats->ipv6rx_packets = in qla4xxx_get_host_stats()
1143 host_stats->ipv6rx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_rx_bytes); in qla4xxx_get_host_stats()
1144 host_stats->ipv6rx_fragments = in qla4xxx_get_host_stats()
1146 host_stats->ipv6_datagram_reassembly = in qla4xxx_get_host_stats()
1148 host_stats->ipv6_invalid_address_error = in qla4xxx_get_host_stats()
1150 host_stats->ipv6_error_packets = in qla4xxx_get_host_stats()
1152 host_stats->ipv6_fragrx_overlap = in qla4xxx_get_host_stats()
1154 host_stats->ipv6_fragrx_outoforder = in qla4xxx_get_host_stats()
1156 host_stats->ipv6_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1158 host_stats->tcptx_segments = in qla4xxx_get_host_stats()
1160 host_stats->tcptx_bytes = le64_to_cpu(ql_iscsi_stats->tcp_tx_bytes); in qla4xxx_get_host_stats()
1161 host_stats->tcprx_segments = in qla4xxx_get_host_stats()
1163 host_stats->tcprx_byte = le64_to_cpu(ql_iscsi_stats->tcp_rx_byte); in qla4xxx_get_host_stats()
1164 host_stats->tcp_duplicate_ack_retx = in qla4xxx_get_host_stats()
1166 host_stats->tcp_retx_timer_expired = in qla4xxx_get_host_stats()
1168 host_stats->tcprx_duplicate_ack = in qla4xxx_get_host_stats()
1170 host_stats->tcprx_pure_ackr = in qla4xxx_get_host_stats()
1172 host_stats->tcptx_delayed_ack = in qla4xxx_get_host_stats()
1174 host_stats->tcptx_pure_ack = in qla4xxx_get_host_stats()
1176 host_stats->tcprx_segment_error = in qla4xxx_get_host_stats()
1178 host_stats->tcprx_segment_outoforder = in qla4xxx_get_host_stats()
1180 host_stats->tcprx_window_probe = in qla4xxx_get_host_stats()
1182 host_stats->tcprx_window_update = in qla4xxx_get_host_stats()
1184 host_stats->tcptx_window_probe_persist = in qla4xxx_get_host_stats()
1186 host_stats->ecc_error_correction = in qla4xxx_get_host_stats()
1188 host_stats->iscsi_pdu_tx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_tx); in qla4xxx_get_host_stats()
1189 host_stats->iscsi_data_bytes_tx = in qla4xxx_get_host_stats()
1191 host_stats->iscsi_pdu_rx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_rx); in qla4xxx_get_host_stats()
1192 host_stats->iscsi_data_bytes_rx = in qla4xxx_get_host_stats()
1194 host_stats->iscsi_io_completed = in qla4xxx_get_host_stats()
1196 host_stats->iscsi_unexpected_io_rx = in qla4xxx_get_host_stats()
1198 host_stats->iscsi_format_error = in qla4xxx_get_host_stats()
1200 host_stats->iscsi_hdr_digest_error = in qla4xxx_get_host_stats()
1202 host_stats->iscsi_data_digest_error = in qla4xxx_get_host_stats()
1204 host_stats->iscsi_sequence_error = in qla4xxx_get_host_stats()