Searched refs:ENIC_TX_STAT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 35 #define ENIC_TX_STAT(stat) { \ macro 51 ENIC_TX_STAT(tx_frames_ok), 52 ENIC_TX_STAT(tx_unicast_frames_ok), 53 ENIC_TX_STAT(tx_multicast_frames_ok), 54 ENIC_TX_STAT(tx_broadcast_frames_ok), 55 ENIC_TX_STAT(tx_bytes_ok), 56 ENIC_TX_STAT(tx_unicast_bytes_ok), 57 ENIC_TX_STAT(tx_multicast_bytes_ok), 58 ENIC_TX_STAT(tx_broadcast_bytes_ok), 59 ENIC_TX_STAT(tx_drop [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 20 #define ENIC_TX_STAT(stat) { \ macro 36 ENIC_TX_STAT(tx_frames_ok), 37 ENIC_TX_STAT(tx_unicast_frames_ok), 38 ENIC_TX_STAT(tx_multicast_frames_ok), 39 ENIC_TX_STAT(tx_broadcast_frames_ok), 40 ENIC_TX_STAT(tx_bytes_ok), 41 ENIC_TX_STAT(tx_unicast_bytes_ok), 42 ENIC_TX_STAT(tx_multicast_bytes_ok), 43 ENIC_TX_STAT(tx_broadcast_bytes_ok), 44 ENIC_TX_STAT(tx_drop [all...] |
Completed in 2 milliseconds