Lines Matching defs:bcm_op
102 struct bcm_op { struct
103 struct list_head list;
104 struct rcu_head rcu;
105 int ifindex;
106 canid_t can_id;
107 u32 flags;
108 unsigned long frames_abs, frames_filtered;
109 struct bcm_timeval ival1, ival2;
110 struct hrtimer timer, thrtimer;
111 ktime_t rx_stamp, kt_ival1, kt_ival2, kt_lastmsg;
112 int rx_ifindex;
113 int cfsiz;
114 u32 count;
115 u32 nframes;
116 u32 currframe;
118 void *frames;
119 void *last_frames;
120 struct canfd_frame sframe;
121 struct canfd_frame last_sframe;
122 struct sock *sk;
123 struct net_device *rx_reg_dev;
124 spinlock_t bcm_tx_lock; /* protect currframe/count in runtime updates */