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