Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcodel_impl.h56 params->interval = MS2TIME(100); in codel_params_init()
57 params->target = MS2TIME(5); in codel_params_init()
H A Dcodel.h63 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) macro
/linux/net/mac80211/
H A Dtx.c1608 local->cparams.interval = MS2TIME(100); in ieee80211_txq_setup_flows()
1609 local->cparams.target = MS2TIME(20); in ieee80211_txq_setup_flows()