Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dcodel_impl.h56 params->interval = MS2TIME(100); in codel_params_init()
57 params->target = MS2TIME(5); in codel_params_init()
A Dcodel.h63 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) macro
/linux-6.3-rc2/net/mac80211/
A Dsta_info.c679 sta->cparams.target = MS2TIME(20); in __sta_info_alloc()
680 sta->cparams.interval = MS2TIME(100); in __sta_info_alloc()
2818 sta->cparams.target = MS2TIME(50); in sta_update_codel_params()
2819 sta->cparams.interval = MS2TIME(300); in sta_update_codel_params()
2822 sta->cparams.target = MS2TIME(20); in sta_update_codel_params()
2823 sta->cparams.interval = MS2TIME(100); in sta_update_codel_params()
A Dtx.c1626 local->cparams.interval = MS2TIME(100); in ieee80211_txq_setup_flows()
1627 local->cparams.target = MS2TIME(20); in ieee80211_txq_setup_flows()

Completed in 18 milliseconds