Lines Matching refs:can_dlc
736 stats->rx_bytes += cf->can_dlc; in kvaser_usb_tx_acknowledge()
889 struct can_frame *cf, tmp_cf = { .can_id = CAN_ERR_FLAG, .can_dlc = CAN_ERR_DLC }; in kvaser_usb_rx_error()
973 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_error()
1125 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_err()
1187 cf->can_dlc = get_can_dlc(msg->u.leaf.log_message.dlc); in kvaser_usb_rx_can_msg()
1193 cf->can_dlc); in kvaser_usb_rx_can_msg()
1205 cf->can_dlc = get_can_dlc(rx_msg[5]); in kvaser_usb_rx_can_msg()
1211 cf->can_dlc); in kvaser_usb_rx_can_msg()
1215 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_msg()
1708 msg->u.tx_can.msg[5] = cf->can_dlc; in kvaser_usb_start_xmit()
1709 memcpy(&msg->u.tx_can.msg[6], cf->data, cf->can_dlc); in kvaser_usb_start_xmit()
1740 context->dlc = cf->can_dlc; in kvaser_usb_start_xmit()