Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.c464 struct ucc_geth_tx_firmware_statistics_pram *p_tx_fw_statistics_pram; in get_statistics() local
469 p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; in get_statistics()
474 if (tx_firmware_statistics && 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()
480 in_be32(&p_tx_fw_statistics_pram->latecoltxfr); in get_statistics()
482 in_be32(&p_tx_fw_statistics_pram->frabortduecol); in get_statistics()
484 in_be32(&p_tx_fw_statistics_pram->frlostinmactxer); in get_statistics()
486 in_be32(&p_tx_fw_statistics_pram->carriersenseertx); in get_statistics()
488 in_be32(&p_tx_fw_statistics_pram->frtxok); in get_statistics()
[all …]
Ducc_geth_ethtool.c324 base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram; in uec_get_ethtool_stats()
Ducc_geth.h1175 struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; member