usec_to_riwt     3600 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	hw_if->usec_to_riwt = xgbe_usec_to_riwt;
usec_to_riwt     1174 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS);
usec_to_riwt      478 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs);
usec_to_riwt      790 drivers/net/ethernet/amd/xgbe/xgbe.h 	unsigned int (*usec_to_riwt)(struct xgbe_prv_data *, unsigned int);
usec_to_riwt      221 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	pdata->rx_riwt = hw_ops->usec_to_riwt(pdata, XLGMAC_INIT_DMA_RX_USECS);
usec_to_riwt      185 drivers/net/ethernet/synopsys/dwc-xlgmac-ethtool.c 	rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs);
usec_to_riwt     3116 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	hw_ops->usec_to_riwt = xlgmac_usec_to_riwt;
usec_to_riwt      450 drivers/net/ethernet/synopsys/dwc-xlgmac.h 	unsigned int (*usec_to_riwt)(struct xlgmac_pdata *pdata,