Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c471 p_rx_fw_statistics_pram = ugeth->p_rx_fw_statistics_pram; in get_statistics()
517 in_be32(&p_rx_fw_statistics_pram->runt); in get_statistics()
523 in_be32(&p_rx_fw_statistics_pram->dropbsy); in get_statistics()
526 p_rx_fw_statistics_pram->res0[i]; in get_statistics()
532 in_be32(&p_rx_fw_statistics_pram->pkts256); in get_statistics()
545 p_rx_fw_statistics_pram->res1[i]; in get_statistics()
909 if (ugeth->p_rx_fw_statistics_pram) { in dump_regs()
912 (u32)ugeth->p_rx_fw_statistics_pram); in dump_regs()
914 sizeof(*ugeth->p_rx_fw_statistics_pram)); in dump_regs()
1917 ugeth->p_rx_fw_statistics_pram = NULL; in ucc_geth_memclean()
[all …]
H A Ducc_geth_ethtool.c329 base = (u32 __iomem *)ugeth->p_rx_fw_statistics_pram; in uec_get_ethtool_stats()
H A Ducc_geth.h1177 struct ucc_geth_rx_firmware_statistics_pram __iomem *p_rx_fw_statistics_pram; member