Searched refs:dc_tx_map (Results 1 – 2 of 2) sorted by relevance
1928 &sc->dc_cdata.dc_tx_map[i]); in dc_dma_alloc()1975 if (sc->dc_cdata.dc_tx_map[i] != NULL) in dc_dma_free()1977 sc->dc_cdata.dc_tx_map[i]); in dc_dma_free()3420 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap()3430 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap()3460 sc->dc_cdata.dc_tx_map[first]); in dc_encap()3501 map = sc->dc_cdata.dc_tx_map[cur]; in dc_encap()3502 sc->dc_cdata.dc_tx_map[cur] = sc->dc_cdata.dc_tx_map[first]; in dc_encap()3503 sc->dc_cdata.dc_tx_map[first] = map; in dc_encap()4019 cd->dc_tx_map[i], BUS_DMASYNC_POSTWRITE); in dc_stop()[all …]
512 bus_dmamap_t dc_tx_map[DC_TX_LIST_CNT]; member