Searched refs:recv_fifo (Results 1 – 1 of 1) sorted by relevance
70 static struct k_fifo recv_fifo; variable226 k_fifo_cancel_wait(&recv_fifo); in hci_recv_fifo_reset()227 k_fifo_init(&recv_fifo); in hci_recv_fifo_reset()288 k_fifo_put(&recv_fifo, node_rx); in prio_recv_thread()341 k_fifo_put(&recv_fifo, node_rx); in prio_recv_thread()613 &recv_fifo, 0), in recv_thread()641 node_rx = k_fifo_get(&recv_fifo, K_FOREVER); in recv_thread()686 k_fifo_put(&recv_fifo, node_rx); in cmd_handle()772 k_fifo_init(&recv_fifo); in hci_driver_open()