Searched refs:DEV_STAT (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 1258 #define DEV_STAT(m) sizeof(((struct net_device_stats *)0)->m), \ macro 1262 { "rx_packets", DEV_STAT(rx_packets), -1 }, 1263 { "tx_packets", DEV_STAT(tx_packets), -1 }, 1264 { "rx_bytes", DEV_STAT(rx_bytes), -1 }, 1265 { "tx_bytes", DEV_STAT(tx_bytes), -1 }, 1266 { "rx_errors", DEV_STAT(rx_errors), -1 }, 1267 { "tx_errors", DEV_STAT(tx_errors), -1 }, 1268 { "rx_dropped", DEV_STAT(rx_dropped), -1 }, 1269 { "tx_dropped", DEV_STAT(tx_dropped), -1 }, 2524 { "rx_packets", DEV_STAT(rx_packets), -1 }, [all …]
|