Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipw.c143 static int ipw_load_ucode(struct ipw_softc *, const char *, int);
1908 ipw_load_ucode(struct ipw_softc *sc, const char *uc, int size) in ipw_load_ucode() function
2340 if (ipw_load_ucode(sc, fw, le32toh(hdr->ucodesz)) != 0) { in ipw_init_locked()