Home
last modified time | relevance | path

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

/drivers/net/benet/
Dbe_ethtool.c127 struct be_eq_obj *rx_eq = &adapter->rx_eq; in be_get_coalesce() local
132 coalesce->rx_coalesce_usecs = rx_eq->cur_eqd; in be_get_coalesce()
133 coalesce->rx_coalesce_usecs_high = rx_eq->max_eqd; in be_get_coalesce()
134 coalesce->rx_coalesce_usecs_low = rx_eq->min_eqd; in be_get_coalesce()
140 coalesce->use_adaptive_rx_coalesce = rx_eq->enable_aic; in be_get_coalesce()
155 struct be_eq_obj *rx_eq = &adapter->rx_eq; in be_set_coalesce() local
169 if (rx_eq->enable_aic == 0 && in be_set_coalesce()
171 rx_eq->cur_eqd = 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()
[all …]
Dbe_main.c250 struct be_eq_obj *rx_eq = &adapter->rx_eq; in be_rx_eqd_update() local
254 if (((jiffies - stats->rx_fps_jiffies) < HZ) || rx_eq->enable_aic == 0) in be_rx_eqd_update()
264 if (eqd > rx_eq->max_eqd) in be_rx_eqd_update()
265 eqd = rx_eq->max_eqd; in be_rx_eqd_update()
266 if (eqd < rx_eq->min_eqd) in be_rx_eqd_update()
267 eqd = rx_eq->min_eqd; in be_rx_eqd_update()
270 if (eqd != rx_eq->cur_eqd) in be_rx_eqd_update()
271 be_cmd_modify_eqd(ctrl, rx_eq->q.id, eqd); in be_rx_eqd_update()
273 rx_eq->cur_eqd = eqd; in be_rx_eqd_update()
501 struct be_eq_obj *rx_eq = &adapter->rx_eq; in be_vlan_register() local
[all …]
Dbe.h194 struct be_eq_obj rx_eq; member
/drivers/net/
Dbnx2x_link.c2388 u16 bank, rx_eq; in bnx2x_init_internal_phy() local
2390 rx_eq = ((params->serdes_config & in bnx2x_init_internal_phy()
2394 DP(NETIF_MSG_LINK, "setting rx eq to 0x%x\n", rx_eq); in bnx2x_init_internal_phy()
2401 ((rx_eq & in bnx2x_init_internal_phy()