Lines Matching refs:txstat
1447 uint32_t txctl, txstat; in vr_txeof() local
1469 txstat = le32toh(cur_tx->vr_status); in vr_txeof()
1470 if ((txstat & VR_TXSTAT_OWN) == VR_TXSTAT_OWN) in vr_txeof()
1483 if ((txstat & VR_TXSTAT_ERRSUM) != 0) { in vr_txeof()
1486 if ((txstat & VR_TXSTAT_ABRT) != 0) { in vr_txeof()
1508 (txstat & VR_TXSTAT_UNDERRUN)) || in vr_txeof()
1509 (txstat & (VR_TXSTAT_UDF | VR_TXSTAT_TBUFF))) { in vr_txeof()
1521 if ((txstat & VR_TXSTAT_DEFER) != 0) { in vr_txeof()
1525 if ((txstat & VR_TXSTAT_LATECOLL) != 0) { in vr_txeof()
1539 (txstat & VR_TXSTAT_COLLCNT) >> 3); in vr_txeof()
1541 (txstat & VR_TXSTAT_COLLCNT) >> 3; in vr_txeof()
1543 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & 0x0f)); in vr_txeof()
1544 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()