Searched refs:tp_override (Results 1 – 1 of 1) sorted by relevance
1137 u32 tp_override; in batadv_store_throughput_override() local1151 &tp_override); in batadv_store_throughput_override()1156 if (old_tp_override == tp_override) in batadv_store_throughput_override()1163 tp_override / 10, tp_override % 10); in batadv_store_throughput_override()1165 atomic_set(&hard_iface->bat_v.throughput_override, tp_override); in batadv_store_throughput_override()1183 u32 tp_override; in batadv_show_throughput_override() local1191 tp_override = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_show_throughput_override()1194 return sprintf(buff, "%u.%u MBit\n", tp_override / 10, in batadv_show_throughput_override()1195 tp_override % 10); in batadv_show_throughput_override()