Lines Matching refs:hardware_statistics
461 struct ucc_geth_hardware_statistics *hardware_statistics) in get_statistics() argument
556 if (hardware_statistics && in get_statistics()
558 hardware_statistics->tx64 = in_be32(&ug_regs->tx64); in get_statistics()
559 hardware_statistics->tx127 = in_be32(&ug_regs->tx127); in get_statistics()
560 hardware_statistics->tx255 = in_be32(&ug_regs->tx255); in get_statistics()
561 hardware_statistics->rx64 = in_be32(&ug_regs->rx64); in get_statistics()
562 hardware_statistics->rx127 = in_be32(&ug_regs->rx127); in get_statistics()
563 hardware_statistics->rx255 = in_be32(&ug_regs->rx255); in get_statistics()
564 hardware_statistics->txok = in_be32(&ug_regs->txok); in get_statistics()
565 hardware_statistics->txcf = in_be16(&ug_regs->txcf); in get_statistics()
566 hardware_statistics->tmca = in_be32(&ug_regs->tmca); in get_statistics()
567 hardware_statistics->tbca = in_be32(&ug_regs->tbca); in get_statistics()
568 hardware_statistics->rxfok = in_be32(&ug_regs->rxfok); in get_statistics()
569 hardware_statistics->rxbok = in_be32(&ug_regs->rxbok); in get_statistics()
570 hardware_statistics->rbyt = in_be32(&ug_regs->rbyt); in get_statistics()
571 hardware_statistics->rmca = in_be32(&ug_regs->rmca); in get_statistics()
572 hardware_statistics->rbca = in_be32(&ug_regs->rbca); in get_statistics()