Lines Matching refs:txstat
1434 uint32_t txctl, txstat; in vr_txeof() local
1456 txstat = le32toh(cur_tx->vr_status); in vr_txeof()
1457 if ((txstat & VR_TXSTAT_OWN) == VR_TXSTAT_OWN) in vr_txeof()
1470 if ((txstat & VR_TXSTAT_ERRSUM) != 0) { in vr_txeof()
1473 if ((txstat & VR_TXSTAT_ABRT) != 0) { in vr_txeof()
1495 (txstat & VR_TXSTAT_UNDERRUN)) || in vr_txeof()
1496 (txstat & (VR_TXSTAT_UDF | VR_TXSTAT_TBUFF))) { in vr_txeof()
1508 if ((txstat & VR_TXSTAT_DEFER) != 0) { in vr_txeof()
1512 if ((txstat & VR_TXSTAT_LATECOLL) != 0) { in vr_txeof()
1526 (txstat & VR_TXSTAT_COLLCNT) >> 3); in vr_txeof()
1528 (txstat & VR_TXSTAT_COLLCNT) >> 3; in vr_txeof()
1530 if_inc_counter(ifp, IFCOUNTER_COLLISIONS, (txstat & 0x0f)); in vr_txeof()
1531 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()