Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c86 static sys_slist_t hbuf_pend; variable
547 bool pend = !sys_slist_is_empty(&hbuf_pend); in process_node()
562 sys_slist_append(&hbuf_pend, (void *)node_rx); in process_node()
593 sys_slist_init(&hbuf_pend); in process_hbuf()
605 node_rx = (void *)sys_slist_peek_head(&hbuf_pend); in process_hbuf()
627 (void) sys_slist_get(&hbuf_pend); in process_hbuf()
632 (void) sys_slist_get(&hbuf_pend); in process_hbuf()
650 node_rx = (void *)sys_slist_peek_head(&hbuf_pend); in process_hbuf()