Lines Matching full:dlc
38 /* esd CAN message flags - dlc field */
119 u8 dlc; member
129 u8 dlc; member
186 int dlc; member
231 "CAN_ERR_EV_EXT: dlc=%#02x state=%02x ecc=%02x rec=%02x tec=%02x\n", in esd_usb2_rx_event()
232 msg->msg.rx.dlc, state, ecc, rxerr, txerr); in esd_usb2_rx_event()
332 cf->can_dlc = get_can_dlc(msg->msg.rx.dlc & ~ESD_RTR); in esd_usb2_rx_can_msg()
337 if (msg->msg.rx.dlc & ESD_RTR) { in esd_usb2_rx_can_msg()
366 stats->tx_bytes += context->dlc; in esd_usb2_tx_done_msg()
760 msg->msg.tx.dlc = cf->can_dlc; in esd_usb2_start_xmit()
764 msg->msg.tx.dlc |= ESD_RTR; in esd_usb2_start_xmit()
792 context->dlc = cf->can_dlc; in esd_usb2_start_xmit()