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()
974 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_error()
1126 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_err()
1188 cf->can_dlc = get_can_dlc(msg->u.leaf.log_message.dlc); in kvaser_usb_rx_can_msg()
1194 cf->can_dlc); in kvaser_usb_rx_can_msg()
1206 cf->can_dlc = get_can_dlc(rx_msg[5]); in kvaser_usb_rx_can_msg()
1212 cf->can_dlc); in kvaser_usb_rx_can_msg()
1216 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_msg()
1709 msg->u.tx_can.msg[5] = cf->can_dlc; in kvaser_usb_start_xmit()
1710 memcpy(&msg->u.tx_can.msg[6], cf->data, cf->can_dlc); in kvaser_usb_start_xmit()
1741 context->dlc = cf->can_dlc; in kvaser_usb_start_xmit()