Lines Matching refs:sd_map
921 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map, in txp_rx_reclaim()
923 bus_dmamap_unload(sc->sc_cdata.txp_rx_tag, sd->sd_map); in txp_rx_reclaim()
1032 sd->sd_map, sd->sd_mbuf, segs, &nsegs, 0) != 0) { in txp_rxbuf_reclaim()
1041 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map, in txp_rxbuf_reclaim()
1085 sd->sd_map, BUS_DMASYNC_POSTWRITE); in txp_tx_reclaim()
1087 sd->sd_map); in txp_tx_reclaim()
1537 txd->sd_map = NULL; in txp_alloc_rings()
1539 &txd->sd_map); in txp_alloc_rings()
1564 sd->sd_map = NULL; in txp_alloc_rings()
1566 &sd->sd_map); in txp_alloc_rings()
1626 if (txd->sd_map != NULL) { in txp_free_rings()
1628 txd->sd_map); in txp_free_rings()
1629 txd->sd_map = NULL; in txp_free_rings()
1642 if (sd->sd_map != NULL) { in txp_free_rings()
1645 sd->sd_map); in txp_free_rings()
1646 sd->sd_map = NULL; in txp_free_rings()
1819 sd->sd_map, sd->sd_mbuf, segs, &nsegs, 0)) != 0) { in txp_rxring_fill()
1828 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map, in txp_rxring_fill()
1864 bus_dmamap_sync(sc->sc_cdata.txp_rx_tag, sd->sd_map, in txp_rxring_empty()
1866 bus_dmamap_unload(sc->sc_cdata.txp_rx_tag, sd->sd_map); in txp_rxring_empty()
2121 error = bus_dmamap_load_mbuf_sg(sc->sc_cdata.txp_tx_tag, sd->sd_map, in txp_encap()
2132 sd->sd_map, *m_head, txsegs, &nsegs, 0); in txp_encap()
2148 bus_dmamap_unload(sc->sc_cdata.txp_tx_tag, sd->sd_map); in txp_encap()
2151 bus_dmamap_sync(sc->sc_cdata.txp_tx_tag, sd->sd_map, in txp_encap()