Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcommon.c128 u32 cumulative_len; in brcmf_c_download_blob() local
143 cumulative_len = 0; in brcmf_c_download_blob()
151 memcpy(chunk_buf->data, data + cumulative_len, chunk_len); in brcmf_c_download_blob()
158 cumulative_len += chunk_len; in brcmf_c_download_blob()