Searched refs:usec_to_riwt (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 170 rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs); in xlgmac_ethtool_set_coalesce()
|
H A D | dwc-xlgmac.h | 450 unsigned int (*usec_to_riwt)(struct xlgmac_pdata *pdata, member
|
H A D | dwc-xlgmac-common.c | 221 pdata->rx_riwt = hw_ops->usec_to_riwt(pdata, XLGMAC_INIT_DMA_RX_USECS); in xlgmac_init()
|
H A D | dwc-xlgmac-hw.c | 3116 hw_ops->usec_to_riwt = xlgmac_usec_to_riwt; in xlgmac_init_hw_ops()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 176 rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs); in xlgmac_ethtool_set_coalesce()
|
H A D | dwc-xlgmac.h | 451 unsigned int (*usec_to_riwt)(struct xlgmac_pdata *pdata, member
|
H A D | dwc-xlgmac-common.c | 221 pdata->rx_riwt = hw_ops->usec_to_riwt(pdata, XLGMAC_INIT_DMA_RX_USECS); in xlgmac_init()
|
H A D | dwc-xlgmac-hw.c | 3116 hw_ops->usec_to_riwt = xlgmac_usec_to_riwt; in xlgmac_init_hw_ops()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-ethtool.c | 458 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce()
|
H A D | xgbe.h | 790 unsigned int (*usec_to_riwt)(struct xgbe_prv_data *, unsigned int); 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 | 3607 hw_if->usec_to_riwt = xgbe_usec_to_riwt; in xgbe_init_function_ptrs_dev()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe.h | 822 unsigned int (*usec_to_riwt)(struct xgbe_prv_data *, unsigned int); member
|
H A D | xgbe-ethtool.c | 460 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce()
|
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 | 3659 hw_if->usec_to_riwt = xgbe_usec_to_riwt; in xgbe_init_function_ptrs_dev()
|
Completed in 37 milliseconds