Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c97 struct k_fifo unack_queue; member
212 struct net_buf *buf = k_fifo_get(&h5.unack_queue, K_NO_WAIT); in process_unack()
353 while ((buf = k_fifo_get(&h5.unack_queue, K_NO_WAIT))) { in retx_timeout()
623 k_fifo_put(&h5.unack_queue, buf); in process_events()
697 while ((cache = k_fifo_get(&h5.unack_queue, K_NO_WAIT))) { in rx_thread()
799 k_fifo_init(&h5.unack_queue); in main()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c94 struct k_fifo unack_queue; member
215 struct net_buf *buf = k_fifo_get(&h5->unack_queue, K_NO_WAIT); in process_unack()
357 while ((buf = k_fifo_get(&h5->unack_queue, K_NO_WAIT))) { in retx_timeout()
664 k_fifo_put(&h5->unack_queue, buf); in tx_thread()
769 k_fifo_init(&h5->unack_queue); in h5_init()