Home
last modified time | relevance | path

Searched refs:txq (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/boards/st/nucleo_l552ze_q/
Dnucleo_l552ze_q-common.dtsi8 #include <st/l5/stm32l552z(c-e)txq-pinctrl.dtsi>
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/
Dnucleo_h7a3zi_q.dts9 #include <st/h7/stm32h7a3z(g-i)txq-pinctrl.dtsi>
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h186 struct k_fifo txq; member
Diso.c247 k_fifo_init(&iso->iso.txq); in bt_iso_chan_add()
721 return !k_fifo_is_empty(&conn->iso.txq); in iso_has_data()
735 struct net_buf *frag = k_fifo_peek_head(&conn->iso.txq); in iso_data_pull()
746 __maybe_unused struct net_buf *b = k_fifo_get(&conn->iso.txq, K_NO_WAIT); in iso_data_pull()
770 __maybe_unused struct net_buf *b = k_fifo_get(&conn->iso.txq, K_NO_WAIT); in iso_data_pull()
813 k_fifo_put(&conn->iso.txq, buf); in conn_iso_send()