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

/netbsd-current/sys/dev/pci/qat/
H A Dqat_ae.c1879 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);
1890 if (sc->sc_fw_mof != NULL) {
1891 firmware_free(sc->sc_fw_mof, sc->sc_fw_mof_size);
1892 sc->sc_fw_mof = NULL;
2037 mfh = sc->sc_fw_mof;
2042 csum = qat_aefw_csum((char *)((uintptr_t)sc->sc_fw_mof +
2069 (void *)((uintptr_t)sc->sc_fw_mof +
2072 *(u_int *)((uintptr_t)sc->sc_fw_mof +
2089 (void *)((uintptr_t)sc->sc_fw_mof
[all...]
H A Dqatvar.h285 void *qmf_sym; /* SYM_OBJS in sc_fw_mof */
287 void *qmf_uof_objs; /* UOF_OBJS in sc_fw_mof */
289 void *qmf_suof_objs; /* SUOF_OBJS in sc_fw_mof */
849 void *sc_fw_mof; /* mof via firmload(9) */ member in struct:qat_softc

Completed in 477 milliseconds