Lines Matching refs:canfd_frame
92 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64()
115 struct canfd_frame sframe;
116 struct canfd_frame last_sframe;
252 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
295 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user()
298 struct canfd_frame *firstframe; in bcm_send_to_user()
312 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
410 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
441 struct canfd_frame *lastdata, in bcm_rx_update_and_send()
442 const struct canfd_frame *rxdata) in bcm_rx_update_and_send()
485 const struct canfd_frame *rxdata) in bcm_rx_cmp_to_index()
487 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
488 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
576 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
645 const struct canfd_frame *rxframe = (struct canfd_frame *)skb->data; in bcm_rx_handler()
864 struct canfd_frame *cf; in bcm_tx_setup()
1168 struct canfd_frame *frame0 = op->frames; in bcm_rx_setup()