Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipw.c144 static int ipw_load_firmware(struct ipw_softc *, const char *, int);
1960 ipw_load_firmware(struct ipw_softc *sc, const char *fw, int size) in ipw_load_firmware() function
2368 if (ipw_load_firmware(sc, fw, le32toh(hdr->mainsz)) != 0) { in ipw_init_locked()