Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A Dhal_init.c136 static u8 chk_fwhdr(struct fw_hdr *pfwhdr, u32 ulfilelength) in chk_fwhdr() argument
150 if (fw_sz != ulfilelength) in chk_fwhdr()
163 u32 ulfilelength; /* FW file size */ in rtl8712_dl_fw() local
170 ulfilelength = rtl871x_open_fw(adapter, &mappedfw); in rtl8712_dl_fw()
171 if (mappedfw && (ulfilelength > 0)) { in rtl8712_dl_fw()
173 if (chk_fwhdr(&fwhdr, ulfilelength) == _FAIL) in rtl8712_dl_fw()

Completed in 3 milliseconds