Lines Matching defs:txd
1002 struct ale_txdesc *txd;
1268 txd = &sc->ale_cdata.ale_txdesc[i];
1269 txd->tx_m = NULL;
1270 txd->tx_dmamap = NULL;
1272 &txd->tx_dmamap);
1287 struct ale_txdesc *txd;
1293 txd = &sc->ale_cdata.ale_txdesc[i];
1294 if (txd->tx_dmamap != NULL) {
1296 txd->tx_dmamap);
1297 txd->tx_dmamap = NULL;
1579 struct ale_txdesc *txd, *txd_last;
1708 txd = &sc->ale_cdata.ale_txdesc[prod];
1709 txd_last = txd;
1710 map = txd->tx_dmamap;
1837 txd = &sc->ale_cdata.ale_txdesc[prod];
1839 txd_last->tx_dmamap = txd->tx_dmamap;
1840 txd->tx_dmamap = map;
1841 txd->tx_m = m;
2284 struct ale_txdesc *txd;
2317 txd = &sc->ale_cdata.ale_txdesc[cons];
2318 if (txd->tx_m != NULL) {
2321 txd->tx_dmamap, BUS_DMASYNC_POSTWRITE);
2323 txd->tx_dmamap);
2324 m_freem(txd->tx_m);
2325 txd->tx_m = NULL;
2838 struct ale_txdesc *txd;
2875 txd = &sc->ale_cdata.ale_txdesc[i];
2876 if (txd->tx_m != NULL) {
2878 txd->tx_dmamap, BUS_DMASYNC_POSTWRITE);
2880 txd->tx_dmamap);
2881 m_freem(txd->tx_m);
2882 txd->tx_m = NULL;
2915 struct ale_txdesc *txd;
2927 txd = &sc->ale_cdata.ale_txdesc[i];
2928 txd->tx_m = NULL;