Searched refs:unack_queue (Results 1 – 2 of 2) sorted by relevance
97 struct k_fifo unack_queue; member212 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()
94 struct k_fifo unack_queue; member215 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()