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.c111 struct vscsi_crq *crq_queue; member
328 error = bus_dmamem_alloc(sc->crq_tag, (void **)&sc->crq_queue, in vscsi_attach()
332 error = bus_dmamap_load(sc->crq_tag, sc->crq_map, sc->crq_queue, in vscsi_attach()
726 sc->srp_iu_queue = (uint8_t *)(sc->crq_queue); in vscsi_crq_load_cb()
766 bzero(sc->crq_queue, sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
772 sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
942 while (sc->crq_queue[sc->cur_crq].valid != 0) { in vscsi_check_response_queue()
947 crq = &sc->crq_queue[sc->cur_crq]; in vscsi_check_response_queue()