Searched refs:sc_rx_seg (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | rtl81x9.c | 1247 &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);
|
| D | rtl81x9reg.h | 650 bus_dma_segment_t sc_rx_seg; member
|