Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtl81x9.c1136 &sc->sc_rx_seg, 1, &rseg, BUS_DMA_NOWAIT | BUS_DMA_ZERO)) { in rl_attach()
1140 if (bus_dmamem_map(sc->sc_dmat, &sc->sc_rx_seg, rseg, in rl_attach()
1144 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg); in rl_attach()
1151 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg); in rl_attach()
1159 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg); in rl_attach()
H A Drtl81x9reg.h869 bus_dma_segment_t sc_rx_seg; member
/openbsd/sys/dev/pv/
H A Dif_xnf.c175 bus_dma_segment_t sc_rx_seg; member
895 &sc->sc_rx_seg, 1, &rsegs, BUS_DMA_ZERO | BUS_DMA_NOWAIT)) { in xnf_rx_ring_create()
901 if (bus_dmamem_map(sc->sc_dmat, &sc->sc_rx_seg, 1, PAGE_SIZE, in xnf_rx_ring_create()
982 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, 1); in xnf_rx_ring_destroy()