Searched refs:tp_max (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | rc80211_minstrel_debugfs.c | 62 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_open() local 92 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_open() 99 tp_max / 10, tp_max % 10, in minstrel_stats_open() 124 unsigned int i, tp_max, tp_avg, eprob; in minstrel_stats_csv_open() local 149 tp_max = minstrel_get_tp_avg(mr, MINSTREL_FRAC(100,100)); in minstrel_stats_csv_open() 155 tp_max / 10, tp_max % 10, in minstrel_stats_csv_open()
|
| D | rc80211_minstrel_ht_debugfs.c | 35 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 100 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump() 107 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump() 182 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 245 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump() 251 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()
|
| /Linux-v5.4/net/sched/ |
| D | cls_flower.c | 58 struct flow_dissector_key_ports tp_max; member 202 max_mask = htons(filter->mask->key.tp_max.dst); in fl_range_port_dst_cmp() 204 max_val = htons(filter->key.tp_max.dst); in fl_range_port_dst_cmp() 213 mkey->tp_max.dst = filter->mkey.tp_max.dst; in fl_range_port_dst_cmp() 225 max_mask = htons(filter->mask->key.tp_max.src); in fl_range_port_src_cmp() 227 max_val = htons(filter->key.tp_max.src); in fl_range_port_src_cmp() 236 mkey->tp_max.src = filter->mkey.tp_max.src; in fl_range_port_src_cmp() 721 fl_set_key_val(tb, &key->tp_max.dst, in fl_set_key_port_range() 722 TCA_FLOWER_KEY_PORT_DST_MAX, &mask->tp_max.dst, in fl_set_key_port_range() 723 TCA_FLOWER_UNSPEC, sizeof(key->tp_max.dst)); in fl_set_key_port_range() [all …]
|