Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Dphyp_vscsi.c110 struct vscsi_crq *crq_queue; member
327 error = bus_dmamem_alloc(sc->crq_tag, (void **)&sc->crq_queue, in vscsi_attach()
331 error = bus_dmamap_load(sc->crq_tag, sc->crq_map, sc->crq_queue, in vscsi_attach()
725 sc->srp_iu_queue = (uint8_t *)(sc->crq_queue); in vscsi_crq_load_cb()
765 bzero(sc->crq_queue, sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
771 sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
941 while (sc->crq_queue[sc->cur_crq].valid != 0) { in vscsi_check_response_queue()
946 crq = &sc->crq_queue[sc->cur_crq]; in vscsi_check_response_queue()