Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_em.h372 struct em_dma_alloc rxdma; /* bus_dma glue for rx desc */ member
Dif_em.c636 if (em_dma_malloc(sc, rsize, &sc->rxdma, BUS_DMA_NOWAIT)) { in em_attach()
642 sc->rx_desc_base = (struct em_rx_desc *) sc->rxdma.dma_vaddr; in em_attach()
715 em_dma_free(sc, &sc->rxdma); in em_attach()
770 em_dma_free(sc, &sc->rxdma); in em_detach()
3015 bus_addr = sc->rxdma.dma_paddr;
3018 bus_addr = sc->rxdma.dma_map->dm_segs[0].ds_addr;