Lines Matching refs:IGC_STAT

19 #define IGC_STAT(_name, _stat) { \
26 IGC_STAT("rx_packets", stats.gprc),
27 IGC_STAT("tx_packets", stats.gptc),
28 IGC_STAT("rx_bytes", stats.gorc),
29 IGC_STAT("tx_bytes", stats.gotc),
30 IGC_STAT("rx_broadcast", stats.bprc),
31 IGC_STAT("tx_broadcast", stats.bptc),
32 IGC_STAT("rx_multicast", stats.mprc),
33 IGC_STAT("tx_multicast", stats.mptc),
34 IGC_STAT("multicast", stats.mprc),
35 IGC_STAT("collisions", stats.colc),
36 IGC_STAT("rx_crc_errors", stats.crcerrs),
37 IGC_STAT("rx_no_buffer_count", stats.rnbc),
38 IGC_STAT("rx_missed_errors", stats.mpc),
39 IGC_STAT("tx_aborted_errors", stats.ecol),
40 IGC_STAT("tx_carrier_errors", stats.tncrs),
41 IGC_STAT("tx_window_errors", stats.latecol),
42 IGC_STAT("tx_abort_late_coll", stats.latecol),
43 IGC_STAT("tx_deferred_ok", stats.dc),
44 IGC_STAT("tx_single_coll_ok", stats.scc),
45 IGC_STAT("tx_multi_coll_ok", stats.mcc),
46 IGC_STAT("tx_timeout_count", tx_timeout_count),
47 IGC_STAT("rx_long_length_errors", stats.roc),
48 IGC_STAT("rx_short_length_errors", stats.ruc),
49 IGC_STAT("rx_align_errors", stats.algnerrc),
50 IGC_STAT("tx_tcp_seg_good", stats.tsctc),
51 IGC_STAT("tx_tcp_seg_failed", stats.tsctfc),
52 IGC_STAT("rx_flow_control_xon", stats.xonrxc),
53 IGC_STAT("rx_flow_control_xoff", stats.xoffrxc),
54 IGC_STAT("tx_flow_control_xon", stats.xontxc),
55 IGC_STAT("tx_flow_control_xoff", stats.xofftxc),
56 IGC_STAT("rx_long_byte_count", stats.gorc),
57 IGC_STAT("tx_dma_out_of_sync", stats.doosync),
58 IGC_STAT("tx_smbus", stats.mgptc),
59 IGC_STAT("rx_smbus", stats.mgprc),
60 IGC_STAT("dropped_smbus", stats.mgpdc),
61 IGC_STAT("os2bmc_rx_by_bmc", stats.o2bgptc),
62 IGC_STAT("os2bmc_tx_by_bmc", stats.b2ospc),
63 IGC_STAT("os2bmc_tx_by_host", stats.o2bspc),
64 IGC_STAT("os2bmc_rx_by_host", stats.b2ogprc),
65 IGC_STAT("tx_hwtstamp_timeouts", tx_hwtstamp_timeouts),
66 IGC_STAT("tx_hwtstamp_skipped", tx_hwtstamp_skipped),
67 IGC_STAT("rx_hwtstamp_cleared", rx_hwtstamp_cleared),
68 IGC_STAT("tx_lpi_counter", stats.tlpic),
69 IGC_STAT("rx_lpi_counter", stats.rlpic),
70 IGC_STAT("qbv_config_change_errors", qbv_config_change_errors),