Searched refs:rx_watchdog (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_dma.h | 40 void (*rx_watchdog)(void __iomem *ioaddr, u32 riwt); member
|
H A D | sxgbe_dma.c | 358 .rx_watchdog = sxgbe_dma_rx_watchdog,
|
H A D | sxgbe_ethtool.c | 308 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt); in sxgbe_set_coalesce()
|
H A D | sxgbe_main.c | 1178 if ((priv->use_riwt) && (priv->hw->dma->rx_watchdog)) { in sxgbe_open() 1180 priv->hw->dma->rx_watchdog(priv->ioaddr, SXGBE_MAX_DMA_RIWT); in sxgbe_open()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_dma.c | 295 .rx_watchdog = dwmac1000_rx_watchdog,
|
H A D | dwmac4_dma.c | 590 .rx_watchdog = dwmac4_rx_watchdog, 619 .rx_watchdog = dwmac4_rx_watchdog,
|
H A D | common.h | 133 unsigned long rx_watchdog; member
|
H A D | enh_desc.c | 209 x->rx_watchdog++; in enh_desc_get_rx_status()
|
H A D | hwif.h | 212 void (*rx_watchdog)(struct stmmac_priv *priv, void __iomem *ioaddr, member 271 stmmac_do_void_callback(__priv, dma, rx_watchdog, __priv, __args)
|
H A D | dwmac4_descs.c | 97 x->rx_watchdog++; in dwmac4_wrback_get_rx_status()
|
H A D | dwxgmac2_dma.c | 633 .rx_watchdog = dwxgmac2_rx_watchdog,
|
H A D | stmmac_ethtool.c | 72 STMMAC_STAT(rx_watchdog),
|
/openbmc/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 342 unsigned long rx_watchdog; member 1581 XGMAC_HW_STAT(rx_watchdog, XGMAC_MMC_RXWATCHDOG),
|