Searched refs:xmit_hold_q (Results 1 – 7 of 7) sorted by relevance
879 while ((p_buf2 = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q)) != in l2cu_send_peer_disc_req()1479 p_ccb->xmit_hold_q = fixed_queue_new(SIZE_MAX); in l2cu_allocate_ccb()1594 fixed_queue_free(p_ccb->xmit_hold_q, osi_free); in l2cu_release_ccb()1595 p_ccb->xmit_hold_q = NULL; in l2cu_release_ccb()3110 fixed_queue_length(p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr()3128 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3136 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3144 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel_in_rr()3199 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_channel()3249 if (fixed_queue_is_empty(p_ccb->xmit_hold_q)) continue; in l2cu_get_next_buffer_to_send()[all …]
1600 ->xmit_hold_q), in L2CA_SendFixedChnlData()1837 lcid, num_to_flush, fixed_queue_length(p_ccb->xmit_hold_q), in L2CA_FlushChannel()1838 fixed_queue_try_peek_first(p_ccb->xmit_hold_q)); in L2CA_FlushChannel()1879 while ((num_to_flush != 0) && (!fixed_queue_is_empty(p_ccb->xmit_hold_q))) { in L2CA_FlushChannel()1880 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in L2CA_FlushChannel()1899 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()801 !fixed_queue_is_empty(p_ccb->xmit_hold_q)) && in l2c_fcr_proc_pdu()1043 fixed_queue_is_empty(p_ccb->xmit_hold_q)) { in process_reqseq()1313 } else if ((fixed_queue_is_empty(p_ccb->xmit_hold_q) || in process_i_frame()1680 p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1714 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()1809 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_peek_first(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()1841 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()
311 fixed_queue_t* xmit_hold_q; /* Transmit data hold queue */ member
999 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()