Lines Matching refs:canfd_frame
94 static inline u64 get_u64(const struct canfd_frame *cp, int offset) in get_u64()
116 struct canfd_frame sframe;
117 struct canfd_frame last_sframe;
269 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
312 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user()
315 struct canfd_frame *firstframe; in bcm_send_to_user()
329 firstframe = (struct canfd_frame *)skb_tail_pointer(skb); in bcm_send_to_user()
426 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
457 struct canfd_frame *lastdata, in bcm_rx_update_and_send()
458 const struct canfd_frame *rxdata) in bcm_rx_update_and_send()
501 const struct canfd_frame *rxdata) in bcm_rx_cmp_to_index()
503 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
504 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index()
579 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush()
634 const struct canfd_frame *rxframe = (struct canfd_frame *)skb->data; in bcm_rx_handler()
838 struct canfd_frame *cf; in bcm_tx_setup()
1142 struct canfd_frame *frame0 = op->frames; in bcm_rx_setup()