Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c470 p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; in get_statistics()
477 in_be32(&p_tx_fw_statistics_pram->sicoltx); in get_statistics()
479 in_be32(&p_tx_fw_statistics_pram->mulcoltx); in get_statistics()
489 in_be32(&p_tx_fw_statistics_pram->frtxok); in get_statistics()
493 in_be32(&p_tx_fw_statistics_pram->txpkts256); in get_statistics()
902 if (ugeth->p_tx_fw_statistics_pram) { in dump_regs()
905 (u32)ugeth->p_tx_fw_statistics_pram); in dump_regs()
906 mem_disp((u8 *) ugeth->p_tx_fw_statistics_pram, in dump_regs()
907 sizeof(*ugeth->p_tx_fw_statistics_pram)); in dump_regs()
1914 ugeth->p_tx_fw_statistics_pram = NULL; in ucc_geth_memclean()
[all …]
H A Ducc_geth_ethtool.c324 base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram; in uec_get_ethtool_stats()
H A Ducc_geth.h1175 struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; member