Lines Matching defs:bcm_op
99 struct bcm_op { struct
100 struct list_head list;
101 int ifindex;
102 canid_t can_id;
103 u32 flags;
104 unsigned long frames_abs, frames_filtered;
105 struct bcm_timeval ival1, ival2;
106 struct hrtimer timer, thrtimer;
107 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg;
108 int rx_ifindex;
109 int cfsiz;
110 u32 count;
111 u32 nframes;
112 u32 currframe;
114 void *frames;
115 void *last_frames;
116 struct canfd_frame sframe;
117 struct canfd_frame last_sframe;
118 struct sock *sk;
119 struct net_device *rx_reg_dev;