Home | History | Annotate | Download | only in mace

Lines Matching refs:txd

945 	struct mec_txdesc *txd;
977 txd = &sc->sc_txdesc[nexttx];
1011 m_copydata(m0, 0, len, txd->txd_buf + bufoff);
1012 memset(txd->txd_buf + bufoff + len, 0,
1018 m_copydata(m0, 0, len, txd->txd_buf + bufoff);
1278 m_copydata(m0, 0, buflen, txd->txd_buf + bufoff);
1326 txd->txd_ptr[2] =
1334 txd->txd_ptr[1] =
1340 txd->txd_ptr[0] =
1361 txd->txd_cmd = txdcmd;
1365 __func__, txd->txd_cmd));
1368 __func__, txd->txd_ptr[0]));
1371 __func__, txd->txd_ptr[1]));
1374 __func__, txd->txd_ptr[2]));
1844 struct mec_txdesc *txd;
1855 txd = &sc->sc_txdesc[i];
1860 txstat = txd->txd_stat;