Lines Matching full:dlc
203 /* note DLC is computed by
212 u8 dlc; /* RTR dlc */ member
262 u8 dlc; member
309 return get_can_dlc(msg->dlc); in ucan_get_can_dlc()
616 /* compute DLC taking RTR_FLAG into account */ in ucan_rx_can_msg()
637 u8 echo_index, dlc; in ucan_tx_complete_msg() local
661 dlc = READ_ONCE(context->dlc); in ucan_tx_complete_msg()
674 up->netdev->stats.tx_bytes += dlc; in ucan_tx_complete_msg()
1079 offsetof(struct ucan_can_msg, dlc) + in ucan_prepare_tx_urb()
1080 sizeof(m->msg.can_msg.dlc); in ucan_prepare_tx_urb()
1081 m->msg.can_msg.dlc = cf->can_dlc; in ucan_prepare_tx_urb()
1089 context->dlc = cf->can_dlc; in ucan_prepare_tx_urb()