Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c887 u32 rdlstate, rdlbytes; in brcmf_usb_dl_writeimage() local
904 rdlbytes = le32_to_cpu(state.bytes); in brcmf_usb_dl_writeimage()
917 while (rdlbytes != dllen) { in brcmf_usb_dl_writeimage()
920 if ((rdlbytes == sent) && (rdlbytes != dllen)) { in brcmf_usb_dl_writeimage()
953 rdlbytes = le32_to_cpu(state.bytes); in brcmf_usb_dl_writeimage()