Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Ducc_geth.c469 p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; in get_statistics()
476 in_be32(&p_tx_fw_statistics_pram->sicoltx); in get_statistics()
478 in_be32(&p_tx_fw_statistics_pram->mulcoltx); in get_statistics()
488 in_be32(&p_tx_fw_statistics_pram->frtxok); in get_statistics()
492 in_be32(&p_tx_fw_statistics_pram->txpkts256); in get_statistics()
901 if (ugeth->p_tx_fw_statistics_pram) { in dump_regs()
904 (u32)ugeth->p_tx_fw_statistics_pram); in dump_regs()
905 mem_disp((u8 *) ugeth->p_tx_fw_statistics_pram, in dump_regs()
906 sizeof(*ugeth->p_tx_fw_statistics_pram)); in dump_regs()
1913 ugeth->p_tx_fw_statistics_pram = NULL; in ucc_geth_memclean()
[all …]
A Ducc_geth_ethtool.c324 base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram; in uec_get_ethtool_stats()
A Ducc_geth.h1175 struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; member

Completed in 36 milliseconds