Lines Matching refs:tx_queue
95 struct k_fifo tx_queue; member
136 static K_FIFO_DEFINE(tx_queue);
348 while ((buf = k_fifo_get(&h5.tx_queue, K_NO_WAIT))) { in retx_timeout()
356 k_fifo_put(&h5.tx_queue, buf); in retx_timeout()
363 k_fifo_put(&h5.tx_queue, buf); in retx_timeout()
413 k_fifo_put(&tx_queue, buf); in h5_process_complete_packet()
570 k_fifo_put(&h5.tx_queue, buf); in h5_queue()
604 buf = k_fifo_get(&tx_queue, K_NO_WAIT); in process_events()
614 buf = k_fifo_get(&h5.tx_queue, K_FOREVER); in process_events()
643 &tx_queue, 0), in tx_thread()
649 &h5.tx_queue, 2), in tx_thread()
703 while ((cache = k_fifo_get(&h5.tx_queue, K_NO_WAIT))) { in rx_thread()
782 k_fifo_init(&h5.tx_queue); in main()