Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dcodel_impl.h54 params->interval = MS2TIME(100); in codel_params_init()
55 params->target = MS2TIME(5); in codel_params_init()
H A Dcodel.h65 #define MS2TIME(a) ((a * NSEC_PER_MSEC) >> CODEL_SHIFT) macro
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c517 sta->cparams.target = MS2TIME(20); in sta_info_alloc()
518 sta->cparams.interval = MS2TIME(100); in sta_info_alloc()
2552 sta->cparams.target = MS2TIME(50); in sta_update_codel_params()
2553 sta->cparams.interval = MS2TIME(300); in sta_update_codel_params()
2556 sta->cparams.target = MS2TIME(20); in sta_update_codel_params()
2557 sta->cparams.interval = MS2TIME(100); in sta_update_codel_params()
H A Dtx.c1566 local->cparams.interval = MS2TIME(100); in ieee80211_txq_setup_flows()
1567 local->cparams.target = MS2TIME(20); in ieee80211_txq_setup_flows()