Searched refs:canfd_frame (Results 1 – 9 of 9) sorted by relevance
71 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vcan_rx()86 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vcan_tx()
598 struct canfd_frame **cfd) in alloc_canfd_skb()603 sizeof(struct canfd_frame)); in alloc_canfd_skb()619 *cfd = (struct canfd_frame *)skb_put(skb, sizeof(struct canfd_frame)); in alloc_canfd_skb()620 memset(*cfd, 0, sizeof(struct canfd_frame)); in alloc_canfd_skb()
134 struct canfd_frame { struct144 #define CANFD_MTU (sizeof(struct canfd_frame)) argument
86 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_dropped_invalid_skb()160 struct canfd_frame **cfd);
230 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_send()712 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_rcv()736 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in canfd_rcv()901 offsetof(struct canfd_frame, len) || in can_init()903 offsetof(struct canfd_frame, data)); in can_init()
384 The struct canfd_frame is defined in include/linux/can.h:386 struct canfd_frame {395 The struct canfd_frame and the existing struct can_frame have the can_id,398 When the content of a struct can_frame is copied into a struct canfd_frame401 When introducing the struct canfd_frame it turned out that the data length404 the easy handling of the length information the canfd_frame.len element405 contains a plain length value from 0 .. 64. So both canfd_frame.len and415 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame564 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]566 struct canfd_frame cfd;[all …]
479 struct canfd_frame *cfd; in pcan_usb_fd_decode_canmsg()724 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in pcan_usb_fd_encode_msg()
310 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in peak_usb_ndo_start_xmit()
364 struct canfd_frame *cf; in m_can_read_fifo()1050 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in m_can_start_xmit()