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()
140 struct canfd_frame { struct150 #define CANFD_MTU (sizeof(struct canfd_frame)) argument
87 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_dropped_invalid_skb()161 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()
387 The struct canfd_frame is defined in include/linux/can.h:389 struct canfd_frame {398 The struct canfd_frame and the existing struct can_frame have the can_id,401 When the content of a struct can_frame is copied into a struct canfd_frame404 When introducing the struct canfd_frame it turned out that the data length407 the easy handling of the length information the canfd_frame.len element408 contains a plain length value from 0 .. 64. So both canfd_frame.len and418 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame567 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]569 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()1047 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in m_can_start_xmit()