Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dusb.c924 u32 rdlstate, rdlbytes; in brcmf_usb_dl_writeimage() local
941 rdlbytes = le32_to_cpu(state.bytes); in brcmf_usb_dl_writeimage()
954 while (rdlbytes != dllen) { in brcmf_usb_dl_writeimage()
957 if ((rdlbytes == sent) && (rdlbytes != dllen)) { in brcmf_usb_dl_writeimage()
987 rdlbytes = le32_to_cpu(state.bytes); in brcmf_usb_dl_writeimage()