Searched refs:STAT_ITEM (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/synopsys/ |
| D | dwc_eth_qos.c | 515 #define STAT_ITEM(name, var) \ macro 522 STAT_ITEM("tx_bytes", txoctetcount_gb), 523 STAT_ITEM("tx_packets", txpacketcount_gb), 524 STAT_ITEM("tx_unicst_packets", txunicastpackets_gb), 525 STAT_ITEM("tx_broadcast_packets", txbroadcastpackets_gb), 526 STAT_ITEM("tx_multicast_packets", txmulticastpackets_gb), 527 STAT_ITEM("tx_pause_packets", txpausepackets), 528 STAT_ITEM("tx_up_to_64_byte_packets", tx64octets_gb), 529 STAT_ITEM("tx_65_to_127_byte_packets", tx65to127octets_gb), 530 STAT_ITEM("tx_128_to_255_byte_packets", tx128to255octets_gb), [all …]
|