Searched refs:tx_bufmap (Results 1 – 2 of 2) sorted by relevance
207 &sc->tx_bufmap[i].map); in tsec_attach()213 sc->tx_bufmap[i].map_initialized = 1; in tsec_attach()789 struct tsec_bufmap *tx_bufmap; in tsec_encap() local796 tx_bufmap = &sc->tx_bufmap[tx_idx]; in tsec_encap()799 error = bus_dmamap_load_mbuf_sg(sc->tsec_tx_mtag, tx_bufmap->map, m0, in tsec_encap()811 tx_bufmap->map, m0, segs, &nsegs, BUS_DMA_NOWAIT); in tsec_encap()819 bus_dmamap_sync(sc->tsec_tx_mtag, tx_bufmap->map, in tsec_encap()821 tx_bufmap->mbuf = m0; in tsec_encap()1171 if (sc->tx_bufmap[i].map_initialized) in tsec_free_dma()1173 sc->tx_bufmap[i].map); in tsec_free_dma()[all …]
73 struct tsec_bufmap tx_bufmap[TSEC_TX_NUM_DESC]; member