Searched refs:rmon (Results 1 – 15 of 15) sorted by relevance
1 # Sweden - Karlstad Sörmon
163 memset((void *)®s->rmon, 0, sizeof(regs->rmon)); in init_registers()165 out_be32(®s->rmon.cam1, 0xffffffff); in init_registers()166 out_be32(®s->rmon.cam2, 0xffffffff); in init_registers()
140 u32 __iomem *rmon = (u32 __iomem *) ®s->rmon; in gfar_fill_stats() local142 for (; i < GFAR_STATS_LEN; i++, rmon++) in gfar_fill_stats()143 buf[i] = (u64) gfar_read(rmon); in gfar_fill_stats()
801 struct rmon_mib rmon; /* 0x.680-0x.73c */ member
3258 memset_io(&(regs->rmon), 0, sizeof(struct rmon_mib)); in gfar_hw_init()3261 gfar_write(®s->rmon.cam1, 0xffffffff); in gfar_hw_init()3262 gfar_write(®s->rmon.cam2, 0xffffffff); in gfar_hw_init()
545 if (priv->dma_cap.rmon) { in stmmac_get_ethtool_stats()584 if (priv->dma_cap.rmon) in stmmac_get_sset_count()624 if (priv->dma_cap.rmon) in stmmac_get_strings()
243 dma_cap->rmon = (hw_cap & DMA_HW_FEAT_MMCSEL) >> 11; in dwmac1000_get_hw_feature()
344 unsigned int rmon; member
356 dma_cap->rmon = (hw_cap & GMAC_HW_FEAT_MMCSEL) >> 8; in dwmac4_get_hw_feature()
383 dma_cap->rmon = (hw_cap & XGMAC_HWFEAT_MMCSEL) >> 8; in dwxgmac2_get_hw_feature()
1197 if (priv->dma_cap.rmon) { in dwmac_rk_mmc_setup()
404 if (!priv->dma_cap.rmon) in stmmac_test_mmc()
2318 if (priv->dma_cap.rmon) { in stmmac_mmc_setup()4522 (priv->dma_cap.rmon) ? "Y" : "N"); in stmmac_dma_cap_show()
371 struct tsec_rmon_mib rmon; member
952 + if (priv->dma_cap.rmon) {