Searched refs:E1000_NETDEV_STAT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 49 #define E1000_NETDEV_STAT(str, m) { \ macro 64 E1000_NETDEV_STAT("rx_errors", rx_errors), 65 E1000_NETDEV_STAT("tx_errors", tx_errors), 66 E1000_NETDEV_STAT("tx_dropped", tx_dropped), 69 E1000_NETDEV_STAT("rx_length_errors", rx_length_errors), 70 E1000_NETDEV_STAT("rx_over_errors", rx_over_errors), 72 E1000_NETDEV_STAT("rx_frame_errors", rx_frame_errors), 77 E1000_NETDEV_STAT("tx_fifo_errors", tx_fifo_errors), 78 E1000_NETDEV_STAT("tx_heartbeat_errors", tx_heartbeat_errors),
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 42 #define E1000_NETDEV_STAT(m) NETDEV_STATS, \ macro 57 { "tx_dropped", E1000_NETDEV_STAT(stats.tx_dropped) }, 61 { "rx_over_errors", E1000_NETDEV_STAT(stats.rx_over_errors) }, 63 { "rx_frame_errors", E1000_NETDEV_STAT(stats.rx_frame_errors) }, 68 { "tx_fifo_errors", E1000_NETDEV_STAT(stats.tx_fifo_errors) }, 69 { "tx_heartbeat_errors", E1000_NETDEV_STAT(stats.tx_heartbeat_errors) },
|