Searched refs:tp_override (Results 1 – 1 of 1) sorted by relevance
1067 u32 tp_override; in batadv_store_throughput_override() local1079 &tp_override); in batadv_store_throughput_override()1084 if (old_tp_override == tp_override) in batadv_store_throughput_override()1090 tp_override / 10, tp_override % 10); in batadv_store_throughput_override()1092 atomic_set(&hard_iface->bat_v.throughput_override, tp_override); in batadv_store_throughput_override()1105 u32 tp_override; in batadv_show_throughput_override() local1111 tp_override = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_show_throughput_override()1113 return sprintf(buff, "%u.%u MBit\n", tp_override / 10, in batadv_show_throughput_override()1114 tp_override % 10); in batadv_show_throughput_override()