Searched refs:tp_max (Results 1 – 5 of 5) sorted by relevance
| /linux/net/mac80211/ |
| 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() 196 unsigned int j, tp_max, tp_avg, eprob, tx_time; in minstrel_ht_stats_csv_dump() local 267 tp_max = minstrel_ht_get_tp_avg(mi, i, j, MINSTREL_FRAC(100, 100)); in minstrel_ht_stats_csv_dump() 273 tp_max / 10, tp_max % 10, in minstrel_ht_stats_csv_dump()
|
| /linux/net/sched/ |
| A D | cls_flower.c | 233 max_val = ntohs(filter->key.tp_range.tp_max.dst); in fl_range_port_dst_cmp() 242 mkey->tp_range.tp_max.dst = filter->mkey.tp_range.tp_max.dst; in fl_range_port_dst_cmp() 265 mkey->tp_range.tp_max.src = filter->mkey.tp_range.tp_max.src; in fl_range_port_src_cmp() 851 fl_set_key_val(tb, &key->tp_range.tp_max.dst, in fl_set_key_port_range() 857 fl_set_key_val(tb, &key->tp_range.tp_max.src, in fl_set_key_port_range() 872 ntohs(key->tp_range.tp_max.dst) <= in fl_set_key_port_range() 880 ntohs(key->tp_range.tp_max.src) <= in fl_set_key_port_range() 2246 newmask->key.tp_range.tp_max.dst) || in fl_create_new_mask() 2248 newmask->key.tp_range.tp_max.src)) in fl_create_new_mask() 2909 sizeof(key->tp_range.tp_max.dst)) || in fl_dump_key_port_range() [all …]
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_flower.c | 325 (ntohs(match.key->tp_max.src) << 16)); in prestera_flower_parse() 327 (ntohs(match.mask->tp_max.src) << 16)); in prestera_flower_parse() 333 (ntohs(match.key->tp_max.dst) << 16)); in prestera_flower_parse() 335 (ntohs(match.mask->tp_max.dst) << 16)); in prestera_flower_parse()
|
| /linux/include/net/ |
| A D | flow_dissector.h | 207 struct flow_dissector_key_ports tp_max; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| 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()
|
Completed in 22 milliseconds