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

/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth.c448 struct ucc_geth_tx_firmware_statistics_pram *p_tx_fw_statistics_pram; get_statistics() local
453 p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; get_statistics()
458 if (tx_firmware_statistics && p_tx_fw_statistics_pram) { get_statistics()
460 in_be32(&p_tx_fw_statistics_pram->sicoltx); get_statistics()
462 in_be32(&p_tx_fw_statistics_pram->mulcoltx); get_statistics()
464 in_be32(&p_tx_fw_statistics_pram->latecoltxfr); get_statistics()
466 in_be32(&p_tx_fw_statistics_pram->frabortduecol); get_statistics()
468 in_be32(&p_tx_fw_statistics_pram->frlostinmactxer); get_statistics()
470 in_be32(&p_tx_fw_statistics_pram->carriersenseertx); get_statistics()
472 in_be32(&p_tx_fw_statistics_pram->frtxok); get_statistics()
474 in_be32(&p_tx_fw_statistics_pram->txfrexcessivedefer); get_statistics()
476 in_be32(&p_tx_fw_statistics_pram->txpkts256); get_statistics()
478 in_be32(&p_tx_fw_statistics_pram->txpkts512); get_statistics()
480 in_be32(&p_tx_fw_statistics_pram->txpkts1024); get_statistics()
482 in_be32(&p_tx_fw_statistics_pram->txpktsjumbo); get_statistics()
925 if (ugeth->p_tx_fw_statistics_pram) { dump_regs()
928 (u32)ugeth->p_tx_fw_statistics_pram); dump_regs()
929 mem_disp((u8 *) ugeth->p_tx_fw_statistics_pram, dump_regs()
930 sizeof(*ugeth->p_tx_fw_statistics_pram)); dump_regs()
1963 if (ugeth->p_tx_fw_statistics_pram) { ucc_geth_memclean()
1965 ugeth->p_tx_fw_statistics_pram = NULL; ucc_geth_memclean()
2661 pr_err("Can not allocate DPRAM memory for p_tx_fw_statistics_pram\n"); ucc_geth_startup()
2664 ugeth->p_tx_fw_statistics_pram = ucc_geth_startup()
2667 /* Zero out p_tx_fw_statistics_pram */ ucc_geth_startup()
2668 memset_io((void __iomem *)ugeth->p_tx_fw_statistics_pram, ucc_geth_startup()
2878 /* ONLY AFTER p_tx_fw_statistics_pram */ ucc_geth_startup()
H A Ducc_geth_ethtool.c327 base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram; uec_get_ethtool_stats()
H A Ducc_geth.h1178 struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; member in struct:ucc_geth_private

Completed in 134 milliseconds