Home
last modified time | relevance | path

Searched refs:usec_to_riwt (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
Dxgbe.h475 unsigned int (*usec_to_riwt)(struct xgbe_prv_data *, unsigned int); member
Dxgbe-ethtool.c441 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce()
Dxgbe-drv.c467 pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS); in xgbe_init_rx_coalesce()
Dxgbe-dev.c2586 hw_if->usec_to_riwt = xgbe_usec_to_riwt; in xgbe_init_function_ptrs_dev()