Home
last modified time | relevance | path

Searched refs:tmd1 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dam79900.c236 tmd.tmd1 = LE_T1_ONES; in am79900_meminit()
343 tmd.tmd0, tmd.tmd1); in am79900_tint()
346 if (tmd.tmd1 & LE_T1_OWN) in am79900_tint()
351 if (tmd.tmd1 & LE_T1_ERR) { in am79900_tint()
380 if (tmd.tmd1 & LE_T1_ONE) in am79900_tint()
382 else if (tmd.tmd1 & LE_T1_MORE) in am79900_tint()
503 if (tmd.tmd1 & LE_T1_OWN) { in am79900_start()
537 tmd.tmd1 = LE_T1_OWN | LE_T1_STP | LE_T1_ENP | LE_T1_ONES | in am79900_start()
597 len = -(tmd.tmd1 & 0xfff); in am79900_xmit_print()
603 sc->sc_dev.dv_xname, tmd.tmd0, tmd.tmd1); in am79900_xmit_print()
Dam79900reg.h82 u_int32_t tmd1; member
/openbsd/src/sys/dev/pci/
Dif_pcn.c885 sc->sc_txdescs[nexttx].tmd1 = in pcn_start()
905 sc->sc_txdescs[nexttx].tmd1 = in pcn_start()
917 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_LTINT); in pcn_start()
920 sc->sc_txdescs[lasttx].tmd1 |= htole32(LE_T1_ENP); in pcn_start()
921 sc->sc_txdescs[sc->sc_txnext].tmd1 |= in pcn_start()
1144 uint32_t tmd1, tmd2, tmd; in pcn_txintr() local
1158 tmd1 = letoh32(sc->sc_txdescs[txs->txs_lastdesc].tmd1); in pcn_txintr()
1159 if (tmd1 & LE_T1_OWN) in pcn_txintr()
1168 tmd = letoh32(sc->sc_txdescs[j].tmd1); in pcn_txintr()
1209 if (tmd1 & LE_T1_ONE) in pcn_txintr()