Searched defs:bcm_op (Results 1 – 1 of 1) sorted by relevance
99 struct bcm_op { struct100 struct list_head list;101 int ifindex;102 canid_t can_id;103 u32 flags;104 unsigned long frames_abs, frames_filtered;105 struct bcm_timeval ival1, ival2;106 struct hrtimer timer, thrtimer;107 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg;108 int rx_ifindex;[all …]