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