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

/freebsd-12-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c114 struct vscsi_crq *crq_queue; member in struct:vscsi_softc
330 error = bus_dmamem_alloc(sc->crq_tag, (void **)&sc->crq_queue,
334 error = bus_dmamap_load(sc->crq_tag, sc->crq_map, sc->crq_queue,
723 sc->srp_iu_queue = (uint8_t *)(sc->crq_queue);
763 bzero(sc->crq_queue, sc->n_crqs*sizeof(sc->crq_queue[0]));
769 sc->n_crqs*sizeof(sc->crq_queue[0]));
937 while (sc->crq_queue[sc->cur_crq].valid != 0) {
942 crq = &sc->crq_queue[sc->cur_crq];

Completed in 48 milliseconds