Searched refs:rx_riwt (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 306 ec->rx_coalesce_usecs = sxgbe_riwt2usec(priv->rx_riwt, priv); in sxgbe_get_coalesce() 315 unsigned int rx_riwt; in sxgbe_set_coalesce() local 320 rx_riwt = sxgbe_usec2riwt(ec->rx_coalesce_usecs, priv); in sxgbe_set_coalesce() 322 if ((rx_riwt > SXGBE_MAX_DMA_RIWT) || (rx_riwt < SXGBE_MIN_DMA_RIWT)) in sxgbe_set_coalesce() 327 priv->rx_riwt = rx_riwt; in sxgbe_set_coalesce() 328 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt); in sxgbe_set_coalesce()
|
D | sxgbe_common.h | 405 u32 rx_riwt; member 465 u32 rx_riwt; member
|
D | sxgbe_main.c | 1183 priv->rx_riwt = SXGBE_MAX_DMA_RIWT; in sxgbe_open()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 400 unsigned int rx_frames, rx_riwt, rx_usecs; in xgbe_set_coalesce() local 427 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce() 432 if (rx_usecs && !rx_riwt) in xgbe_set_coalesce() 433 rx_riwt = 1; in xgbe_set_coalesce() 436 if (rx_riwt > XGMAC_MAX_DMA_RIWT) { in xgbe_set_coalesce() 456 pdata->rx_riwt = rx_riwt; in xgbe_set_coalesce()
|
D | xgbe.h | 715 unsigned int rx_riwt; member
|
D | xgbe-drv.c | 703 pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS); in xgbe_init_rx_coalesce()
|
D | xgbe-dev.c | 299 pdata->rx_riwt); in xgbe_config_rx_coalesce()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 667 ec->rx_coalesce_usecs = stmmac_riwt2usec(priv->rx_riwt, priv); in stmmac_get_coalesce() 676 unsigned int rx_riwt; in stmmac_set_coalesce() local 703 rx_riwt = stmmac_usec2riwt(ec->rx_coalesce_usecs, priv); in stmmac_set_coalesce() 705 if ((rx_riwt > MAX_DMA_RIWT) || (rx_riwt < MIN_DMA_RIWT)) in stmmac_set_coalesce() 713 priv->rx_riwt = rx_riwt; in stmmac_set_coalesce() 714 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt); in stmmac_set_coalesce()
|
D | stmmac.h | 68 u32 rx_riwt; member
|
D | stmmac_main.c | 1757 priv->rx_riwt = MAX_DMA_RIWT; in stmmac_hw_setup()
|