Searched refs:XGENE_STAT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_ethtool.c | 18 #define XGENE_STAT(m) { #m, offsetof(struct rtnl_link_stats64, m) } macro 27 XGENE_STAT(rx_packets), 28 XGENE_STAT(tx_packets), 29 XGENE_STAT(rx_bytes), 30 XGENE_STAT(tx_bytes), 31 XGENE_STAT(rx_errors), 32 XGENE_STAT(tx_errors), 33 XGENE_STAT(rx_length_errors), 34 XGENE_STAT(rx_crc_errors), 35 XGENE_STAT(rx_frame_errors), [all …]
|