Searched refs:fw_fp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmvar.h199 const struct firmware *fw_fp; member in struct:iwm_fw_info
H A Dif_iwm.c539 firmware_put(fw->fw_fp, FIRMWARE_UNLOAD);
540 fw->fw_fp = NULL;
569 if (fw->fw_fp != NULL)
574 * fw_fp will be set.
585 fw->fw_fp = fwp;
599 uhdr = (const void *)fw->fw_fp->data;
600 if (*(const uint32_t *)fw->fw_fp->data != 0
613 len = fw->fw_fp->datasize - sizeof(*uhdr);
908 if (fw->fw_fp != NULL)
6555 if (fw->fw_fp !
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h225 const struct firmware *fw_fp; member in struct:wpi_softc
H A Dif_wpi.c5012 sc->fw_fp = fp;
5090 if (sc->fw_fp != NULL) {
5091 firmware_put(sc->fw_fp, FIRMWARE_UNLOAD);
5092 sc->fw_fp = NULL;
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h284 const struct firmware *fw_fp; member in struct:iwn_softc
H A Dif_iwn.c8236 sc->fw_fp = firmware_get(sc->fwname);
8237 if (sc->fw_fp == NULL) {
8245 fw->size = sc->fw_fp->datasize;
8246 fw->data = (const uint8_t *)sc->fw_fp->data;
8291 firmware_put(sc->fw_fp, FIRMWARE_UNLOAD);
8292 sc->fw_fp = NULL;

Completed in 211 milliseconds