Searched refs:vr_stat (Results 1 – 2 of 2) sorted by relevance
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()[all …]
730 struct vr_statistics vr_stat; member