Lines Matching refs:MacStat
679 bp->os.MacStat.port_bs_flag[0] = 0x1234; in skfp_ctl_get_stats()
680 bp->os.MacStat.port_bs_flag[1] = 0x5678; in skfp_ctl_get_stats()
796 return (struct net_device_stats *)&bp->os.MacStat; in skfp_ctl_get_stats()
976 ioc.len = sizeof(lp->MacStat); in skfp_siocdevprivate()
984 memset(&lp->MacStat, 0, sizeof(lp->MacStat)); in skfp_siocdevprivate()
1062 bp->MacStat.gen.tx_errors++; /* bump error counter */ in skfp_send_pkt()
1513 smc->os.MacStat.gen.tx_packets++; // Count transmitted packets. in mac_drv_tx_complete()
1514 smc->os.MacStat.gen.tx_bytes+=skb->len; // Count bytes in mac_drv_tx_complete()
1582 smc->os.MacStat.gen.rx_errors++; in mac_drv_rx_complete()
1635 smc->os.MacStat.gen.rx_packets++; // Count indicated receive in mac_drv_rx_complete()
1637 smc->os.MacStat.gen.rx_bytes+=len; // Count bytes. in mac_drv_rx_complete()
1642 smc->os.MacStat.gen.multicast++; in mac_drv_rx_complete()
1658 smc->os.MacStat.gen.rx_errors++; // Count receive packets in mac_drv_rx_complete()
2029 smc->os.MacStat.gen.rx_errors++; in smt_stat_counter()