Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dhal_init.c132 static u8 chk_fwhdr(struct fw_hdr *pfwhdr, u32 ulfilelength) in chk_fwhdr() argument
146 if (fw_sz != ulfilelength) in chk_fwhdr()
159 u32 ulfilelength; /* FW file size */ in rtl8712_dl_fw() local
166 ulfilelength = rtl871x_open_fw(padapter, &pmappedfw); in rtl8712_dl_fw()
167 if (pmappedfw && (ulfilelength > 0)) { in rtl8712_dl_fw()
169 if (chk_fwhdr(&fwhdr, ulfilelength) == _FAIL) in rtl8712_dl_fw()