Searched refs:dc_tx_map (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 1934 &sc->dc_cdata.dc_tx_map[i]); in dc_dma_alloc() 1981 if (sc->dc_cdata.dc_tx_map[i] != NULL) in dc_dma_free() 1983 sc->dc_cdata.dc_tx_map[i]); in dc_dma_free() 3060 bus_dmamap_sync(sc->dc_tx_mtag, sc->dc_cdata.dc_tx_map[idx], in dc_txeof() 3062 bus_dmamap_unload(sc->dc_tx_mtag, sc->dc_cdata.dc_tx_map[idx]); in dc_txeof() 3410 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap() 3420 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap() 3438 bus_dmamap_unload(sc->dc_tx_mtag, sc->dc_cdata.dc_tx_map[idx]); in dc_encap() 3441 bus_dmamap_sync(sc->dc_tx_mtag, sc->dc_cdata.dc_tx_map[idx], in dc_encap() 3450 sc->dc_cdata.dc_tx_map[first]); in dc_encap() [all …]
|
H A D | if_dcreg.h | 510 bus_dmamap_t dc_tx_map[DC_TX_LIST_CNT]; member
|