Home
last modified time | relevance | path

Searched defs:can_device_stats (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/can/
Dnetlink.h58 struct can_device_stats { struct
59 __u32 bus_error;
60 __u32 error_warning;
61 __u32 error_passive;
62 __u32 bus_off;
63 __u32 arbitration_lost;
64 __u32 restarts;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/can/
Dnetlink.h71 struct can_device_stats { struct
72 __u32 bus_error;
73 __u32 error_warning;
74 __u32 error_passive;
75 __u32 bus_off;
76 __u32 arbitration_lost;
77 __u32 restarts;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/can/
Dnetlink.h71 struct can_device_stats { struct
72 __u32 bus_error;
73 __u32 error_warning;
74 __u32 error_passive;
75 __u32 bus_off;
76 __u32 arbitration_lost;
77 __u32 restarts;
/kernel/linux/linux-5.10/include/uapi/linux/can/
Dnetlink.h107 struct can_device_stats { struct
108 __u32 bus_error; /* Bus errors */
109 __u32 error_warning; /* Changes to error warning state */
110 __u32 error_passive; /* Changes to error passive state */
111 __u32 bus_off; /* Changes to bus off state */
112 __u32 arbitration_lost; /* Arbitration lost errors */
113 __u32 restarts; /* CAN controller re-starts */
/kernel/linux/linux-6.6/include/uapi/linux/can/
Dnetlink.h110 struct can_device_stats { struct
111 __u32 bus_error; /* Bus errors */
112 __u32 error_warning; /* Changes to error warning state */
113 __u32 error_passive; /* Changes to error passive state */
114 __u32 bus_off; /* Changes to bus off state */
115 __u32 arbitration_lost; /* Arbitration lost errors */
116 __u32 restarts; /* CAN controller re-starts */