Home
last modified time | relevance | path

Searched refs:enable_aic (Results 1 – 3 of 3) sorted by relevance

/drivers/net/benet/
Dbe_ethtool.c140 coalesce->use_adaptive_rx_coalesce = rx_eq->enable_aic; in be_get_coalesce()
141 coalesce->use_adaptive_tx_coalesce = tx_eq->enable_aic; in be_get_coalesce()
169 if (rx_eq->enable_aic == 0 && in be_set_coalesce()
173 rx_eq->enable_aic = coalesce->use_adaptive_rx_coalesce; in be_set_coalesce()
191 if (rx_eq->enable_aic) { in be_set_coalesce()
Dbe.h144 bool enable_aic; member
Dbe_main.c254 if (((jiffies - stats->rx_fps_jiffies) < HZ) || rx_eq->enable_aic == 0) in be_rx_eqd_update()
1014 adapter->tx_eq.enable_aic = false; in be_tx_queues_create()
1088 adapter->rx_eq.enable_aic = true; in be_rx_queues_create()