Home
last modified time | relevance | path

Searched refs:XGENE_STAT (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_ethtool.c28 #define XGENE_STAT(m) { #m, offsetof(struct xgene_enet_pdata, stats.m) } macro
31 XGENE_STAT(rx_packets),
32 XGENE_STAT(tx_packets),
33 XGENE_STAT(rx_bytes),
34 XGENE_STAT(tx_bytes),
35 XGENE_STAT(rx_errors),
36 XGENE_STAT(tx_errors),
37 XGENE_STAT(rx_length_errors),
38 XGENE_STAT(rx_crc_errors),
39 XGENE_STAT(rx_frame_errors),
[all …]