Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net.h655 bool tx_coalesce_adapt_on; member
Dnfp_net_ethtool.c1102 ec->use_adaptive_tx_coalesce = nn->tx_coalesce_adapt_on; in nfp_net_get_coalesce()
1394 nn->tx_coalesce_adapt_on = !!ec->use_adaptive_tx_coalesce; in nfp_net_set_coalesce()
Dnfp_net_common.c2221 nn->tx_coalesce_adapt_on = true; in nfp_net_irqmod_init()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfd3/
Ddp.c1114 if (r_vec->nfp_net->tx_coalesce_adapt_on && r_vec->tx_ring) { in nfp_nfd3_poll()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c1253 if (r_vec->nfp_net->tx_coalesce_adapt_on && r_vec->tx_ring) { in nfp_nfdk_poll()