[go: nahoru, domu]

Searched refs:rmon (Results 1 - 6 of 6) sorted by relevance

/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h253 unsigned int rmon; member in struct:dma_features
H A Dstmmac_ethtool.c483 if (priv->dma_cap.rmon) {
517 if (priv->dma_cap.rmon)
534 if (priv->dma_cap.rmon)
H A Dstmmac_main.c1453 if (priv->dma_cap.rmon) {
1531 priv->dma_cap.rmon = (hw_cap & DMA_HW_FEAT_MMCSEL) >> 11;
2561 (priv->dma_cap.rmon) ? "Y" : "N");
/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c152 u32 __iomem *rmon = (u32 __iomem *) &regs->rmon; local
154 for (; i < GFAR_STATS_LEN; i++, rmon++)
155 buf[i] = (u64) gfar_read(rmon);
H A Dgianfar.h828 struct rmon_mib rmon; /* 0x.680-0x.73c */ member in struct:gfar
H A Dgianfar.c1212 /* Zero out the rmon mib registers if it has them */
1214 memset_io(&(regs->rmon), 0, sizeof(struct rmon_mib));
1217 gfar_write(&regs->rmon.cam1, 0xffffffff);
1218 gfar_write(&regs->rmon.cam2, 0xffffffff);

Completed in 191 milliseconds