HomeSort by: relevance | last modified time | path
    Searched refs:sc_fw (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 464 struct iwm_fw_info sc_fw; member in struct:iwm_softc
if_iwm.c 543 struct iwm_fw_info *fw = &sc->sc_fw;
675 fws = &sc->sc_fw.fw_sects[type];
750 struct iwm_fw_info *fw = &sc->sc_fw;
762 tsleep(&sc->sc_fw, 0, "iwmfwp", 0);
1086 wakeup(&sc->sc_fw);
3620 err = tsleep(&sc->sc_fw, 0, "iwmfw", mstohz(1000));
3653 fws = &sc->sc_fw.fw_sects[ucode_type];
3762 fws = &sc->sc_fw.fw_sects[ucode_type];
3915 fws = &sc->sc_fw.fw_sects[ucode_type];
8037 sc->sc_fw.fw_status = IWM_FW_STATUS_NONE
    [all...]
  /src/sys/dev/usb/
if_upgt.c 688 if (sc->sc_fw == NULL) {
689 error = firmware_load("upgt", name, &sc->sc_fw,
726 if (sc->sc_fw != NULL) {
727 firmware_free(sc->sc_fw, sc->sc_fw_size);
728 sc->sc_fw = NULL;
745 uc = (uint32_t *)(sc->sc_fw + offset);
750 uc = (uint32_t *)(sc->sc_fw + offset);
767 bra_option = (struct upgt_fw_bra_option *)(sc->sc_fw + offset);
891 n = upgt_fw_copy(sc->sc_fw + offset, data_cmd->buf, bsize);
908 crc = upgt_crc32_le(sc->sc_fw, sc->sc_fw_size)
    [all...]
if_upgtvar.h 435 uint8_t *sc_fw; member in struct:upgt_softc

Completed in 32 milliseconds