Lines Matching defs:txd
331 struct epic_txdesc *txd;
363 txd = EPIC_CDTX(sc, nexttx);
439 txd->et_control = ET_TXCTL_LASTDESC | ET_TXCTL_FRAGLIST;
447 txd->et_txstatus = TXSTAT_TXLENGTH(len);
449 txd->et_txstatus =
583 struct epic_txdesc *txd;
734 txd = EPIC_CDTX(sc, i);
740 txstatus = txd->et_txstatus;
881 struct epic_txdesc *txd;
958 txd = EPIC_CDTX(sc, i);
959 memset(txd, 0, sizeof(struct epic_txdesc));
960 txd->et_bufaddr = EPIC_CDFLADDR(sc, i);
961 txd->et_nextdesc = EPIC_CDTXADDR(sc, EPIC_NEXTTX(i));