Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/pseries/
H A Dphyp_vscsi.c114 struct vscsi_crq *crq_queue; member
330 error = bus_dmamem_alloc(sc->crq_tag, (void **)&sc->crq_queue, in vscsi_attach()
334 error = bus_dmamap_load(sc->crq_tag, sc->crq_map, sc->crq_queue, in vscsi_attach()
728 sc->srp_iu_queue = (uint8_t *)(sc->crq_queue); in vscsi_crq_load_cb()
768 bzero(sc->crq_queue, sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
774 sc->n_crqs*sizeof(sc->crq_queue[0])); in vscsi_setup_bus()
944 while (sc->crq_queue[sc->cur_crq].valid != 0) { in vscsi_check_response_queue()
949 crq = &sc->crq_queue[sc->cur_crq]; in vscsi_check_response_queue()