Home
last modified time | relevance | path

Searched refs:config_tx_coalesce (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c194 hw_ops->config_tx_coalesce(pdata); in xlgmac_ethtool_set_coalesce()
Ddwc-xlgmac.h450 int (*config_tx_coalesce)(struct xlgmac_pdata *pdata); member
Ddwc-xlgmac-hw.c3115 hw_ops->config_tx_coalesce = xlgmac_config_tx_coalesce; in xlgmac_init_hw_ops()
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/
Dxgbe.h821 int (*config_tx_coalesce)(struct xgbe_prv_data *); member
Dxgbe-ethtool.c495 hw_if->config_tx_coalesce(pdata); in xgbe_set_coalesce()
Dxgbe-drv.c1107 hw_if->config_tx_coalesce(pdata); in xgbe_init_tx_coalesce()
Dxgbe-dev.c3658 hw_if->config_tx_coalesce = xgbe_config_tx_coalesce; in xgbe_init_function_ptrs_dev()