Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Drtl81x9.c1247 &sc->sc_rx_seg, 1, &rseg, BUS_DMA_NOWAIT)) {
1251 if (bus_dmamem_map(sc->sc_dmat, &sc->sc_rx_seg, rseg,
1255 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg);
1262 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg);
1270 bus_dmamem_free(sc->sc_dmat, &sc->sc_rx_seg, rseg);
Drtl81x9reg.h650 bus_dma_segment_t sc_rx_seg; member