Searched refs:vr_stat (Results 1 – 2 of 2) sorted by relevance
1332 sc->vr_stat.rx_errors++; in vr_rxeof()1334 sc->vr_stat.rx_crc_errors++; in vr_rxeof()1336 sc->vr_stat.rx_alignment++; in vr_rxeof()1338 sc->vr_stat.rx_fifo_overflows++; in vr_rxeof()1340 sc->vr_stat.rx_giants++; in vr_rxeof()1342 sc->vr_stat.rx_runts++; in vr_rxeof()1344 sc->vr_stat.rx_no_buffers++; in vr_rxeof()1355 sc->vr_stat.rx_errors++; in vr_rxeof()1356 sc->vr_stat.rx_no_mbufs++; in vr_rxeof()1383 sc->vr_stat.rx_ok++; in vr_rxeof()[all …]
730 struct vr_statistics vr_stat; member