Lines Matching refs:can_dlc
768 stats->rx_bytes += cf->can_dlc; in kvaser_usb_tx_acknowledge()
922 struct can_frame *cf, tmp_cf = { .can_id = CAN_ERR_FLAG, .can_dlc = CAN_ERR_DLC }; in kvaser_usb_rx_error()
1006 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_error()
1158 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_err()
1220 cf->can_dlc = get_can_dlc(msg->u.leaf.log_message.dlc); in kvaser_usb_rx_can_msg()
1226 cf->can_dlc); in kvaser_usb_rx_can_msg()
1238 cf->can_dlc = get_can_dlc(rx_msg[5]); in kvaser_usb_rx_can_msg()
1244 cf->can_dlc); in kvaser_usb_rx_can_msg()
1248 stats->rx_bytes += cf->can_dlc; in kvaser_usb_rx_can_msg()
1750 msg->u.tx_can.msg[5] = cf->can_dlc; in kvaser_usb_start_xmit()
1751 memcpy(&msg->u.tx_can.msg[6], cf->data, cf->can_dlc); in kvaser_usb_start_xmit()
1782 context->dlc = cf->can_dlc; in kvaser_usb_start_xmit()