Searched refs:E1000_NETDEV_STAT (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/e1000e/ | 
| D | ethtool.c | 31 #define E1000_NETDEV_STAT(str, m) { \  macro 46 	E1000_NETDEV_STAT("rx_errors", rx_errors), 47 	E1000_NETDEV_STAT("tx_errors", tx_errors), 48 	E1000_NETDEV_STAT("tx_dropped", tx_dropped), 51 	E1000_NETDEV_STAT("rx_length_errors", rx_length_errors), 52 	E1000_NETDEV_STAT("rx_over_errors", rx_over_errors), 54 	E1000_NETDEV_STAT("rx_frame_errors", rx_frame_errors), 59 	E1000_NETDEV_STAT("tx_fifo_errors", tx_fifo_errors), 60 	E1000_NETDEV_STAT("tx_heartbeat_errors", tx_heartbeat_errors),
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/e1000/ | 
| D | e1000_ethtool.c | 22 #define E1000_NETDEV_STAT(m)	NETDEV_STATS, \  macro 37 	{ "tx_dropped", E1000_NETDEV_STAT(stats.tx_dropped) }, 41 	{ "rx_over_errors", E1000_NETDEV_STAT(stats.rx_over_errors) }, 43 	{ "rx_frame_errors", E1000_NETDEV_STAT(stats.rx_frame_errors) }, 48 	{ "tx_fifo_errors", E1000_NETDEV_STAT(stats.tx_fifo_errors) }, 49 	{ "tx_heartbeat_errors", E1000_NETDEV_STAT(stats.tx_heartbeat_errors) },
  |