Searched defs:bcm_op (Results 1 – 1 of 1) sorted by relevance
93 struct bcm_op { struct94 struct list_head list;95 int ifindex;96 canid_t can_id;97 u32 flags;98 unsigned long frames_abs, frames_filtered;99 struct bcm_timeval ival1, ival2;100 struct hrtimer timer, thrtimer;101 struct tasklet_struct tsklet, thrtsklet;102 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg;[all …]