Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/usb/
Dlan78xx.c175 struct lan78xx_statstage { struct
176 u32 rx_fcs_errors;
177 u32 rx_alignment_errors;
178 u32 rx_fragment_errors;
179 u32 rx_jabber_errors;
180 u32 rx_undersize_frame_errors;
181 u32 rx_oversize_frame_errors;
182 u32 rx_dropped_frames;
183 u32 rx_unicast_byte_count;
184 u32 rx_broadcast_byte_count;
[all …]
/kernel/linux/linux-6.6/drivers/net/usb/
Dlan78xx.c226 struct lan78xx_statstage { struct
227 u32 rx_fcs_errors;
228 u32 rx_alignment_errors;
229 u32 rx_fragment_errors;
230 u32 rx_jabber_errors;
231 u32 rx_undersize_frame_errors;
232 u32 rx_oversize_frame_errors;
233 u32 rx_dropped_frames;
234 u32 rx_unicast_byte_count;
235 u32 rx_broadcast_byte_count;
[all …]