txstatus 2801 dev/ic/atw.c u_int32_t status, rxstatus, txstatus, linkstatus;
txstatus 2866 dev/ic/atw.c txstatus = status & sc->sc_txint_mask;
txstatus 2886 dev/ic/atw.c if (txstatus) {
txstatus 2890 dev/ic/atw.c if (txstatus & ATW_INTR_TLT)
txstatus 2894 dev/ic/atw.c if (txstatus & ATW_INTR_TRT)
txstatus 2902 dev/ic/atw.c if ((txstatus & ATW_INTR_TUF) &&
txstatus 655 dev/ic/smc83c170.c u_int32_t intstat, rxstatus, txstatus;
txstatus 819 dev/ic/smc83c170.c txstatus = txd->et_txstatus;
txstatus 820 dev/ic/smc83c170.c if (txstatus & ET_TXSTAT_OWNER)
txstatus 835 dev/ic/smc83c170.c if ((txstatus & ET_TXSTAT_PACKETTX) == 0)
txstatus 840 dev/ic/smc83c170.c TXSTAT_COLLISIONS(txstatus);
txstatus 841 dev/ic/smc83c170.c if (txstatus & ET_TXSTAT_CARSENSELOST)