Lines Matching defs:host_stats

1064 	struct iscsi_offload_host_stats *host_stats = NULL;
1077 ql4_printk(KERN_INFO, ha, "%s: host_stats size mismatch expected = %d, is = %d\n",
1082 host_stats = (struct iscsi_offload_host_stats *)buf;
1108 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames);
1109 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes);
1110 host_stats->mactx_multicast_frames =
1112 host_stats->mactx_broadcast_frames =
1114 host_stats->mactx_pause_frames =
1116 host_stats->mactx_control_frames =
1118 host_stats->mactx_deferral =
1120 host_stats->mactx_excess_deferral =
1122 host_stats->mactx_late_collision =
1124 host_stats->mactx_abort = le64_to_cpu(ql_iscsi_stats->mac_tx_abort);
1125 host_stats->mactx_single_collision =
1127 host_stats->mactx_multiple_collision =
1129 host_stats->mactx_collision =
1131 host_stats->mactx_frames_dropped =
1133 host_stats->mactx_jumbo_frames =
1135 host_stats->macrx_frames = le64_to_cpu(ql_iscsi_stats->mac_rx_frames);
1136 host_stats->macrx_bytes = le64_to_cpu(ql_iscsi_stats->mac_rx_bytes);
1137 host_stats->macrx_unknown_control_frames =
1139 host_stats->macrx_pause_frames =
1141 host_stats->macrx_control_frames =
1143 host_stats->macrx_dribble =
1145 host_stats->macrx_frame_length_error =
1147 host_stats->macrx_jabber = le64_to_cpu(ql_iscsi_stats->mac_rx_jabber);
1148 host_stats->macrx_carrier_sense_error =
1150 host_stats->macrx_frame_discarded =
1152 host_stats->macrx_frames_dropped =
1154 host_stats->mac_crc_error = le64_to_cpu(ql_iscsi_stats->mac_crc_error);
1155 host_stats->mac_encoding_error =
1157 host_stats->macrx_length_error_large =
1159 host_stats->macrx_length_error_small =
1161 host_stats->macrx_multicast_frames =
1163 host_stats->macrx_broadcast_frames =
1165 host_stats->iptx_packets = le64_to_cpu(ql_iscsi_stats->ip_tx_packets);
1166 host_stats->iptx_bytes = le64_to_cpu(ql_iscsi_stats->ip_tx_bytes);
1167 host_stats->iptx_fragments =
1169 host_stats->iprx_packets = le64_to_cpu(ql_iscsi_stats->ip_rx_packets);
1170 host_stats->iprx_bytes = le64_to_cpu(ql_iscsi_stats->ip_rx_bytes);
1171 host_stats->iprx_fragments =
1173 host_stats->ip_datagram_reassembly =
1175 host_stats->ip_invalid_address_error =
1177 host_stats->ip_error_packets =
1179 host_stats->ip_fragrx_overlap =
1181 host_stats->ip_fragrx_outoforder =
1183 host_stats->ip_datagram_reassembly_timeout =
1185 host_stats->ipv6tx_packets =
1187 host_stats->ipv6tx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_tx_bytes);
1188 host_stats->ipv6tx_fragments =
1190 host_stats->ipv6rx_packets =
1192 host_stats->ipv6rx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_rx_bytes);
1193 host_stats->ipv6rx_fragments =
1195 host_stats->ipv6_datagram_reassembly =
1197 host_stats->ipv6_invalid_address_error =
1199 host_stats->ipv6_error_packets =
1201 host_stats->ipv6_fragrx_overlap =
1203 host_stats->ipv6_fragrx_outoforder =
1205 host_stats->ipv6_datagram_reassembly_timeout =
1207 host_stats->tcptx_segments =
1209 host_stats->tcptx_bytes = le64_to_cpu(ql_iscsi_stats->tcp_tx_bytes);
1210 host_stats->tcprx_segments =
1212 host_stats->tcprx_byte = le64_to_cpu(ql_iscsi_stats->tcp_rx_byte);
1213 host_stats->tcp_duplicate_ack_retx =
1215 host_stats->tcp_retx_timer_expired =
1217 host_stats->tcprx_duplicate_ack =
1219 host_stats->tcprx_pure_ackr =
1221 host_stats->tcptx_delayed_ack =
1223 host_stats->tcptx_pure_ack =
1225 host_stats->tcprx_segment_error =
1227 host_stats->tcprx_segment_outoforder =
1229 host_stats->tcprx_window_probe =
1231 host_stats->tcprx_window_update =
1233 host_stats->tcptx_window_probe_persist =
1235 host_stats->ecc_error_correction =
1237 host_stats->iscsi_pdu_tx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_tx);
1238 host_stats->iscsi_data_bytes_tx =
1240 host_stats->iscsi_pdu_rx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_rx);
1241 host_stats->iscsi_data_bytes_rx =
1243 host_stats->iscsi_io_completed =
1245 host_stats->iscsi_unexpected_io_rx =
1247 host_stats->iscsi_format_error =
1249 host_stats->iscsi_hdr_digest_error =
1251 host_stats->iscsi_data_digest_error =
1253 host_stats->iscsi_sequence_error =