/kernel/linux/linux-5.10/net/mac80211/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rc80211_minstrel_ht_debugfs.c | 51 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_dump() local 124 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_dump() 131 tp_max / 10, tp_max % 10, in minstrel_ht_stats_dump() 197 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 268 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump() 274 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_flower.c | 68 struct flow_dissector_key_ports tp_max; member 215 max_mask = ntohs(filter->mask->key.tp_range.tp_max.dst); in fl_range_port_dst_cmp() 217 max_val = ntohs(filter->key.tp_range.tp_max.dst); in fl_range_port_dst_cmp() 226 mkey->tp_range.tp_max.dst = filter->mkey.tp_range.tp_max.dst; in fl_range_port_dst_cmp() 238 max_mask = ntohs(filter->mask->key.tp_range.tp_max.src); in fl_range_port_src_cmp() 240 max_val = ntohs(filter->key.tp_range.tp_max.src); in fl_range_port_src_cmp() 249 mkey->tp_range.tp_max.src = filter->mkey.tp_range.tp_max.src; in fl_range_port_src_cmp() 771 fl_set_key_val(tb, &key->tp_range.tp_max in fl_set_key_port_range() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_flower.c | 220 max_mask = ntohs(filter->mask->key.tp_range.tp_max.dst); in fl_range_port_dst_cmp() 222 max_val = ntohs(filter->key.tp_range.tp_max.dst); in fl_range_port_dst_cmp() 231 mkey->tp_range.tp_max.dst = filter->mkey.tp_range.tp_max.dst; in fl_range_port_dst_cmp() 243 max_mask = ntohs(filter->mask->key.tp_range.tp_max.src); in fl_range_port_src_cmp() 245 max_val = ntohs(filter->key.tp_range.tp_max.src); in fl_range_port_src_cmp() 254 mkey->tp_range.tp_max.src = filter->mkey.tp_range.tp_max.src; in fl_range_port_src_cmp() 827 fl_set_key_val(tb, &key->tp_range.tp_max.dst, in fl_set_key_port_range() 828 TCA_FLOWER_KEY_PORT_DST_MAX, &mask->tp_range.tp_max in fl_set_key_port_range() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flower.c | 321 (ntohs(match.key->tp_max.src) << 16)); in prestera_flower_parse() 323 (ntohs(match.mask->tp_max.src) << 16)); in prestera_flower_parse() 329 (ntohs(match.key->tp_max.dst) << 16)); in prestera_flower_parse() 331 (ntohs(match.mask->tp_max.dst) << 16)); in prestera_flower_parse()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | flow_dissector.h | 187 * @tp_max: max port number in range 194 struct flow_dissector_key_ports tp_max; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 453 .max = ntohs(match.key->tp_max.src), in mlxsw_sp_flower_parse_ports_range() 472 .max = ntohs(match.key->tp_max.dst), in mlxsw_sp_flower_parse_ports_range()
|