p_tx_fw_statistics_pram 446 drivers/net/ethernet/freescale/ucc_geth.c struct ucc_geth_tx_firmware_statistics_pram *p_tx_fw_statistics_pram; p_tx_fw_statistics_pram 451 drivers/net/ethernet/freescale/ucc_geth.c p_tx_fw_statistics_pram = ugeth->p_tx_fw_statistics_pram; p_tx_fw_statistics_pram 456 drivers/net/ethernet/freescale/ucc_geth.c if (tx_firmware_statistics && p_tx_fw_statistics_pram) { p_tx_fw_statistics_pram 458 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->sicoltx); p_tx_fw_statistics_pram 460 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->mulcoltx); p_tx_fw_statistics_pram 462 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->latecoltxfr); p_tx_fw_statistics_pram 464 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->frabortduecol); p_tx_fw_statistics_pram 466 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->frlostinmactxer); p_tx_fw_statistics_pram 468 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->carriersenseertx); p_tx_fw_statistics_pram 470 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->frtxok); p_tx_fw_statistics_pram 472 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->txfrexcessivedefer); p_tx_fw_statistics_pram 474 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->txpkts256); p_tx_fw_statistics_pram 476 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->txpkts512); p_tx_fw_statistics_pram 478 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->txpkts1024); p_tx_fw_statistics_pram 480 drivers/net/ethernet/freescale/ucc_geth.c in_be32(&p_tx_fw_statistics_pram->txpktsjumbo); p_tx_fw_statistics_pram 923 drivers/net/ethernet/freescale/ucc_geth.c if (ugeth->p_tx_fw_statistics_pram) { p_tx_fw_statistics_pram 926 drivers/net/ethernet/freescale/ucc_geth.c (u32)ugeth->p_tx_fw_statistics_pram); p_tx_fw_statistics_pram 927 drivers/net/ethernet/freescale/ucc_geth.c mem_disp((u8 *) ugeth->p_tx_fw_statistics_pram, p_tx_fw_statistics_pram 928 drivers/net/ethernet/freescale/ucc_geth.c sizeof(*ugeth->p_tx_fw_statistics_pram)); p_tx_fw_statistics_pram 1953 drivers/net/ethernet/freescale/ucc_geth.c if (ugeth->p_tx_fw_statistics_pram) { p_tx_fw_statistics_pram 1955 drivers/net/ethernet/freescale/ucc_geth.c ugeth->p_tx_fw_statistics_pram = NULL; p_tx_fw_statistics_pram 2653 drivers/net/ethernet/freescale/ucc_geth.c ugeth->p_tx_fw_statistics_pram = p_tx_fw_statistics_pram 2657 drivers/net/ethernet/freescale/ucc_geth.c memset_io((void __iomem *)ugeth->p_tx_fw_statistics_pram, p_tx_fw_statistics_pram 1174 drivers/net/ethernet/freescale/ucc_geth.h struct ucc_geth_tx_firmware_statistics_pram __iomem *p_tx_fw_statistics_pram; p_tx_fw_statistics_pram 320 drivers/net/ethernet/freescale/ucc_geth_ethtool.c base = (u32 __iomem *)ugeth->p_tx_fw_statistics_pram;