/linux/net/can/ |
A D | gw.c | 87 struct canfd_frame and; 88 struct canfd_frame or; 89 struct canfd_frame xor; 90 struct canfd_frame set; 107 void (*xor)(struct canfd_frame *cf, 109 void (*crc8)(struct canfd_frame *cf, 217 static void mod_store_ccdlc(struct canfd_frame *cf) in mod_store_ccdlc() 276 static void canfdframecpy(struct canfd_frame *dst, struct canfd_frame *src) in canfdframecpy() 364 static void cgw_csum_crc8_rel(struct canfd_frame *cf, in cgw_csum_crc8_rel() 460 struct canfd_frame *cf; in can_can_gw_rcv() [all …]
|
A D | bcm.c | 118 struct canfd_frame sframe; 119 struct canfd_frame last_sframe; 318 struct canfd_frame *frames, int has_timestamp) in bcm_send_to_user() 321 struct canfd_frame *firstframe; in bcm_send_to_user() 465 struct canfd_frame *lastdata, in bcm_rx_update_and_send() 466 const struct canfd_frame *rxdata) in bcm_rx_update_and_send() 509 const struct canfd_frame *rxdata) in bcm_rx_cmp_to_index() 511 struct canfd_frame *cf = op->frames + op->cfsiz * index; in bcm_rx_cmp_to_index() 643 const struct canfd_frame *rxframe = (struct canfd_frame *)skb->data; in bcm_rx_handler() 848 struct canfd_frame *cf; in bcm_tx_setup() [all …]
|
A D | isotp.c | 184 struct canfd_frame *ncf; in isotp_send_fc() 204 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc() 278 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() 298 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() 439 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff() 600 struct canfd_frame *cf; in isotp_rcv() 610 cf = (struct canfd_frame *)skb->data; in isotp_rcv() 747 struct canfd_frame *cf; in isotp_tx_timer_handler() 787 cf = (struct canfd_frame *)skb->data; in isotp_tx_timer_handler() 854 struct canfd_frame *cf; in isotp_sendmsg() [all …]
|
A D | af_can.c | 202 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_send() 681 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_rcv() 707 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in canfd_rcv() 871 offsetof(struct canfd_frame, len) || in can_init() 873 offsetof(struct canfd_frame, data)); in can_init()
|
/linux/drivers/net/can/ |
A D | vcan.c | 73 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vcan_rx() 88 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vcan_tx()
|
A D | vxcan.c | 40 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vxcan_xmit()
|
A D | xilinx_can.c | 554 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in xcan_write_frame() 814 struct canfd_frame *cf; in xcanfd_rx()
|
A D | kvaser_pciefd.c | 733 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in kvaser_pciefd_prepare_tx_packet() 1150 struct canfd_frame *cf; in kvaser_pciefd_handle_data_packet()
|
A D | flexcan.c | 813 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in flexcan_start_xmit() 1014 struct canfd_frame *cfd; in flexcan_mailbox_read()
|
/linux/drivers/net/can/dev/ |
A D | skb.c | 100 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in __can_get_echo_skb() 211 struct canfd_frame **cfd) in alloc_canfd_skb() 216 sizeof(struct canfd_frame)); in alloc_canfd_skb() 235 *cfd = skb_put_zero(skb, sizeof(struct canfd_frame)); in alloc_canfd_skb()
|
A D | length.c | 71 const struct canfd_frame *cf = (const struct canfd_frame *)skb->data; in can_skb_get_frame_len()
|
/linux/include/linux/can/ |
A D | skb.h | 30 struct canfd_frame **cfd); 132 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_dropped_invalid_skb()
|
/linux/include/uapi/linux/ |
A D | can.h | 160 struct canfd_frame { struct 170 #define CANFD_MTU (sizeof(struct canfd_frame)) argument
|
/linux/include/uapi/linux/can/ |
A D | gw.h | 116 struct canfd_frame cf;
|
/linux/drivers/net/can/usb/etas_es58x/ |
A D | es58x_core.h | 658 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in es58x_get_flags()
|
/linux/Documentation/networking/ |
A D | can.rst | 409 The struct canfd_frame is defined in include/linux/can.h: 413 struct canfd_frame { 431 the easy handling of the length information the canfd_frame.len element 432 contains a plain length value from 0 .. 64. So both canfd_frame.len and 444 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame 637 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ] 639 struct canfd_frame cfd; 881 The CAN frames following the bcm_msg_head are struct canfd_frame's 979 bcm_msg_head are defined as struct canfd_frame: 985 struct canfd_frame frame[5]; [all …]
|
/linux/drivers/net/can/peak_canfd/ |
A D | peak_canfd.c | 254 struct canfd_frame *cf; in pucan_handle_can_rx() 649 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in peak_canfd_start_xmit()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
A D | mcp251xfd.h | 439 u8 data[sizeof_field(struct canfd_frame, data)]; 451 u8 data[sizeof_field(struct canfd_frame, data)]; 465 u8 data[sizeof_field(struct canfd_frame, data)];
|
A D | mcp251xfd-core.c | 1463 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in mcp251xfd_hw_rx_obj_to_skb() 1513 struct canfd_frame *cfd; in mcp251xfd_handle_rxif_one() 2330 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in mcp251xfd_tx_obj_from_skb()
|
/linux/drivers/net/can/ifi_canfd/ |
A D | ifi_canfd.c | 252 struct canfd_frame *cf; in ifi_canfd_read_fifo() 870 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in ifi_canfd_start_xmit()
|
/linux/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_fd.c | 471 struct canfd_frame *cfd; in pcan_usb_fd_decode_canmsg() 739 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in pcan_usb_fd_encode_msg()
|
A D | pcan_usb_core.c | 347 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in peak_usb_ndo_start_xmit()
|
/linux/drivers/net/can/rcar/ |
A D | rcar_canfd.c | 603 struct canfd_frame *cf, u32 off) in rcar_canfd_get_data() 614 struct canfd_frame *cf, u32 off) in rcar_canfd_put_data() 1418 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in rcar_canfd_start_xmit() 1491 struct canfd_frame *cf; in rcar_canfd_rx_pkt()
|
/linux/drivers/net/can/usb/kvaser_usb/ |
A D | kvaser_usb_hydra.c | 1226 struct canfd_frame *cf; in kvaser_usb_hydra_rx_msg_ext() 1379 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in kvaser_usb_hydra_frame_to_cmd_ext()
|
/linux/drivers/net/can/m_can/ |
A D | m_can.c | 474 struct canfd_frame *cf; in m_can_read_fifo() 1600 struct canfd_frame *cf = (struct canfd_frame *)cdev->tx_skb->data; in m_can_tx_handler()
|