Home
last modified time | relevance | path

Searched refs:tx_cnt (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_stream_tx.c206 if ((test_stream->tx_cnt % 100U) == 0U) { in bap_stream_tx_sent_cb()
207 LOG_INF("Stream %p sent %zu SDUs", stream, test_stream->tx_cnt); in bap_stream_tx_sent_cb()
210 test_stream->tx_cnt++; in bap_stream_tx_sent_cb()
Dcommon.h159 size_t tx_cnt; member
Dpbp_public_broadcast_source_test.c71 test_stream->tx_cnt = 0U; in started_cb()
Dgmap_ugt_test.c92 test_stream->tx_cnt = 0U; in unicast_stream_started_cb()
Dbap_unicast_server_test.c333 while (test_stream->tx_cnt < MIN_SEND_COUNT) { in transceive_test_streams()
Dcap_acceptor_test.c284 test_stream->tx_cnt = 0U; in started_cb()
335 test_stream->tx_cnt = 0U; in unicast_stream_started()
Dbap_broadcast_source_test.c184 test_stream->tx_cnt = 0U; in stream_started_cb()
Dcap_initiator_broadcast_test.c105 test_stream->tx_cnt = 0U; in broadcast_stream_started_cb()
Dbap_unicast_client_test.c829 while (test_stream->tx_cnt < MIN_SEND_COUNT) { in transceive_streams()
Dgmap_ugg_test.c189 test_stream->tx_cnt = 0U; in stream_started_cb()
Dcap_initiator_unicast_test.c175 test_stream->tx_cnt = 0U; in unicast_stream_started()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c70 static uint16_t tx_cnt; variable
151 tx_cnt = 0U; in lll_conn_prepare_reset()
198 if ((next == curr) && (tx_cnt < 1U)) { in lll_conn_peripheral_is_abort_cb()
221 if ((lll->role == BT_HCI_ROLE_PERIPHERAL) && (tx_cnt < 1U)) { in lll_conn_abort_cb()
614 tx_cnt++;
/Zephyr-latest/drivers/spi/
Dspi_andes_atcspi200.c40 int tx_cnt; member
127 data->tx_cnt = 0; in spi_transfer()
777 if (data->tx_cnt >= data->chunk_len) { in spi_atcspi200_irq_handler()
807 data->tx_cnt++; in spi_atcspi200_irq_handler()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c222 static uint32_t tx_cnt; in ll_tx_mem_enqueue() local
246 if (tx_cnt >= CONFIG_BT_BUF_ACL_TX_COUNT) { in ll_tx_mem_enqueue()
280 LOG_INF("incoming Tx: count= %u, len= %u, rate= %u bps.", tx_cnt, tx_len, tx_rate); in ll_tx_mem_enqueue()
283 tx_cnt = 0U; in ll_tx_mem_enqueue()
293 tx_cnt++; in ll_tx_mem_enqueue()