Searched refs:rx_riwt (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 172 unsigned int rx_frames, rx_riwt, rx_usecs; in xlgmac_ethtool_set_coalesce() local 176 rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs); in xlgmac_ethtool_set_coalesce() 180 if ((rx_riwt > XLGMAC_MAX_DMA_RIWT) || in xlgmac_ethtool_set_coalesce() 181 (rx_riwt < XLGMAC_MIN_DMA_RIWT) || in xlgmac_ethtool_set_coalesce() 188 pdata->rx_riwt = rx_riwt; in xlgmac_ethtool_set_coalesce()
|
H A D | dwc-xlgmac.h | 592 unsigned int rx_riwt; member
|
H A D | dwc-xlgmac-common.c | 219 pdata->rx_riwt = hw_ops->usec_to_riwt(pdata, XLGMAC_INIT_DMA_RX_USECS); in xlgmac_init()
|
H A D | dwc-xlgmac-hw.c | 1314 pdata->rx_riwt); in xlgmac_config_rx_coalesce()
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_ethtool.c | 282 ec->rx_coalesce_usecs = sxgbe_riwt2usec(priv->rx_riwt, priv); in sxgbe_get_coalesce() 293 unsigned int rx_riwt; in sxgbe_set_coalesce() local 298 rx_riwt = sxgbe_usec2riwt(ec->rx_coalesce_usecs, priv); in sxgbe_set_coalesce() 300 if ((rx_riwt > SXGBE_MAX_DMA_RIWT) || (rx_riwt < SXGBE_MIN_DMA_RIWT)) in sxgbe_set_coalesce() 305 priv->rx_riwt = rx_riwt; in sxgbe_set_coalesce() 306 priv->hw->dma->rx_watchdog(priv->ioaddr, priv->rx_riwt); in sxgbe_set_coalesce()
|
H A D | sxgbe_common.h | 401 u32 rx_riwt; member 461 u32 rx_riwt; member
|
H A D | sxgbe_main.c | 1178 priv->rx_riwt = SXGBE_MAX_DMA_RIWT; in sxgbe_open()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 453 unsigned int rx_frames, rx_riwt, rx_usecs; in xgbe_set_coalesce() local 456 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce() 461 if (rx_usecs && !rx_riwt) in xgbe_set_coalesce() 462 rx_riwt = 1; in xgbe_set_coalesce() 465 if (rx_riwt > XGMAC_MAX_DMA_RIWT) { in xgbe_set_coalesce() 485 pdata->rx_riwt = rx_riwt; in xgbe_set_coalesce()
|
H A D | xgbe.h | 1183 unsigned int rx_riwt; member
|
H A D | xgbe-drv.c | 1118 pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS); in xgbe_init_rx_coalesce()
|
H A D | xgbe-dev.c | 273 pdata->rx_riwt); in xgbe_config_rx_coalesce()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 3519 if (!priv->rx_riwt[queue]) in stmmac_hw_setup() 3520 priv->rx_riwt[queue] = DEF_DMA_RIWT; in stmmac_hw_setup() 3523 priv->rx_riwt[queue], queue); in stmmac_hw_setup()
|