Lines Matching defs:txd
361 struct epic_txdesc *txd;
393 txd = EPIC_CDTX(sc, nexttx);
475 txd->et_control = ET_TXCTL_LASTDESC | ET_TXCTL_FRAGLIST;
483 txd->et_txstatus = TXSTAT_TXLENGTH(len);
485 txd->et_txstatus =
588 struct epic_txdesc *txd;
739 txd = EPIC_CDTX(sc, i);
745 txstatus = txd->et_txstatus;
896 struct epic_txdesc *txd;
974 txd = EPIC_CDTX(sc, i);
975 memset(txd, 0, sizeof(struct epic_txdesc));
976 txd->et_bufaddr = EPIC_CDFLADDR(sc, i);
977 txd->et_nextdesc = EPIC_CDTXADDR(sc, EPIC_NEXTTX(i));