Lines Matching refs:vr_stat
1331 sc->vr_stat.rx_errors++; in vr_rxeof()
1333 sc->vr_stat.rx_crc_errors++; in vr_rxeof()
1335 sc->vr_stat.rx_alignment++; in vr_rxeof()
1337 sc->vr_stat.rx_fifo_overflows++; in vr_rxeof()
1339 sc->vr_stat.rx_giants++; in vr_rxeof()
1341 sc->vr_stat.rx_runts++; in vr_rxeof()
1343 sc->vr_stat.rx_no_buffers++; in vr_rxeof()
1354 sc->vr_stat.rx_errors++; in vr_rxeof()
1355 sc->vr_stat.rx_no_mbufs++; in vr_rxeof()
1382 sc->vr_stat.rx_ok++; in vr_rxeof()
1472 sc->vr_stat.tx_errors++; in vr_txeof()
1475 sc->vr_stat.tx_abort++; in vr_txeof()
1497 sc->vr_stat.tx_underrun++; in vr_txeof()
1510 sc->vr_stat.tx_collisions++; in vr_txeof()
1514 sc->vr_stat.tx_late_collisions++; in vr_txeof()
1517 sc->vr_stat.tx_ok++; in vr_txeof()
1527 sc->vr_stat.tx_collisions += in vr_txeof()
1531 sc->vr_stat.tx_collisions += (txstat & 0x0f); in vr_txeof()
1554 sc->vr_stat.num_restart++; in vr_tick()
1651 sc->vr_stat.tx_underrun++; in vr_tx_underrun()
1751 sc->vr_stat.bus_errors++; in vr_error()
2621 stat = &sc->vr_stat; in vr_sysctl_stats()