Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_txp.c971 sc->sc_rspring.base = (struct txp_rsp_desc *)sc->sc_rspring_dma.dma_vaddr; in txp_alloc_rings()
972 sc->sc_rspring.size = RSP_ENTRIES * sizeof(struct txp_rsp_desc); in txp_alloc_rings()
973 sc->sc_rspring.lastwrite = 0; in txp_alloc_rings()
1513 rsp = (struct txp_rsp_desc *)(((u_int8_t *)sc->sc_rspring.base) + ridx); in txp_response()
1566 if (ridx == sc->sc_rspring.size) { in txp_rsp_fixup()
1567 src = sc->sc_rspring.base; in txp_rsp_fixup()
1571 sc->sc_rspring.lastwrite = ridx; in txp_rsp_fixup()
H A Dif_txpreg.h573 struct txp_rsp_ring sc_rspring; member