Home
last modified time | relevance | path

Searched refs:canfd_frame (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/can/
Dvcan.c71 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()
Ddev.c598 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()
/linux-4.1.27/include/uapi/linux/
Dcan.h134 struct canfd_frame { struct
144 #define CANFD_MTU (sizeof(struct canfd_frame)) argument
/linux-4.1.27/include/linux/can/
Ddev.h86 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_dropped_invalid_skb()
160 struct canfd_frame **cfd);
/linux-4.1.27/net/can/
Daf_can.c230 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()
/linux-4.1.27/Documentation/networking/
Dcan.txt384 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_frame
401 When introducing the struct canfd_frame it turned out that the data length
404 the easy handling of the length information the canfd_frame.len element
405 contains a plain length value from 0 .. 64. So both canfd_frame.len and
415 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
564 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
566 struct canfd_frame cfd;
[all …]
/linux-4.1.27/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c479 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()
Dpcan_usb_core.c310 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in peak_usb_ndo_start_xmit()
/linux-4.1.27/drivers/net/can/m_can/
Dm_can.c364 struct canfd_frame *cf; in m_can_read_fifo()
1050 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in m_can_start_xmit()