Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dcodel_impl.h60 params->ce_threshold_selector = 0; in codel_params_init()
261 params->ce_threshold_selector)); in codel_dequeue()
H A Dcodel.h113 u8 ce_threshold_selector; member
/openbmc/linux/net/sched/
H A Dsch_fq_codel.c409 q->cparams.ce_threshold_selector = nla_get_u8(tb[TCA_FQ_CODEL_CE_THRESHOLD_SELECTOR]); in fq_codel_change()
553 if (nla_put_u8(skb, TCA_FQ_CODEL_CE_THRESHOLD_SELECTOR, q->cparams.ce_threshold_selector)) in fq_codel_dump()
/openbmc/linux/net/mac80211/
H A Dsta_info.c686 sta->cparams.ce_threshold_selector = 0; in __sta_info_alloc()