Searched refs:hardware_statistics (Results 1 – 1 of 1) sorted by relevance
441 struct ucc_geth_hardware_statistics *hardware_statistics) in get_statistics() argument536 if (hardware_statistics && in get_statistics()538 hardware_statistics->tx64 = in_be32(&ug_regs->tx64); in get_statistics()539 hardware_statistics->tx127 = in_be32(&ug_regs->tx127); in get_statistics()540 hardware_statistics->tx255 = in_be32(&ug_regs->tx255); in get_statistics()541 hardware_statistics->rx64 = in_be32(&ug_regs->rx64); in get_statistics()542 hardware_statistics->rx127 = in_be32(&ug_regs->rx127); in get_statistics()543 hardware_statistics->rx255 = in_be32(&ug_regs->rx255); in get_statistics()544 hardware_statistics->txok = in_be32(&ug_regs->txok); in get_statistics()545 hardware_statistics->txcf = in_be16(&ug_regs->txcf); in get_statistics()[all …]