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

/netbsd-current/sys/dev/ic/
H A Dseeq8005.c1047 u_int txstatus; local
1051 DPRINTF(SEEQ_DEBUG_TX, ("txstatus=%02x %02x %02x %02x\n",
1053 txstatus = txhdr[3];
1071 if (txstatus & SEEQ_TXSTAT_COLLISION) {
1083 (txstatus >> SEEQ_TXSTAT_COLLISIONS_SHIFT)
1098 } else if (txstatus & SEEQ_TXSTAT_COLLISION16) {
1099 printf("seeq_intr: col16 %x\n", txstatus);
1104 if (txstatus & SEEQ_PKTSTAT_DONE) {
H A Dsmc83c170.c591 uint32_t intstat, rxstatus, txstatus; local
745 txstatus = txd->et_txstatus;
746 if (txstatus & ET_TXSTAT_OWNER)
762 if ((txstatus & ET_TXSTAT_PACKETTX) == 0)
766 if (TXSTAT_COLLISIONS(txstatus))
768 TXSTAT_COLLISIONS(txstatus));
769 if (txstatus & ET_TXSTAT_CARSENSELOST)
H A Datw.c2816 uint32_t status, rxstatus, txstatus, linkstatus; local
2870 txstatus = status & sc->sc_txint_mask;
2889 if (txstatus) {
2891 atw_txintr(sc, txstatus);
2893 if (txstatus & ATW_INTR_TLT) {
2899 if (txstatus & ATW_INTR_TRT) {
2908 if ((txstatus & ATW_INTR_TUF) &&
H A Dtulip.c1017 uint32_t status, rxstatus, txstatus, rndstatus = 0; local
1060 txstatus = status & sc->sc_txint_mask;
1086 if (txstatus) {
1090 if (txstatus & STATUS_TJT)
1094 if (txstatus & STATUS_UNF) {
/netbsd-current/sys/arch/mips/atheros/dev/
H A Dif_ae.c853 uint32_t status, rxstatus, txstatus; local
886 txstatus = status & sc->sc_txint_mask;
902 if (txstatus) {
906 if (txstatus & STATUS_TJT)
910 if (txstatus & STATUS_UNF) {
/netbsd-current/sys/dev/isa/
H A Dif_iy.c1119 u_int txstatus, txstat2, txlen, txnext; local
1127 txstatus = le16toh(bus_space_read_stream_2(iot, ioh,
1130 if ((txstatus & (TX_DONE | CMD_MASK)) != (TX_DONE | XMT_CMD))
1149 txstatus, sbuf, txnext, txlen);

Completed in 132 milliseconds