Home
last modified time | relevance | path

Searched refs:xmit_hold_q (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_link.cc801 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_link_check_power_mode()
1201 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr()
1219 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
1227 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
1235 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()
1296 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_buffer_to_send()
1311 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2cu_get_next_buffer_to_send()
1312 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send()
1357 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send()
Dl2c_api.cc1354 ->xmit_hold_q), in L2CA_SendFixedChnlData()
1573 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()
1574 fmt::ptr(fixed_queue_try_peek_first(p_ccb->xmit_hold_q))); in L2CA_FlushChannel()
1610 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()
1611 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
1630 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
Dl2c_fcr.cc660 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) && in l2c_fcr_proc_pdu()
898 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()
1141 } else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame()
1414 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1448 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1528 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
1560 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
Dl2c_csm.cc1109 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_csm_config()
1208 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in l2c_csm_config()
1749 if (p_ccb->xmit_hold_q == NULL) { in l2c_enqueue_peer_data()
1756 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
Dl2c_utils.cc900 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != in l2cu_send_peer_disc_req()
1439 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()
1575 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()
1576 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb()
3503 status, p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in send_congestion_status_to_all_clients()
3531 size_t q_count = fixed_queue_length(p_ccb->xmit_hold_q); in l2cu_check_channel_congestion()
Dl2c_int.h320 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member
Dl2c_main.cc943 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc138 .xmit_hold_q = nullptr, // fixed_queue_t* Transmit data hold queue