Searched refs:tx_left (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 36 size_t tx_left; member 71 LOG_DBG("%p, left %d", chan, ctx->tx_left); in continue_sending() 73 if (ctx->tx_left) { in continue_sending() 84 if (test_ctx.tx_left) { in sent_cb() 85 test_ctx.tx_left--; in sent_cb() 373 test_ctx.tx_left = SDU_NUM; in test_central_main() 377 while (test_ctx.tx_left) { in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 34 size_t tx_left; member 66 LOG_DBG("%p, left %d", chan, ctx->tx_left); in continue_sending() 68 if (ctx->tx_left) { in continue_sending() 79 if (test_ctx.tx_left) { in sent_cb() 80 test_ctx.tx_left--; in sent_cb() 407 test_ctx.tx_left = SDU_NUM; in test_central_main() 411 while (test_ctx.tx_left) { in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 56 size_t tx_left; member 111 LOG_DBG("%p, left %d", chan, ctx->tx_left); in continue_sending() 113 if (ctx->tx_left) { in continue_sending() 126 if (ctx->tx_left) { in sent_cb() 127 ctx->tx_left--; in sent_cb() 191 LOG_DBG("continue %u left %d", bt_conn_index(chan->conn), ctx->tx_left); in deferred_send() 434 contexts[i].tx_left = SDU_NUM; in test_central_main() 446 remaining_tx_total += contexts[i].tx_left; in test_central_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 40 size_t tx_left; member 86 if (ctx->tx_left) { in sent_cb() 87 ctx->tx_left--; in sent_cb() 401 contexts[i].tx_left = SDU_NUM; in test_central_main() 419 remaining_tx_total += contexts[i].tx_left; in test_central_main()
|