Home
last modified time | relevance | path

Searched defs:emac_error_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
Dcore.h101 struct emac_error_stats { struct
102 u64 tx_undo;
105 u64 rx_dropped_stack;
106 u64 rx_dropped_oom;
107 u64 rx_dropped_error;
108 u64 rx_dropped_resize;
109 u64 rx_dropped_mtu;
110 u64 rx_stopped;
112 u64 rx_bd_errors;
113 u64 rx_bd_overrun;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
Dcore.h100 struct emac_error_stats { struct
101 u64 tx_undo;
104 u64 rx_dropped_stack;
105 u64 rx_dropped_oom;
106 u64 rx_dropped_error;
107 u64 rx_dropped_resize;
108 u64 rx_dropped_mtu;
109 u64 rx_stopped;
111 u64 rx_bd_errors;
112 u64 rx_bd_overrun;
[all …]