| /Linux-v5.10/drivers/net/can/ |
| 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()
|
| D | vxcan.c | 40 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in vxcan_xmit()
|
| D | dev.c | 514 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in __can_get_echo_skb() 704 struct canfd_frame **cfd) in alloc_canfd_skb() 709 sizeof(struct canfd_frame)); in alloc_canfd_skb() 725 *cfd = skb_put_zero(skb, sizeof(struct canfd_frame)); in alloc_canfd_skb()
|
| D | xilinx_can.c | 555 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in xcan_write_frame() 815 struct canfd_frame *cf; in xcanfd_rx()
|
| D | kvaser_pciefd.c | 729 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in kvaser_pciefd_prepare_tx_packet() 1143 struct canfd_frame *cf; in kvaser_pciefd_handle_data_packet()
|
| D | flexcan.c | 746 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in flexcan_start_xmit() 947 struct canfd_frame *cfd; in flexcan_mailbox_read()
|
| /Linux-v5.10/net/can/ |
| D | gw.c | 87 struct canfd_frame and; 88 struct canfd_frame or; 89 struct canfd_frame xor; 90 struct canfd_frame set; 98 void (*modfunc[MAX_MODFUNCTIONS])(struct canfd_frame *cf, 107 void (*xor)(struct canfd_frame *cf, 109 void (*crc8)(struct canfd_frame *cf, 153 #define MODFUNC(func, op) static void func(struct canfd_frame *cf, \ 173 static void mod_and_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_fddata() 181 static void mod_or_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_fddata() [all …]
|
| D | bcm.c | 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() [all …]
|
| 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() 895 offsetof(struct canfd_frame, len) || in can_init() 897 offsetof(struct canfd_frame, data)); in can_init()
|
| D | isotp.c | 178 struct canfd_frame *ncf; in isotp_send_fc() 198 ncf = (struct canfd_frame *)nskb->data; in isotp_send_fc() 273 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() 293 static int check_pad(struct isotp_sock *so, struct canfd_frame *cf, in check_pad() 321 static int isotp_rcv_fc(struct isotp_sock *so, struct canfd_frame *cf, int ae) in isotp_rcv_fc() 401 static int isotp_rcv_sf(struct sock *sk, struct canfd_frame *cf, int pcilen, in isotp_rcv_sf() 434 static int isotp_rcv_ff(struct sock *sk, struct canfd_frame *cf, int ae) in isotp_rcv_ff() 497 static int isotp_rcv_cf(struct sock *sk, struct canfd_frame *cf, int ae, in isotp_rcv_cf() 595 struct canfd_frame *cf; in isotp_rcv() 605 cf = (struct canfd_frame *)skb->data; in isotp_rcv() [all …]
|
| /Linux-v5.10/include/uapi/linux/ |
| D | can.h | 141 struct canfd_frame { struct 151 #define CANFD_MTU (sizeof(struct canfd_frame)) argument
|
| /Linux-v5.10/include/linux/can/ |
| D | dev.h | 144 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in can_dropped_invalid_skb() 234 struct canfd_frame **cfd);
|
| /Linux-v5.10/include/uapi/linux/can/ |
| D | gw.h | 116 struct canfd_frame cf;
|
| /Linux-v5.10/Documentation/networking/ |
| D | can.rst | 376 The struct canfd_frame is defined in include/linux/can.h: 380 struct canfd_frame { 389 The struct canfd_frame and the existing struct can_frame have the can_id, 392 When the content of a struct can_frame is copied into a struct canfd_frame 395 When introducing the struct canfd_frame it turned out that the data length 398 the easy handling of the length information the canfd_frame.len element 399 contains a plain length value from 0 .. 64. So both canfd_frame.len and 411 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame 602 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ] 604 struct canfd_frame cfd; [all …]
|
| /Linux-v5.10/drivers/net/can/peak_canfd/ |
| 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-v5.10/drivers/net/can/spi/mcp251xfd/ |
| D | mcp251xfd.h | 432 u8 data[sizeof_field(struct canfd_frame, data)]; 444 u8 data[sizeof_field(struct canfd_frame, data)]; 458 u8 data[sizeof_field(struct canfd_frame, data)];
|
| D | mcp251xfd-core.c | 1381 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in mcp251xfd_hw_rx_obj_to_skb() 1427 struct canfd_frame *cfd; in mcp251xfd_handle_rxif_one() 2221 const struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in mcp251xfd_tx_obj_from_skb()
|
| /Linux-v5.10/drivers/net/can/ifi_canfd/ |
| 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-v5.10/drivers/net/can/rcar/ |
| D | rcar_canfd.c | 594 struct canfd_frame *cf, u32 off) in rcar_canfd_get_data() 605 struct canfd_frame *cf, u32 off) in rcar_canfd_put_data() 1342 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in rcar_canfd_start_xmit() 1415 struct canfd_frame *cf; in rcar_canfd_rx_pkt()
|
| /Linux-v5.10/drivers/net/can/usb/peak_usb/ |
| D | pcan_usb_fd.c | 473 struct canfd_frame *cfd; in pcan_usb_fd_decode_canmsg() 738 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in pcan_usb_fd_encode_msg()
|
| D | pcan_usb_core.c | 328 struct canfd_frame *cfd = (struct canfd_frame *)skb->data; in peak_usb_ndo_start_xmit()
|
| /Linux-v5.10/drivers/net/can/m_can/ |
| D | m_can.c | 442 struct canfd_frame *cf; in m_can_read_fifo() 1469 struct canfd_frame *cf = (struct canfd_frame *)cdev->tx_skb->data; in m_can_tx_handler()
|
| /Linux-v5.10/drivers/net/can/usb/kvaser_usb/ |
| D | kvaser_usb_hydra.c | 1200 struct canfd_frame *cf; in kvaser_usb_hydra_rx_msg_ext() 1353 struct canfd_frame *cf = (struct canfd_frame *)skb->data; in kvaser_usb_hydra_frame_to_cmd_ext()
|