Searched refs:E1000_NETDEV_STAT (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 38 #define E1000_NETDEV_STAT(str, m) { \ macro 53 E1000_NETDEV_STAT("rx_errors", rx_errors), 54 E1000_NETDEV_STAT("tx_errors", tx_errors), 55 E1000_NETDEV_STAT("tx_dropped", tx_dropped), 58 E1000_NETDEV_STAT("rx_length_errors", rx_length_errors), 59 E1000_NETDEV_STAT("rx_over_errors", rx_over_errors), 61 E1000_NETDEV_STAT("rx_frame_errors", rx_frame_errors), 66 E1000_NETDEV_STAT("tx_fifo_errors", tx_fifo_errors), 67 E1000_NETDEV_STAT("tx_heartbeat_errors", tx_heartbeat_errors),
|
/linux-6.12.1/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) },
|