Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
A Dbe_ethtool.c327 et->rx_coalesce_usecs_low = aic->min_eqd; in be_get_coalesce()
331 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()
A Dbe.h194 u32 min_eqd; /* in usecs */ member
A Dbe_main.c2190 eqd = max_t(u32, eqd, aic->min_eqd); in be_get_new_eqd()

Completed in 19 milliseconds