Searched refs:rx_watchdog (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_dma.h | 40 void (*rx_watchdog)(void __iomem *ioaddr, u32 riwt); member
|
| A D | sxgbe_dma.c | 358 .rx_watchdog = sxgbe_dma_rx_watchdog,
|
| A D | sxgbe_ethtool.c | 306 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt); in sxgbe_set_coalesce()
|
| A D | sxgbe_main.c | 1177 if ((priv->use_riwt) && (priv->hw->dma->rx_watchdog)) { in sxgbe_open() 1179 priv->hw->dma->rx_watchdog(priv->ioaddr, SXGBE_MAX_DMA_RIWT); in sxgbe_open()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac1000_dma.c | 297 .rx_watchdog = dwmac1000_rx_watchdog,
|
| A D | dwmac4_dma.c | 585 .rx_watchdog = dwmac4_rx_watchdog, 614 .rx_watchdog = dwmac4_rx_watchdog,
|
| A D | common.h | 134 unsigned long rx_watchdog; member
|
| A D | enh_desc.c | 209 x->rx_watchdog++; in enh_desc_get_rx_status()
|
| A D | dwmac4_descs.c | 97 x->rx_watchdog++; in dwmac4_wrback_get_rx_status()
|
| A D | hwif.h | 222 void (*rx_watchdog)(struct stmmac_priv *priv, void __iomem *ioaddr, member 281 stmmac_do_void_callback(__priv, dma, rx_watchdog, __priv, __args)
|
| A D | dwxgmac2_dma.c | 633 .rx_watchdog = dwxgmac2_rx_watchdog,
|
| A D | stmmac_ethtool.c | 73 STMMAC_STAT(rx_watchdog),
|
| /linux/drivers/net/ethernet/calxeda/ |
| A D | xgmac.c | 342 unsigned long rx_watchdog; member 1581 XGMAC_HW_STAT(rx_watchdog, XGMAC_MMC_RXWATCHDOG),
|
Completed in 40 milliseconds