Lines Matching refs:canfd_frame
96 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64()
118 struct canfd_frame sframe;
119 struct canfd_frame last_sframe;
271 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
314 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user()
317 struct canfd_frame *firstframe; in bcm_send_to_user()
331 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
428 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
459 struct canfd_frame *lastdata, in bcm_rx_update_and_send()
460 const struct canfd_frame *rxdata) in bcm_rx_update_and_send()
503 const struct canfd_frame *rxdata) in bcm_rx_cmp_to_index()
505 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
506 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
581 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
636 const struct canfd_frame *rxframe = (struct canfd_frame *)skb->data; in bcm_rx_handler()
840 struct canfd_frame *cf; in bcm_tx_setup()
1144 struct canfd_frame *frame0 = op->frames; in bcm_rx_setup()