Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/
Ducc_geth.c451 struct ucc_geth_tx_firmware_statistics_pram *p_tx_fw_statistics_pram; in get_statistics() local
456 p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; in get_statistics()
461 if (tx_firmware_statistics && p_tx_fw_statistics_pram) { in get_statistics()
463 in_be32(&p_tx_fw_statistics_pram->sicoltx); in get_statistics()
465 in_be32(&p_tx_fw_statistics_pram->mulcoltx); in get_statistics()
467 in_be32(&p_tx_fw_statistics_pram->latecoltxfr); in get_statistics()
469 in_be32(&p_tx_fw_statistics_pram->frabortduecol); in get_statistics()
471 in_be32(&p_tx_fw_statistics_pram->frlostinmactxer); in get_statistics()
473 in_be32(&p_tx_fw_statistics_pram->carriersenseertx); in get_statistics()
475 in_be32(&p_tx_fw_statistics_pram->frtxok); in get_statistics()
[all …]
Ducc_geth_ethtool.c328 base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram; in uec_get_ethtool_stats()
Ducc_geth.h1178 struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; member