Home
last modified time | relevance | path

Searched refs:txstatus (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/ic/
Dseeq8005.c1047 u_int txstatus; in ea_txint() local
1053 txstatus = txhdr[3]; in ea_txint()
1071 if (txstatus & SEEQ_TXSTAT_COLLISION) { in ea_txint()
1083 (txstatus >> SEEQ_TXSTAT_COLLISIONS_SHIFT) in ea_txint()
1098 } else if (txstatus & SEEQ_TXSTAT_COLLISION16) { in ea_txint()
1099 printf("seeq_intr: col16 %x\n", txstatus); in ea_txint()
1104 if (txstatus & SEEQ_PKTSTAT_DONE) { in ea_txint()
Dsmc83c170.c591 uint32_t intstat, rxstatus, txstatus; in epic_intr() local
745 txstatus = txd->et_txstatus; in epic_intr()
746 if (txstatus & ET_TXSTAT_OWNER) in epic_intr()
762 if ((txstatus & ET_TXSTAT_PACKETTX) == 0) in epic_intr()
766 if (TXSTAT_COLLISIONS(txstatus)) in epic_intr()
768 TXSTAT_COLLISIONS(txstatus)); in epic_intr()
769 if (txstatus & ET_TXSTAT_CARSENSELOST) in epic_intr()
Datw.c2816 uint32_t status, rxstatus, txstatus, linkstatus; in atw_softintr() local
2870 txstatus = status & sc->sc_txint_mask; in atw_softintr()
2889 if (txstatus) { in atw_softintr()
2891 atw_txintr(sc, txstatus); in atw_softintr()
2893 if (txstatus & ATW_INTR_TLT) { in atw_softintr()
2899 if (txstatus & ATW_INTR_TRT) { in atw_softintr()
2908 if ((txstatus & ATW_INTR_TUF) && in atw_softintr()
Dtulip.c1016 uint32_t status, rxstatus, txstatus, rndstatus = 0; in tlp_intr() local
1059 txstatus = status & sc->sc_txint_mask; in tlp_intr()
1085 if (txstatus) { in tlp_intr()
1089 if (txstatus & STATUS_TJT) in tlp_intr()
1093 if (txstatus & STATUS_UNF) { in tlp_intr()
/netbsd/src/sys/arch/mips/atheros/dev/
Dif_ae.c852 uint32_t status, rxstatus, txstatus; in ae_intr() local
885 txstatus = status & sc->sc_txint_mask; in ae_intr()
901 if (txstatus) { in ae_intr()
905 if (txstatus & STATUS_TJT) in ae_intr()
909 if (txstatus & STATUS_UNF) { in ae_intr()
/netbsd/src/sys/dev/isa/
Dif_iy.c1119 u_int txstatus, txstat2, txlen, txnext; in iy_intr_tx() local
1127 txstatus = le16toh(bus_space_read_stream_2(iot, ioh, in iy_intr_tx()
1130 if ((txstatus & (TX_DONE | CMD_MASK)) != (TX_DONE | XMT_CMD)) in iy_intr_tx()
1149 txstatus, sbuf, txnext, txlen); in iy_intr_tx()