Lines Matching refs:MacStat
675 bp->os.MacStat.port_bs_flag[0] = 0x1234; in skfp_ctl_get_stats()
676 bp->os.MacStat.port_bs_flag[1] = 0x5678; in skfp_ctl_get_stats()
792 return (struct net_device_stats *)&bp->os.MacStat; in skfp_ctl_get_stats()
969 ioc.len = sizeof(lp->MacStat); in skfp_ioctl()
977 memset(&lp->MacStat, 0, sizeof(lp->MacStat)); in skfp_ioctl()
1055 bp->MacStat.gen.tx_errors++; /* bump error counter */ in skfp_send_pkt()
1505 smc->os.MacStat.gen.tx_packets++; // Count transmitted packets. in mac_drv_tx_complete()
1506 smc->os.MacStat.gen.tx_bytes+=skb->len; // Count bytes in mac_drv_tx_complete()
1574 smc->os.MacStat.gen.rx_errors++; in mac_drv_rx_complete()
1627 smc->os.MacStat.gen.rx_packets++; // Count indicated receive in mac_drv_rx_complete()
1629 smc->os.MacStat.gen.rx_bytes+=len; // Count bytes. in mac_drv_rx_complete()
1634 smc->os.MacStat.gen.multicast++; in mac_drv_rx_complete()
1650 smc->os.MacStat.gen.rx_errors++; // Count receive packets in mac_drv_rx_complete()
2025 smc->os.MacStat.gen.rx_errors++; in smt_stat_counter()