qede.h (a527af9cbdb7f58d47983776cb07c414b71a2cd6) | qede.h (32d26a685c1802a0e485bd674e7dd038e88019f7) |
---|---|
1/* QLogic qede NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 74 unchanged lines hidden (view full) --- 83 u64 tx_mcast_pkts; 84 u64 tx_bcast_pkts; 85 u64 tx_err_drop_pkts; 86 u64 coalesced_pkts; 87 u64 coalesced_events; 88 u64 coalesced_aborts_num; 89 u64 non_coalesced_pkts; 90 u64 coalesced_bytes; | 1/* QLogic qede NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 74 unchanged lines hidden (view full) --- 83 u64 tx_mcast_pkts; 84 u64 tx_bcast_pkts; 85 u64 tx_err_drop_pkts; 86 u64 coalesced_pkts; 87 u64 coalesced_events; 88 u64 coalesced_aborts_num; 89 u64 non_coalesced_pkts; 90 u64 coalesced_bytes; |
91 u64 link_change_count; |
|
91 92 /* port */ 93 u64 rx_64_byte_packets; 94 u64 rx_65_to_127_byte_packets; 95 u64 rx_128_to_255_byte_packets; 96 u64 rx_256_to_511_byte_packets; 97 u64 rx_512_to_1023_byte_packets; 98 u64 rx_1024_to_1518_byte_packets; --- 446 unchanged lines hidden --- | 92 93 /* port */ 94 u64 rx_64_byte_packets; 95 u64 rx_65_to_127_byte_packets; 96 u64 rx_128_to_255_byte_packets; 97 u64 rx_256_to_511_byte_packets; 98 u64 rx_512_to_1023_byte_packets; 99 u64 rx_1024_to_1518_byte_packets; --- 446 unchanged lines hidden --- |