Searched refs:txp (Results 1 – 1 of 1) sorted by relevance
428 struct fxp_tx *txp; in fxp_attach() local755 txp = sc->fxp_desc.tx_list; in fxp_attach()758 txp[i].tx_cb = tcbp + i; in fxp_attach()759 error = bus_dmamap_create(sc->fxp_txmtag, 0, &txp[i].tx_map); in fxp_attach()935 struct fxp_tx *txp; in fxp_release() local975 txp = &sc->fxp_desc.tx_list[i]; in fxp_release()976 if (txp->tx_mbuf != NULL) { in fxp_release()977 bus_dmamap_sync(sc->fxp_txmtag, txp->tx_map, in fxp_release()979 bus_dmamap_unload(sc->fxp_txmtag, txp->tx_map); in fxp_release()980 m_freem(txp->tx_mbuf); in fxp_release()[all …]