Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_core.c59 union ctu_can_fd_frame_form_w frame_form_w; in ctucan_buff2frame() local
65 frame_form_w = (union ctu_can_fd_frame_form_w)w; in ctucan_buff2frame()
66 frame->can_dlc = can_dlc2len(frame_form_w.s.dlc); in ctucan_buff2frame()
71 ide = frame_form_w.s.ide; in ctucan_buff2frame()
80 if (frame_form_w.s.esi_rsv) { in ctucan_buff2frame()
84 if (frame_form_w.s.rtr) { in ctucan_buff2frame()
88 if (frame_form_w.s.fdf) { /*CAN FD*/ in ctucan_buff2frame()
90 if (frame_form_w.s.brs) { in ctucan_buff2frame()
109 union ctu_can_fd_frame_form_w frame_form_w; in ctucan_frame2buff() local
112 frame_form_w.u32 = 0; in ctucan_frame2buff()
[all …]