Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/os/
Dshim.c505 struct zep_shim_llist_node *llist_node = NULL; in zep_shim_llist_node_alloc() local
507 llist_node = zep_shim_data_mem_zalloc(sizeof(*llist_node)); in zep_shim_llist_node_alloc()
509 if (!llist_node) { in zep_shim_llist_node_alloc()
514 sys_dnode_init(&llist_node->head); in zep_shim_llist_node_alloc()
516 return llist_node; in zep_shim_llist_node_alloc()
519 static void zep_shim_llist_node_free(void *llist_node) in zep_shim_llist_node_free() argument
521 zep_shim_data_mem_free(llist_node); in zep_shim_llist_node_free()
524 static void *zep_shim_llist_node_data_get(void *llist_node) in zep_shim_llist_node_data_get() argument
528 zep_llist_node = (struct zep_shim_llist_node *)llist_node; in zep_shim_llist_node_data_get()
533 static void zep_shim_llist_node_data_set(void *llist_node, void *data) in zep_shim_llist_node_data_set() argument
[all …]