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