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