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.c173 struct lan78xx_statstage { struct
174 u32 rx_fcs_errors;
175 u32 rx_alignment_errors;
176 u32 rx_fragment_errors;
177 u32 rx_jabber_errors;
178 u32 rx_undersize_frame_errors;
179 u32 rx_oversize_frame_errors;
180 u32 rx_dropped_frames;
181 u32 rx_unicast_byte_count;
182 u32 rx_broadcast_byte_count;
[all …]
/kernel/linux/linux-4.19/drivers/net/usb/
Dlan78xx.c184 struct lan78xx_statstage { struct
185 u32 rx_fcs_errors;
186 u32 rx_alignment_errors;
187 u32 rx_fragment_errors;
188 u32 rx_jabber_errors;
189 u32 rx_undersize_frame_errors;
190 u32 rx_oversize_frame_errors;
191 u32 rx_dropped_frames;
192 u32 rx_unicast_byte_count;
193 u32 rx_broadcast_byte_count;
[all …]