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

/linux-4.4.14/drivers/net/ethernet/freescale/
H A Ducc_geth.c449 struct ucc_geth_rx_firmware_statistics_pram *p_rx_fw_statistics_pram; get_statistics() local
454 p_rx_fw_statistics_pram = ugeth->p_rx_fw_statistics_pram; get_statistics()
487 if (rx_firmware_statistics && p_rx_fw_statistics_pram) { get_statistics()
490 in_be32(&p_rx_fw_statistics_pram->frrxfcser); get_statistics()
492 in_be32(&p_rx_fw_statistics_pram->fraligner); get_statistics()
494 in_be32(&p_rx_fw_statistics_pram->inrangelenrxer); get_statistics()
496 in_be32(&p_rx_fw_statistics_pram->outrangelenrxer); get_statistics()
498 in_be32(&p_rx_fw_statistics_pram->frtoolong); get_statistics()
500 in_be32(&p_rx_fw_statistics_pram->runt); get_statistics()
502 in_be32(&p_rx_fw_statistics_pram->verylongevent); get_statistics()
504 in_be32(&p_rx_fw_statistics_pram->symbolerror); get_statistics()
506 in_be32(&p_rx_fw_statistics_pram->dropbsy); get_statistics()
509 p_rx_fw_statistics_pram->res0[i]; get_statistics()
511 in_be32(&p_rx_fw_statistics_pram->mismatchdrop); get_statistics()
513 in_be32(&p_rx_fw_statistics_pram->underpkts); get_statistics()
515 in_be32(&p_rx_fw_statistics_pram->pkts256); get_statistics()
517 in_be32(&p_rx_fw_statistics_pram->pkts512); get_statistics()
519 in_be32(&p_rx_fw_statistics_pram->pkts1024); get_statistics()
521 in_be32(&p_rx_fw_statistics_pram->pktsjumbo); get_statistics()
523 in_be32(&p_rx_fw_statistics_pram->frlossinmacer); get_statistics()
525 in_be32(&p_rx_fw_statistics_pram->pausefr); get_statistics()
528 p_rx_fw_statistics_pram->res1[i]; get_statistics()
530 in_be32(&p_rx_fw_statistics_pram->removevlan); get_statistics()
532 in_be32(&p_rx_fw_statistics_pram->replacevlan); get_statistics()
534 in_be32(&p_rx_fw_statistics_pram->insertvlan); get_statistics()
932 if (ugeth->p_rx_fw_statistics_pram) { dump_regs()
935 (u32)ugeth->p_rx_fw_statistics_pram); dump_regs()
936 mem_disp((u8 *) ugeth->p_rx_fw_statistics_pram, dump_regs()
937 sizeof(*ugeth->p_rx_fw_statistics_pram)); dump_regs()
1967 if (ugeth->p_rx_fw_statistics_pram) { ucc_geth_memclean()
1969 ugeth->p_rx_fw_statistics_pram = NULL; ucc_geth_memclean()
2738 pr_err("Can not allocate DPRAM memory for p_rx_fw_statistics_pram\n"); ucc_geth_startup()
2741 ugeth->p_rx_fw_statistics_pram = ucc_geth_startup()
2744 /* Zero out p_rx_fw_statistics_pram */ ucc_geth_startup()
2745 memset_io((void __iomem *)ugeth->p_rx_fw_statistics_pram, 0, ucc_geth_startup()
H A Ducc_geth_ethtool.c332 base = (u32 __iomem *)ugeth->p_rx_fw_statistics_pram; uec_get_ethtool_stats()
H A Ducc_geth.h1180 struct ucc_geth_rx_firmware_statistics_pram __iomem *p_rx_fw_statistics_pram; member in struct:ucc_geth_private

Completed in 109 milliseconds