Home
last modified time | relevance | path

Searched refs:sys_slist_get (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_slist.h397 static inline sys_snode_t *sys_slist_get(sys_slist_t *list) in sys_slist_get() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c427 buf = (void *)sys_slist_get(list); in net_buf_slist_get()
437 frag->frags = (void *)sys_slist_get(list); in net_buf_slist_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c1226 frnd->last = (void *)sys_slist_get(&frnd->queue); in friend_timeout()
1596 struct net_buf *buf = (void *)sys_slist_get(&frnd->queue); in friend_queue_prepare_space()