Home
last modified time | relevance | path

Searched refs:lq_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_iv_ogm.c89 * @lq_index: index to store the value at
92 static void batadv_ring_buffer_set(u8 lq_recv[], u8 *lq_index, u8 value) in batadv_ring_buffer_set() argument
94 lq_recv[*lq_index] = value; in batadv_ring_buffer_set()
95 *lq_index = (*lq_index + 1) % BATADV_TQ_GLOBAL_WINDOW_SIZE; in batadv_ring_buffer_set()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_iv_ogm.c87 * @lq_index: index to store the value at
90 static void batadv_ring_buffer_set(u8 lq_recv[], u8 *lq_index, u8 value) in batadv_ring_buffer_set() argument
92 lq_recv[*lq_index] = value; in batadv_ring_buffer_set()
93 *lq_index = (*lq_index + 1) % BATADV_TQ_GLOBAL_WINDOW_SIZE; in batadv_ring_buffer_set()

Completed in 6 milliseconds