Searched refs:XGE_STAT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene-v2/ |
H A D | ethtool.c | 12 #define XGE_STAT(m) { #m, offsetof(struct xge_pdata, stats.m) } macro 21 XGE_STAT(rx_packets), 22 XGE_STAT(tx_packets), 23 XGE_STAT(rx_bytes), 24 XGE_STAT(tx_bytes), 25 XGE_STAT(rx_errors)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene-v2/ |
H A D | ethtool.c | 12 #define XGE_STAT(m) { #m, offsetof(struct xge_pdata, stats.m) } macro 21 XGE_STAT(rx_packets), 22 XGE_STAT(tx_packets), 23 XGE_STAT(rx_bytes), 24 XGE_STAT(tx_bytes), 25 XGE_STAT(rx_errors)
|
Completed in 2 milliseconds