if_wpi.c | 115 static int wpi_load_microcode(struct wpi_softc *, const uint8_t *, int); 1142 wpi_load_microcode(struct wpi_softc *sc, const uint8_t *ucode, int size) function in typeref:typename:int 1364 if ((error = wpi_load_microcode(sc, boot_text, boot_textsz)) != 0) {
|