Searched refs:sc_fw_mof_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/qat/
H A Dqat_ae.c1878 sc->sc_fw_mof_size = fwsize;
1879 sc->sc_fw_mof = firmware_malloc(sc->sc_fw_mof_size);
1881 error = firmware_read(fh, 0, sc->sc_fw_mof, sc->sc_fw_mof_size);
1891 firmware_free(sc->sc_fw_mof, sc->sc_fw_mof_size);
2031 size = sc->sc_fw_mof_size;
2044 sc->sc_fw_mof_size -
2061 if (mfch->mfch_offset + mfch->mfch_size > sc->sc_fw_mof_size)
H A Dqatvar.h850 size_t sc_fw_mof_size; /* mof size */ member in struct:qat_softc

Completed in 194 milliseconds