Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe.h549 unsigned int (*usec_to_riwt)(struct xgbe_prv_data *, unsigned int); member
Dxgbe-ethtool.c427 rx_riwt = hw_if->usec_to_riwt(pdata, ec->rx_coalesce_usecs); in xgbe_set_coalesce()
Dxgbe-drv.c703 pdata->rx_riwt = hw_if->usec_to_riwt(pdata, XGMAC_INIT_DMA_RX_USECS); in xgbe_init_rx_coalesce()
Dxgbe-dev.c2899 hw_if->usec_to_riwt = xgbe_usec_to_riwt; in xgbe_init_function_ptrs_dev()