Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/os/
Dwork.c62 int free_work_index = get_free_work_item_index(); in work_alloc() local
64 if (free_work_index < 0) { in work_alloc()
69 zep_work_item[free_work_index].in_use = true; in work_alloc()
70 zep_work_item[free_work_index].type = type; in work_alloc()
72 return &zep_work_item[free_work_index]; in work_alloc()