Home
last modified time | relevance | path

Searched refs:cumulative_len (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.c129 u32 cumulative_len; in brcmf_c_process_clm_blob() local
157 cumulative_len = 0; in brcmf_c_process_clm_blob()
165 memcpy(chunk_buf->data, clm->data + cumulative_len, chunk_len); in brcmf_c_process_clm_blob()
171 cumulative_len += chunk_len; in brcmf_c_process_clm_blob()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_common.c8039 int cumulative_len = 0; in dhd_download_blob() local
8058 memcpy(new_buf + data_offset, buf + cumulative_len, chunk_len); in dhd_download_blob()
8059 cumulative_len += chunk_len; in dhd_download_blob()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_common.c8044 int cumulative_len = 0; in dhd_download_blob() local
8063 memcpy(new_buf + data_offset, buf + cumulative_len, chunk_len); in dhd_download_blob()
8064 cumulative_len += chunk_len; in dhd_download_blob()