Home
last modified time | relevance | path

Searched refs:tx_coalesce_adapt_on (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h681 bool tx_coalesce_adapt_on; member
H A Dnfp_net_ethtool.c1879 ec->use_adaptive_tx_coalesce = nn->tx_coalesce_adapt_on; in nfp_net_get_coalesce()
2192 nn->tx_coalesce_adapt_on = !!ec->use_adaptive_tx_coalesce; in nfp_net_set_coalesce()
H A Dnfp_net_common.c2663 nn->tx_coalesce_adapt_on = true; in nfp_net_irqmod_init()
/linux-6.15/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c1185 if (r_vec->nfp_net->tx_coalesce_adapt_on && r_vec->tx_ring) { in nfp_nfd3_poll()
/linux-6.15/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c1295 if (r_vec->nfp_net->tx_coalesce_adapt_on && r_vec->tx_ring) { in nfp_nfdk_poll()