[go: nahoru, domu]

Searched refs:rx_watchdog (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_dma.h43 void (*rx_watchdog)(void __iomem *ioaddr, u32 riwt); member in struct:sxgbe_dma_ops
H A Dsxgbe_dma.c361 .rx_watchdog = sxgbe_dma_rx_watchdog,
H A Dsxgbe_ethtool.c328 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt);
H A Dsxgbe_main.c1156 if ((priv->use_riwt) && (priv->hw->dma->rx_watchdog)) {
1158 priv->hw->dma->rx_watchdog(priv->ioaddr, SXGBE_MAX_DMA_RIWT);
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c200 .rx_watchdog = dwmac1000_rx_watchdog,
H A Dcommon.h71 unsigned long rx_watchdog; member in struct:stmmac_extra_stats
368 void (*rx_watchdog) (void __iomem *ioaddr, u32 riwt); member in struct:stmmac_dma_ops
H A Denh_desc.c198 x->rx_watchdog++;
H A Dstmmac_ethtool.c74 STMMAC_STAT(rx_watchdog),
714 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt);
H A Dstmmac_main.c1708 if ((priv->use_riwt) && (priv->hw->dma->rx_watchdog)) {
1710 priv->hw->dma->rx_watchdog(priv->ioaddr, MAX_DMA_RIWT);
/drivers/net/ethernet/calxeda/
H A Dxgmac.c352 unsigned long rx_watchdog; member in struct:xgmac_extra_stats
1605 XGMAC_HW_STAT(rx_watchdog, XGMAC_MMC_RXWATCHDOG),

Completed in 117 milliseconds