Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8712/
Dhal_init.c124 static u8 chk_fwhdr(struct fw_hdr *pfwhdr, u32 ulfilelength) in chk_fwhdr() argument
138 if (fw_sz != ulfilelength) in chk_fwhdr()
151 u32 ulfilelength; /* FW file size */ in rtl8712_dl_fw() local
158 ulfilelength = rtl871x_open_fw(adapter, &mappedfw); in rtl8712_dl_fw()
159 if (mappedfw && (ulfilelength > 0)) { in rtl8712_dl_fw()
161 if (chk_fwhdr(&fwhdr, ulfilelength) == _FAIL) in rtl8712_dl_fw()