Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c330 et->rx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce()
334 et->tx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce()
356 aic->min_eqd = min(et->rx_coalesce_usecs_low, aic->max_eqd); in be_set_coalesce()
358 aic->et_eqd = max(aic->et_eqd, aic->min_eqd); in be_set_coalesce()
Dbe.h199 u32 min_eqd; /* in usecs */ member
Dbe_main.c2194 eqd = max_t(u32, eqd, aic->min_eqd); in be_get_new_eqd()