Searched refs:xmit_hold_q (Results 1 – 7 of 7) sorted by relevance
877 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != in l2cu_send_peer_disc_req()1477 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1592 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()1593 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb()3125 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr()3143 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3151 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3159 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3214 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel()3264 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_buffer_to_send()[all …]
1609 ->xmit_hold_q), in L2CA_SendFixedChnlData()1846 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()1847 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()1887 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()1888 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel()1907 num_left += fixed_queue_length(p_ccb->xmit_hold_q); in L2CA_FlushChannel()
383 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_fcr_is_flow_controlled()805 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) && in l2c_fcr_proc_pdu()1053 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()1335 } else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame()1705 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1739 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1834 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()1866 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
824 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_csm_config()915 (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in l2c_csm_config()1378 if (p_ccb->xmit_hold_q == NULL) { in l2c_enqueue_peer_data()1385 fixed_queue_enqueue(p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
312 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member
1002 p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q), in l2c_data_write()
939 if (!fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in l2c_link_check_power_mode()