Searched refs:tq_recv (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/batman-adv/
H A Dtypes.h677 /** @tq_recv: ring buffer of received TQ values from this neigh node */
678 u8 tq_recv[BATADV_TQ_GLOBAL_WINDOW_SIZE]; member in struct:batadv_neigh_ifinfo_bat_iv
684 * @tq_avg: averaged tq of all tq values in the ring buffer (tq_recv)
H A Dbat_iv_ogm.c959 batadv_ring_buffer_set(neigh_ifinfo->bat_iv.tq_recv,
961 tq_avg = batadv_ring_buffer_avg(neigh_ifinfo->bat_iv.tq_recv);
996 batadv_ring_buffer_set(neigh_ifinfo->bat_iv.tq_recv,
999 tq_avg = batadv_ring_buffer_avg(neigh_ifinfo->bat_iv.tq_recv);

Completed in 167 milliseconds