Deleted Added
full compact
bxe_stats.h (271782) bxe_stats.h (283274)
1/*-
2 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef BXE_STATS_H
28#define BXE_STATS_H
29
30#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#ifndef BXE_STATS_H
28#define BXE_STATS_H
29
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/sys/dev/bxe/bxe_stats.h 271782 2014-09-18 15:56:14Z glebius $");
31__FBSDID("$FreeBSD: head/sys/dev/bxe/bxe_stats.h 283274 2015-05-22 01:44:07Z davidcs $");
32
33#include <sys/types.h>
34
35struct nig_stats {
36 uint32_t brb_discard;
37 uint32_t brb_packet;
38 uint32_t brb_truncate;
39 uint32_t flow_ctrl_discard;

--- 173 unchanged lines hidden (view full) ---

213
214 /* src: Clear-on-Read register; Will not survive PMF Migration */
215 uint32_t eee_tx_lpi;
216
217 /* receive path driver statistics */
218 uint32_t rx_calls;
219 uint32_t rx_pkts;
220 uint32_t rx_tpa_pkts;
32
33#include <sys/types.h>
34
35struct nig_stats {
36 uint32_t brb_discard;
37 uint32_t brb_packet;
38 uint32_t brb_truncate;
39 uint32_t flow_ctrl_discard;

--- 173 unchanged lines hidden (view full) ---

213
214 /* src: Clear-on-Read register; Will not survive PMF Migration */
215 uint32_t eee_tx_lpi;
216
217 /* receive path driver statistics */
218 uint32_t rx_calls;
219 uint32_t rx_pkts;
220 uint32_t rx_tpa_pkts;
221 uint32_t rx_jumbo_sge_pkts;
221 uint32_t rx_soft_errors;
222 uint32_t rx_hw_csum_errors;
223 uint32_t rx_ofld_frames_csum_ip;
224 uint32_t rx_ofld_frames_csum_tcp_udp;
225 uint32_t rx_budget_reached;
226
227 /* tx path driver statistics */
228 uint32_t tx_pkts;

--- 84 unchanged lines hidden (view full) ---

313 uint32_t total_tpa_aggregated_frames_lo;
314 uint32_t total_tpa_bytes_hi;
315 uint32_t total_tpa_bytes_lo;
316
317 /* receive path driver statistics */
318 uint32_t rx_calls;
319 uint32_t rx_pkts;
320 uint32_t rx_tpa_pkts;
222 uint32_t rx_soft_errors;
223 uint32_t rx_hw_csum_errors;
224 uint32_t rx_ofld_frames_csum_ip;
225 uint32_t rx_ofld_frames_csum_tcp_udp;
226 uint32_t rx_budget_reached;
227
228 /* tx path driver statistics */
229 uint32_t tx_pkts;

--- 84 unchanged lines hidden (view full) ---

314 uint32_t total_tpa_aggregated_frames_lo;
315 uint32_t total_tpa_bytes_hi;
316 uint32_t total_tpa_bytes_lo;
317
318 /* receive path driver statistics */
319 uint32_t rx_calls;
320 uint32_t rx_pkts;
321 uint32_t rx_tpa_pkts;
322 uint32_t rx_jumbo_sge_pkts;
321 uint32_t rx_soft_errors;
322 uint32_t rx_hw_csum_errors;
323 uint32_t rx_ofld_frames_csum_ip;
324 uint32_t rx_ofld_frames_csum_tcp_udp;
325 uint32_t rx_budget_reached;
326
327 /* tx path driver statistics */
328 uint32_t tx_pkts;

--- 77 unchanged lines hidden (view full) ---

406
407 uint32_t total_tpa_bytes_hi_old;
408 uint32_t total_tpa_bytes_lo_old;
409
410 /* receive path driver statistics */
411 uint32_t rx_calls_old;
412 uint32_t rx_pkts_old;
413 uint32_t rx_tpa_pkts_old;
323 uint32_t rx_soft_errors;
324 uint32_t rx_hw_csum_errors;
325 uint32_t rx_ofld_frames_csum_ip;
326 uint32_t rx_ofld_frames_csum_tcp_udp;
327 uint32_t rx_budget_reached;
328
329 /* tx path driver statistics */
330 uint32_t tx_pkts;

--- 77 unchanged lines hidden (view full) ---

408
409 uint32_t total_tpa_bytes_hi_old;
410 uint32_t total_tpa_bytes_lo_old;
411
412 /* receive path driver statistics */
413 uint32_t rx_calls_old;
414 uint32_t rx_pkts_old;
415 uint32_t rx_tpa_pkts_old;
416 uint32_t rx_jumbo_sge_pkts_old;
414 uint32_t rx_soft_errors_old;
415 uint32_t rx_hw_csum_errors_old;
416 uint32_t rx_ofld_frames_csum_ip_old;
417 uint32_t rx_ofld_frames_csum_tcp_udp_old;
418 uint32_t rx_budget_reached_old;
419
420 /* tx path driver statistics */
421 uint32_t tx_pkts_old;

--- 260 unchanged lines hidden ---
417 uint32_t rx_soft_errors_old;
418 uint32_t rx_hw_csum_errors_old;
419 uint32_t rx_ofld_frames_csum_ip_old;
420 uint32_t rx_ofld_frames_csum_tcp_udp_old;
421 uint32_t rx_budget_reached_old;
422
423 /* tx path driver statistics */
424 uint32_t tx_pkts_old;

--- 260 unchanged lines hidden ---