Searched refs:sc_rx_seg (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | rtl81x9.c | 1136 &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 D | rtl81x9reg.h | 869 bus_dma_segment_t sc_rx_seg; member
|
/openbsd/sys/dev/pv/ |
H A D | if_xnf.c | 175 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()
|