Lines Matching full:dlc
207 /* note DLC is computed by
216 u8 dlc; /* RTR dlc */ member
266 u8 dlc; member
313 return get_can_dlc(msg->dlc); in ucan_get_can_dlc()
620 /* compute DLC taking RTR_FLAG into account */ in ucan_rx_can_msg()
641 u8 echo_index, dlc; in ucan_tx_complete_msg() local
665 dlc = READ_ONCE(context->dlc); in ucan_tx_complete_msg()
678 up->netdev->stats.tx_bytes += dlc; in ucan_tx_complete_msg()
1083 offsetof(struct ucan_can_msg, dlc) + in ucan_prepare_tx_urb()
1084 sizeof(m->msg.can_msg.dlc); in ucan_prepare_tx_urb()
1085 m->msg.can_msg.dlc = cf->can_dlc; in ucan_prepare_tx_urb()
1093 context->dlc = cf->can_dlc; in ucan_prepare_tx_urb()