Home
last modified time | relevance | path

Searched refs:dlc (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/can/
H A Dtrace-events4 xlnx_can_rx_fifo_filter_reject(uint32_t id, uint8_t dlc) "Frame: ID: 0x%08x DLC: 0x%02x"
7 xlnx_can_tx_data(uint32_t id, uint8_t dlc, uint8_t db0, uint8_t db1, uint8_t db2, uint8_t db3, uint…
8 xlnx_can_rx_data(uint32_t id, uint32_t dlc, uint8_t db0, uint8_t db1, uint8_t db2, uint8_t db3, uin…
13 xlnx_canfd_rx_fifo_filter_reject(char *path, uint32_t id, uint8_t dlc) "%s: Frame: ID: 0x%08x DLC: …
14 xlnx_canfd_rx_data(char *path, uint32_t id, uint8_t dlc, uint8_t flags) "%s: Frame: ID: 0x%08x DLC:…
15 xlnx_canfd_tx_data(char *path, uint32_t id, uint8_t dlc, uint8_t flgas) "%s: Frame: ID: 0x%08x DLC:…
H A Dctu_can_fd_frame.h53 uint32_t dlc : 4; member
73 uint32_t dlc : 4;
H A Dctucan_core.c66 frame->can_dlc = can_dlc2len(frame_form_w.s.dlc); in ctucan_buff2frame()
120 frame_form_w.s.dlc = can_len2dlc(frame->can_dlc); in ctucan_frame2buff()
H A Dxlnx-versal-canfd.c959 uint8_t dlc = frame->can_dlc; in store_rx_sequential() local
1004 dlc = frame->can_dlc; in store_rx_sequential()
1019 dlc = 8; in store_rx_sequential()
1022 dlc_reg_val = FIELD_DP32(0, RB_DLC_REGISTER, DLC, dlc); in store_rx_sequential()
1031 for (i = 0; i < dlc; i++) { in store_rx_sequential()