Searched refs:current_length (Results 1 – 3 of 3) sorted by relevance
96 size_t current_length; in dma_intel_lpss_get_status() local105 current_length = ctrl_hi & DW_CTLH_BLOCK_TS_MASK; in dma_intel_lpss_get_status()117 } else if (current_length == chan_data->ptr_data.buffer_bytes) { in dma_intel_lpss_get_status()121 chan_data->ptr_data.buffer_bytes - current_length; in dma_intel_lpss_get_status()
185 uint32_t current_length; member858 if ((fw_upload.fw_length - fw_upload.current_length) < len) { in fw_upload_v1_send_data()859 len = fw_upload.fw_length - fw_upload.current_length; in fw_upload_v1_send_data()862 memcpy(fw_upload.send_buffer, fw_upload.fw + fw_upload.current_length, len); in fw_upload_v1_send_data()863 fw_upload.current_length += len; in fw_upload_v1_send_data()871 ((data_len + fw_upload.current_length) > fw_upload.fw_length)) { in fw_upload_v1_send_data()872 LOG_ERR("Invalid FW at %d/%d", fw_upload.current_length, in fw_upload_v1_send_data()876 memcpy(&fw_upload.send_buffer[len], fw_upload.fw + fw_upload.current_length, in fw_upload_v1_send_data()878 fw_upload.current_length += data_len; in fw_upload_v1_send_data()879 if ((fw_upload.current_length < fw_upload.fw_length) && in fw_upload_v1_send_data()[all …]
202 uint16_t current_length, bool final) in check_ipv4_fragment_header() argument236 zassert_equal(pkt_offset, current_length, "IPv4 header length mismatch"); in check_ipv4_fragment_header()