Home
last modified time | relevance | path

Searched refs:hardware_statistics (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c556 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()
561 hardware_statistics->rx64 = in_be32(&ug_regs->rx64); 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()
570 hardware_statistics->rbyt = in_be32(&ug_regs->rbyt); in get_statistics()
571 hardware_statistics->rmca = in_be32(&ug_regs->rmca); in get_statistics()
[all …]