Lines Matching refs:host_stats

1059 	struct iscsi_offload_host_stats *host_stats = NULL;  in qla4xxx_get_host_stats()  local
1077 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
1103 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1104 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1105 host_stats->mactx_multicast_frames = in qla4xxx_get_host_stats()
1107 host_stats->mactx_broadcast_frames = in qla4xxx_get_host_stats()
1109 host_stats->mactx_pause_frames = in qla4xxx_get_host_stats()
1111 host_stats->mactx_control_frames = in qla4xxx_get_host_stats()
1113 host_stats->mactx_deferral = in qla4xxx_get_host_stats()
1115 host_stats->mactx_excess_deferral = in qla4xxx_get_host_stats()
1117 host_stats->mactx_late_collision = in qla4xxx_get_host_stats()
1119 host_stats->mactx_abort = le64_to_cpu(ql_iscsi_stats->mac_tx_abort); in qla4xxx_get_host_stats()
1120 host_stats->mactx_single_collision = in qla4xxx_get_host_stats()
1122 host_stats->mactx_multiple_collision = in qla4xxx_get_host_stats()
1124 host_stats->mactx_collision = in qla4xxx_get_host_stats()
1126 host_stats->mactx_frames_dropped = in qla4xxx_get_host_stats()
1128 host_stats->mactx_jumbo_frames = in qla4xxx_get_host_stats()
1130 host_stats->macrx_frames = le64_to_cpu(ql_iscsi_stats->mac_rx_frames); in qla4xxx_get_host_stats()
1131 host_stats->macrx_bytes = le64_to_cpu(ql_iscsi_stats->mac_rx_bytes); in qla4xxx_get_host_stats()
1132 host_stats->macrx_unknown_control_frames = in qla4xxx_get_host_stats()
1134 host_stats->macrx_pause_frames = in qla4xxx_get_host_stats()
1136 host_stats->macrx_control_frames = in qla4xxx_get_host_stats()
1138 host_stats->macrx_dribble = in qla4xxx_get_host_stats()
1140 host_stats->macrx_frame_length_error = in qla4xxx_get_host_stats()
1142 host_stats->macrx_jabber = le64_to_cpu(ql_iscsi_stats->mac_rx_jabber); in qla4xxx_get_host_stats()
1143 host_stats->macrx_carrier_sense_error = in qla4xxx_get_host_stats()
1145 host_stats->macrx_frame_discarded = in qla4xxx_get_host_stats()
1147 host_stats->macrx_frames_dropped = in qla4xxx_get_host_stats()
1149 host_stats->mac_crc_error = le64_to_cpu(ql_iscsi_stats->mac_crc_error); in qla4xxx_get_host_stats()
1150 host_stats->mac_encoding_error = in qla4xxx_get_host_stats()
1152 host_stats->macrx_length_error_large = in qla4xxx_get_host_stats()
1154 host_stats->macrx_length_error_small = in qla4xxx_get_host_stats()
1156 host_stats->macrx_multicast_frames = in qla4xxx_get_host_stats()
1158 host_stats->macrx_broadcast_frames = in qla4xxx_get_host_stats()
1160 host_stats->iptx_packets = le64_to_cpu(ql_iscsi_stats->ip_tx_packets); in qla4xxx_get_host_stats()
1161 host_stats->iptx_bytes = le64_to_cpu(ql_iscsi_stats->ip_tx_bytes); in qla4xxx_get_host_stats()
1162 host_stats->iptx_fragments = in qla4xxx_get_host_stats()
1164 host_stats->iprx_packets = le64_to_cpu(ql_iscsi_stats->ip_rx_packets); in qla4xxx_get_host_stats()
1165 host_stats->iprx_bytes = le64_to_cpu(ql_iscsi_stats->ip_rx_bytes); in qla4xxx_get_host_stats()
1166 host_stats->iprx_fragments = in qla4xxx_get_host_stats()
1168 host_stats->ip_datagram_reassembly = in qla4xxx_get_host_stats()
1170 host_stats->ip_invalid_address_error = in qla4xxx_get_host_stats()
1172 host_stats->ip_error_packets = in qla4xxx_get_host_stats()
1174 host_stats->ip_fragrx_overlap = in qla4xxx_get_host_stats()
1176 host_stats->ip_fragrx_outoforder = in qla4xxx_get_host_stats()
1178 host_stats->ip_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1180 host_stats->ipv6tx_packets = in qla4xxx_get_host_stats()
1182 host_stats->ipv6tx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_tx_bytes); in qla4xxx_get_host_stats()
1183 host_stats->ipv6tx_fragments = in qla4xxx_get_host_stats()
1185 host_stats->ipv6rx_packets = in qla4xxx_get_host_stats()
1187 host_stats->ipv6rx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_rx_bytes); in qla4xxx_get_host_stats()
1188 host_stats->ipv6rx_fragments = in qla4xxx_get_host_stats()
1190 host_stats->ipv6_datagram_reassembly = in qla4xxx_get_host_stats()
1192 host_stats->ipv6_invalid_address_error = in qla4xxx_get_host_stats()
1194 host_stats->ipv6_error_packets = in qla4xxx_get_host_stats()
1196 host_stats->ipv6_fragrx_overlap = in qla4xxx_get_host_stats()
1198 host_stats->ipv6_fragrx_outoforder = in qla4xxx_get_host_stats()
1200 host_stats->ipv6_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1202 host_stats->tcptx_segments = in qla4xxx_get_host_stats()
1204 host_stats->tcptx_bytes = le64_to_cpu(ql_iscsi_stats->tcp_tx_bytes); in qla4xxx_get_host_stats()
1205 host_stats->tcprx_segments = in qla4xxx_get_host_stats()
1207 host_stats->tcprx_byte = le64_to_cpu(ql_iscsi_stats->tcp_rx_byte); in qla4xxx_get_host_stats()
1208 host_stats->tcp_duplicate_ack_retx = in qla4xxx_get_host_stats()
1210 host_stats->tcp_retx_timer_expired = in qla4xxx_get_host_stats()
1212 host_stats->tcprx_duplicate_ack = in qla4xxx_get_host_stats()
1214 host_stats->tcprx_pure_ackr = in qla4xxx_get_host_stats()
1216 host_stats->tcptx_delayed_ack = in qla4xxx_get_host_stats()
1218 host_stats->tcptx_pure_ack = in qla4xxx_get_host_stats()
1220 host_stats->tcprx_segment_error = in qla4xxx_get_host_stats()
1222 host_stats->tcprx_segment_outoforder = in qla4xxx_get_host_stats()
1224 host_stats->tcprx_window_probe = in qla4xxx_get_host_stats()
1226 host_stats->tcprx_window_update = in qla4xxx_get_host_stats()
1228 host_stats->tcptx_window_probe_persist = in qla4xxx_get_host_stats()
1230 host_stats->ecc_error_correction = in qla4xxx_get_host_stats()
1232 host_stats->iscsi_pdu_tx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_tx); in qla4xxx_get_host_stats()
1233 host_stats->iscsi_data_bytes_tx = in qla4xxx_get_host_stats()
1235 host_stats->iscsi_pdu_rx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_rx); in qla4xxx_get_host_stats()
1236 host_stats->iscsi_data_bytes_rx = in qla4xxx_get_host_stats()
1238 host_stats->iscsi_io_completed = in qla4xxx_get_host_stats()
1240 host_stats->iscsi_unexpected_io_rx = in qla4xxx_get_host_stats()
1242 host_stats->iscsi_format_error = in qla4xxx_get_host_stats()
1244 host_stats->iscsi_hdr_digest_error = in qla4xxx_get_host_stats()
1246 host_stats->iscsi_data_digest_error = in qla4xxx_get_host_stats()
1248 host_stats->iscsi_sequence_error = in qla4xxx_get_host_stats()