Lines Matching refs:host_stats

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