Lines Matching refs:canfd_frame
96 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64()
119 struct canfd_frame sframe;
120 struct canfd_frame last_sframe;
276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
320 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user()
323 struct canfd_frame *firstframe; in bcm_send_to_user()
337 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
435 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
467 struct canfd_frame *lastdata, in bcm_rx_update_and_send()
468 const struct canfd_frame *rxdata) in bcm_rx_update_and_send()
511 const struct canfd_frame *rxdata) in bcm_rx_cmp_to_index()
513 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
514 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
590 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()