Home
last modified time | relevance | path

Searched refs:perf_reply (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dcissvar.h69 uint64_t *perf_reply; member
71 #define CISS_IS_PERF(sc) ((sc)->perf_reply != NULL)
Dciss.c146 (void **)&sc->perf_reply, BUS_DMA_WAITOK))) { in ciss_init_perf()
155 bus_dmamem_unmap(sc->sc_dmat, sc->perf_reply, total); in ciss_init_perf()
156 sc->perf_reply = NULL; in ciss_init_perf()
161 if ((error = bus_dmamap_load(sc->sc_dmat, sc->replymap, sc->perf_reply, in ciss_init_perf()
165 bus_dmamem_unmap(sc->sc_dmat, sc->perf_reply, total); in ciss_init_perf()
166 sc->perf_reply = NULL; in ciss_init_perf()
171 memset(sc->perf_reply, 0, total); in ciss_init_perf()
597 id = sc->perf_reply[sc->perf_rqidx]; in ciss_completed_perf()