Lines Matching refs:host_stats

1016 	struct iscsi_offload_host_stats *host_stats = NULL;  in qla4xxx_get_host_stats()  local
1034 host_stats = (struct iscsi_offload_host_stats *)buf; in qla4xxx_get_host_stats()
1060 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()
1061 host_stats->mactx_bytes = le64_to_cpu(ql_iscsi_stats->mac_tx_bytes); in qla4xxx_get_host_stats()
1062 host_stats->mactx_multicast_frames = in qla4xxx_get_host_stats()
1064 host_stats->mactx_broadcast_frames = in qla4xxx_get_host_stats()
1066 host_stats->mactx_pause_frames = in qla4xxx_get_host_stats()
1068 host_stats->mactx_control_frames = in qla4xxx_get_host_stats()
1070 host_stats->mactx_deferral = in qla4xxx_get_host_stats()
1072 host_stats->mactx_excess_deferral = in qla4xxx_get_host_stats()
1074 host_stats->mactx_late_collision = in qla4xxx_get_host_stats()
1076 host_stats->mactx_abort = le64_to_cpu(ql_iscsi_stats->mac_tx_abort); in qla4xxx_get_host_stats()
1077 host_stats->mactx_single_collision = in qla4xxx_get_host_stats()
1079 host_stats->mactx_multiple_collision = in qla4xxx_get_host_stats()
1081 host_stats->mactx_collision = in qla4xxx_get_host_stats()
1083 host_stats->mactx_frames_dropped = in qla4xxx_get_host_stats()
1085 host_stats->mactx_jumbo_frames = in qla4xxx_get_host_stats()
1087 host_stats->macrx_frames = le64_to_cpu(ql_iscsi_stats->mac_rx_frames); in qla4xxx_get_host_stats()
1088 host_stats->macrx_bytes = le64_to_cpu(ql_iscsi_stats->mac_rx_bytes); in qla4xxx_get_host_stats()
1089 host_stats->macrx_unknown_control_frames = in qla4xxx_get_host_stats()
1091 host_stats->macrx_pause_frames = in qla4xxx_get_host_stats()
1093 host_stats->macrx_control_frames = in qla4xxx_get_host_stats()
1095 host_stats->macrx_dribble = in qla4xxx_get_host_stats()
1097 host_stats->macrx_frame_length_error = in qla4xxx_get_host_stats()
1099 host_stats->macrx_jabber = le64_to_cpu(ql_iscsi_stats->mac_rx_jabber); in qla4xxx_get_host_stats()
1100 host_stats->macrx_carrier_sense_error = in qla4xxx_get_host_stats()
1102 host_stats->macrx_frame_discarded = in qla4xxx_get_host_stats()
1104 host_stats->macrx_frames_dropped = in qla4xxx_get_host_stats()
1106 host_stats->mac_crc_error = le64_to_cpu(ql_iscsi_stats->mac_crc_error); in qla4xxx_get_host_stats()
1107 host_stats->mac_encoding_error = in qla4xxx_get_host_stats()
1109 host_stats->macrx_length_error_large = in qla4xxx_get_host_stats()
1111 host_stats->macrx_length_error_small = in qla4xxx_get_host_stats()
1113 host_stats->macrx_multicast_frames = in qla4xxx_get_host_stats()
1115 host_stats->macrx_broadcast_frames = in qla4xxx_get_host_stats()
1117 host_stats->iptx_packets = le64_to_cpu(ql_iscsi_stats->ip_tx_packets); in qla4xxx_get_host_stats()
1118 host_stats->iptx_bytes = le64_to_cpu(ql_iscsi_stats->ip_tx_bytes); in qla4xxx_get_host_stats()
1119 host_stats->iptx_fragments = in qla4xxx_get_host_stats()
1121 host_stats->iprx_packets = le64_to_cpu(ql_iscsi_stats->ip_rx_packets); in qla4xxx_get_host_stats()
1122 host_stats->iprx_bytes = le64_to_cpu(ql_iscsi_stats->ip_rx_bytes); in qla4xxx_get_host_stats()
1123 host_stats->iprx_fragments = in qla4xxx_get_host_stats()
1125 host_stats->ip_datagram_reassembly = in qla4xxx_get_host_stats()
1127 host_stats->ip_invalid_address_error = in qla4xxx_get_host_stats()
1129 host_stats->ip_error_packets = in qla4xxx_get_host_stats()
1131 host_stats->ip_fragrx_overlap = in qla4xxx_get_host_stats()
1133 host_stats->ip_fragrx_outoforder = in qla4xxx_get_host_stats()
1135 host_stats->ip_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1137 host_stats->ipv6tx_packets = in qla4xxx_get_host_stats()
1139 host_stats->ipv6tx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_tx_bytes); in qla4xxx_get_host_stats()
1140 host_stats->ipv6tx_fragments = in qla4xxx_get_host_stats()
1142 host_stats->ipv6rx_packets = in qla4xxx_get_host_stats()
1144 host_stats->ipv6rx_bytes = le64_to_cpu(ql_iscsi_stats->ipv6_rx_bytes); in qla4xxx_get_host_stats()
1145 host_stats->ipv6rx_fragments = in qla4xxx_get_host_stats()
1147 host_stats->ipv6_datagram_reassembly = in qla4xxx_get_host_stats()
1149 host_stats->ipv6_invalid_address_error = in qla4xxx_get_host_stats()
1151 host_stats->ipv6_error_packets = in qla4xxx_get_host_stats()
1153 host_stats->ipv6_fragrx_overlap = in qla4xxx_get_host_stats()
1155 host_stats->ipv6_fragrx_outoforder = in qla4xxx_get_host_stats()
1157 host_stats->ipv6_datagram_reassembly_timeout = in qla4xxx_get_host_stats()
1159 host_stats->tcptx_segments = in qla4xxx_get_host_stats()
1161 host_stats->tcptx_bytes = le64_to_cpu(ql_iscsi_stats->tcp_tx_bytes); in qla4xxx_get_host_stats()
1162 host_stats->tcprx_segments = in qla4xxx_get_host_stats()
1164 host_stats->tcprx_byte = le64_to_cpu(ql_iscsi_stats->tcp_rx_byte); in qla4xxx_get_host_stats()
1165 host_stats->tcp_duplicate_ack_retx = in qla4xxx_get_host_stats()
1167 host_stats->tcp_retx_timer_expired = in qla4xxx_get_host_stats()
1169 host_stats->tcprx_duplicate_ack = in qla4xxx_get_host_stats()
1171 host_stats->tcprx_pure_ackr = in qla4xxx_get_host_stats()
1173 host_stats->tcptx_delayed_ack = in qla4xxx_get_host_stats()
1175 host_stats->tcptx_pure_ack = in qla4xxx_get_host_stats()
1177 host_stats->tcprx_segment_error = in qla4xxx_get_host_stats()
1179 host_stats->tcprx_segment_outoforder = in qla4xxx_get_host_stats()
1181 host_stats->tcprx_window_probe = in qla4xxx_get_host_stats()
1183 host_stats->tcprx_window_update = in qla4xxx_get_host_stats()
1185 host_stats->tcptx_window_probe_persist = in qla4xxx_get_host_stats()
1187 host_stats->ecc_error_correction = in qla4xxx_get_host_stats()
1189 host_stats->iscsi_pdu_tx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_tx); in qla4xxx_get_host_stats()
1190 host_stats->iscsi_data_bytes_tx = in qla4xxx_get_host_stats()
1192 host_stats->iscsi_pdu_rx = le64_to_cpu(ql_iscsi_stats->iscsi_pdu_rx); in qla4xxx_get_host_stats()
1193 host_stats->iscsi_data_bytes_rx = in qla4xxx_get_host_stats()
1195 host_stats->iscsi_io_completed = in qla4xxx_get_host_stats()
1197 host_stats->iscsi_unexpected_io_rx = in qla4xxx_get_host_stats()
1199 host_stats->iscsi_format_error = in qla4xxx_get_host_stats()
1201 host_stats->iscsi_hdr_digest_error = in qla4xxx_get_host_stats()
1203 host_stats->iscsi_data_digest_error = in qla4xxx_get_host_stats()
1205 host_stats->iscsi_sequence_error = in qla4xxx_get_host_stats()