Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart_3wire/src/
Dmain.c98 struct k_fifo tx_queue; member
139 static K_FIFO_DEFINE(tx_queue);
344 while ((buf = net_buf_get(&h5.tx_queue, K_NO_WAIT))) { in retx_timeout()
352 net_buf_put(&h5.tx_queue, buf); in retx_timeout()
359 net_buf_put(&h5.tx_queue, buf); in retx_timeout()
409 net_buf_put(&tx_queue, buf); in h5_process_complete_packet()
566 net_buf_put(&h5.tx_queue, buf); in h5_queue()
600 buf = net_buf_get(&tx_queue, K_NO_WAIT); in process_events()
610 buf = net_buf_get(&h5.tx_queue, K_FOREVER); in process_events()
639 &tx_queue, 0), in tx_thread()
[all …]
/Zephyr-Core-3.7.0/subsys/usb/device/class/
Dbt_h4.c25 static K_FIFO_DEFINE(tx_queue);
127 buf = net_buf_get(&tx_queue, K_FOREVER); in hci_tx_thread()
238 ret = bt_enable_raw(&tx_queue); in bt_h4_init()
Dbluetooth.c31 static K_FIFO_DEFINE(tx_queue);
136 buf = net_buf_get(&tx_queue, K_FOREVER); in hci_tx_thread()
376 net_buf_put(&tx_queue, rsp); in vs_read_usb_transport_mode()
466 ret = bt_enable_raw(&tx_queue); in bluetooth_init()
/Zephyr-Core-3.7.0/samples/net/wpan_serial/src/
Dmain.c50 static struct k_fifo tx_queue; variable
196 k_fifo_put(&tx_queue, pkt); in send_data()
406 pkt = k_fifo_get(&tx_queue, K_FOREVER); in tx_thread()
438 k_fifo_init(&tx_queue); in init_tx_queue()
525 k_fifo_put(&tx_queue, pkt); in net_recv_data()
/Zephyr-Core-3.7.0/samples/net/wpanusb/src/
Dwpanusb.c43 static struct k_fifo tx_queue; variable
162 k_fifo_put(&tx_queue, pkt); in wpanusb_vendor_handler()
311 pkt = k_fifo_get(&tx_queue, K_FOREVER); in tx_thread()
356 k_fifo_init(&tx_queue); in init_tx_queue()
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Dh5.c92 struct k_fifo tx_queue; member
352 while ((buf = net_buf_get(&h5->tx_queue, K_NO_WAIT))) { in retx_timeout()
360 net_buf_put(&h5->tx_queue, buf); in retx_timeout()
367 net_buf_put(&h5->tx_queue, buf); in retx_timeout()
622 net_buf_put(&h5->tx_queue, buf); in h5_queue()
656 buf = net_buf_get(&h5->tx_queue, K_FOREVER); in tx_thread()
754 k_fifo_init(&h5->tx_queue); in h5_init()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_uart/src/
Dmain.c39 static K_FIFO_DEFINE(tx_queue);
182 net_buf_put(&tx_queue, buf); in rx_isr()
256 buf = net_buf_get(&tx_queue, K_FOREVER); in tx_thread()
/Zephyr-Core-3.7.0/samples/bluetooth/hci_ipc/src/
Dmain.c36 static K_FIFO_DEFINE(tx_queue);
195 net_buf_put(&tx_queue, buf); in hci_ipc_rx()
208 buf = net_buf_get(&tx_queue, K_FOREVER); in tx_thread()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Drfcomm.h87 struct k_fifo tx_queue; member
/Zephyr-Core-3.7.0/samples/boards/stm32/bluetooth/interactive_gui/src/
Dmain.c40 static K_FIFO_DEFINE(tx_queue);
317 net_buf_put(&tx_queue, buf); in rx_isr()
387 buf = net_buf_get(&tx_queue, K_FOREVER); in tx_thread()
/Zephyr-Core-3.7.0/subsys/net/l2/ppp/
Dppp_l2.c24 static K_FIFO_DEFINE(tx_queue);
416 k_fifo_put(&tx_queue, pkt); in ppp_queue_pkt()
433 pkt = k_fifo_get(&tx_queue, K_FOREVER); in tx_handler()
/Zephyr-Core-3.7.0/drivers/i2s/
Di2s_nrfx.c32 struct k_msgq tx_queue; member
194 int ret = k_msgq_get(&drv_data->tx_queue, in get_next_tx_buffer()
402 while (k_msgq_get(&drv_data->tx_queue, in purge_queue()
628 ret = k_msgq_put(&drv_data->tx_queue, in i2s_nrfx_write()
965 k_msgq_init(&i2s_nrfx_data##idx.tx_queue, \
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dl2cap.h194 struct k_fifo tx_queue; member
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Drfcomm.c264 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_disconnect()
586 buf = net_buf_get(&dlc->tx_queue, timeout); in rfcomm_dlc_tx_thread()
621 while ((buf = net_buf_get(&dlc->tx_queue, K_NO_WAIT))) { in rfcomm_dlc_tx_thread()
799 k_fifo_init(&dlc->tx_queue); in rfcomm_dlc_connected()
874 net_buf_put(&dlc->tx_queue, in rfcomm_dlc_close()
1492 net_buf_put(&dlc->tx_queue, buf); in bt_rfcomm_dlc_send()
1751 net_buf_put(&dlc->tx_queue, in bt_rfcomm_dlc_disconnect()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dl2cap.c264 struct net_buf *buf = net_buf_get(&le_chan->tx_queue, K_NO_WAIT); in bt_l2cap_chan_del()
402 k_fifo_init(&le_chan->tx_queue); in bt_l2cap_connected()
723 net_buf_put(&le_chan->tx_queue, pdu); in bt_l2cap_send_pdu()
733 return !k_fifo_is_empty(&lechan->tx_queue); in chan_has_data()
886 struct net_buf *pdu = k_fifo_peek_head(&lechan->tx_queue); in l2cap_data_pull()
938 __maybe_unused struct net_buf *b = k_fifo_get(&lechan->tx_queue, K_NO_WAIT); in l2cap_data_pull()
1240 k_fifo_init(&chan->tx_queue); in l2cap_chan_tx_init()
2244 while ((buf = net_buf_get(&le_chan->tx_queue, K_NO_WAIT))) { in l2cap_chan_shutdown()
3147 net_buf_put(&le_chan->tx_queue, buf); in bt_l2cap_dyn_chan_send()
Datt.c109 struct k_fifo tx_queue; member
144 struct k_fifo tx_queue; member
595 err = process_queue(chan, &chan->tx_queue); in bt_att_sent()
601 (void)process_queue(chan, &att->tx_queue); in bt_att_sent()
765 err = process_queue(chan, &att->tx_queue); in att_send_process()
782 net_buf_put(&chan->tx_queue, buf); in bt_att_chan_send_rsp()
3066 while ((buf = net_buf_get(&att->tx_queue, K_NO_WAIT))) { in att_reset()
3101 while ((buf = net_buf_get(&chan->tx_queue, K_NO_WAIT))) { in att_chan_detach()
3151 k_fifo_init(&att->tx_queue); in att_chan_attach()
3373 k_fifo_init(&chan->tx_queue); in att_chan_new()
[all …]