Lines Matching defs:bcm_op
104 struct bcm_op { struct
105 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;
114 int rx_ifindex;
115 int cfsiz;
116 u32 count;
117 u32 nframes;
118 u32 currframe;
120 void *frames;
121 void *last_frames;
122 struct canfd_frame sframe;
123 struct canfd_frame last_sframe;
124 struct sock *sk;
125 struct net_device *rx_reg_dev;
126 spinlock_t bcm_tx_lock; /* protect currframe/count in runtime updates */