Searched defs:bcm_op (Results 1 – 1 of 1) sorted by relevance
104 struct bcm_op { struct105 struct list_head list;106 struct rcu_head rcu;107 int ifindex;108 canid_t can_id;109 u32 flags;110 unsigned long frames_abs, frames_filtered;111 struct bcm_timeval ival1, ival2;112 struct hrtimer timer, thrtimer;113 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg;[all …]