Lines Matching refs:txstat
1440 uint32_t txctl, txstat; in vr_txeof() local
1462 txstat = le32toh(cur_tx->vr_status); in vr_txeof()
1463 if ((txstat & VR_TXSTAT_OWN) == VR_TXSTAT_OWN) in vr_txeof()
1476 if ((txstat & VR_TXSTAT_ERRSUM) != 0) { in vr_txeof()
1479 if ((txstat & VR_TXSTAT_ABRT) != 0) { in vr_txeof()
1501 (txstat & VR_TXSTAT_UNDERRUN)) || in vr_txeof()
1502 (txstat & (VR_TXSTAT_UDF | VR_TXSTAT_TBUFF))) { in vr_txeof()
1514 if ((txstat & VR_TXSTAT_DEFER) != 0) { in vr_txeof()
1518 if ((txstat & VR_TXSTAT_LATECOLL) != 0) { in vr_txeof()
1532 (txstat & VR_TXSTAT_COLLCNT) >> 3); in vr_txeof()
1534 (txstat & VR_TXSTAT_COLLCNT) >> 3; in vr_txeof()
1536 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & 0x0f)); in vr_txeof()
1537 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()