Searched refs:dc_tx_map (Results 1 – 2 of 2) sorted by relevance
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()3412 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap()3422 sc->dc_cdata.dc_tx_map[idx], *m_head, segs, &nseg, 0); in dc_encap()3452 sc->dc_cdata.dc_tx_map[first]); in dc_encap()3493 map = sc->dc_cdata.dc_tx_map[cur]; in dc_encap()3494 sc->dc_cdata.dc_tx_map[cur] = sc->dc_cdata.dc_tx_map[first]; in dc_encap()3495 sc->dc_cdata.dc_tx_map[first] = map; in dc_encap()4011 cd->dc_tx_map[i], BUS_DMASYNC_POSTWRITE); in dc_stop()[all …]
510 bus_dmamap_t dc_tx_map[DC_TX_LIST_CNT]; member