Searched refs:STATS_FLAGS_PORT (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c76 #define STATS_FLAGS_PORT 1 macro
78 #define STATS_FLAGS_BOTH (STATS_FLAGS_FUNC | STATS_FLAGS_PORT)
92 8, STATS_FLAGS_PORT, "rx_crc_errors" },
94 8, STATS_FLAGS_PORT, "rx_align_errors" },
96 8, STATS_FLAGS_PORT, "rx_undersize_packets" },
98 8, STATS_FLAGS_PORT, "rx_oversize_packets" },
100 8, STATS_FLAGS_PORT, "rx_fragments" },
102 8, STATS_FLAGS_PORT, "rx_jabbers" },
106 4, STATS_FLAGS_PORT, "rx_filtered_packets" },
108 4, STATS_FLAGS_PORT, "rx_mf_tag_discard" },
110 8, STATS_FLAGS_PORT, "pfc_frames_received" },
112 8, STATS_FLAGS_PORT, "pfc_frames_sent" },
114 8, STATS_FLAGS_PORT, "rx_brb_discard" },
116 8, STATS_FLAGS_PORT, "rx_brb_truncate" },
118 8, STATS_FLAGS_PORT, "rx_pause_frames" },
120 8, STATS_FLAGS_PORT, "rx_mac_ctrl_frames" },
122 4, STATS_FLAGS_PORT, "rx_constant_pause_events" },
133 8, STATS_FLAGS_PORT, "tx_error_bytes" },
141 8, STATS_FLAGS_PORT, "tx_mac_errors" },
143 8, STATS_FLAGS_PORT, "tx_carrier_errors" },
145 8, STATS_FLAGS_PORT, "tx_single_collisions" },
147 8, STATS_FLAGS_PORT, "tx_multi_collisions" },
149 8, STATS_FLAGS_PORT, "tx_deferred" },
151 8, STATS_FLAGS_PORT, "tx_excess_collisions" },
153 8, STATS_FLAGS_PORT, "tx_late_collisions" },
155 8, STATS_FLAGS_PORT, "tx_total_collisions" },
157 8, STATS_FLAGS_PORT, "tx_64_byte_packets" },
159 8, STATS_FLAGS_PORT, "tx_65_to_127_byte_packets" },
161 8, STATS_FLAGS_PORT, "tx_128_to_255_byte_packets" },
163 8, STATS_FLAGS_PORT, "tx_256_to_511_byte_packets" },
165 8, STATS_FLAGS_PORT, "tx_512_to_1023_byte_packets" },
167 8, STATS_FLAGS_PORT, "tx_1024_to_1522_byte_packets" },
169 8, STATS_FLAGS_PORT, "tx_1523_to_9022_byte_packets" },
171 8, STATS_FLAGS_PORT, "tx_pause_frames" },
185 4, STATS_FLAGS_PORT, "Tx LPI entry count"}
3024 ((bnx2x_stats_arr[i].flags & STATS_FLAGS_BOTH) == STATS_FLAGS_PORT)

Completed in 56 milliseconds