Searched refs:msg_cache_next (Results 1 – 1 of 1) sorted by relevance
79 static uint16_t msg_cache_next; variable144 for (i = msg_cache_next; i > 0U;) { in msg_cache_match()151 for (i = ARRAY_SIZE(msg_cache); i > msg_cache_next;) { in msg_cache_match()163 msg_cache_next %= ARRAY_SIZE(msg_cache); in msg_cache_add()164 msg_cache[msg_cache_next].src = rx->ctx.addr; in msg_cache_add()165 msg_cache[msg_cache_next].seq = rx->seq; in msg_cache_add()166 msg_cache_next++; in msg_cache_add()211 msg_cache_next = 0U; in bt_mesh_net_create()880 msg_cache[--msg_cache_next].src = BT_MESH_ADDR_UNASSIGNED; in bt_mesh_net_recv()