Searched refs:xmit_hold_q (Results 1 – 8 of 8) sorted by relevance
845 while (p_ccb->xmit_hold_q.p_first) in l2cu_send_peer_disc_req()847 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in l2cu_send_peer_disc_req()1465 GKI_init_q (&p_ccb->xmit_hold_q); in l2cu_allocate_ccb()1581 while (p_ccb->xmit_hold_q.p_first) in l2cu_release_ccb()1582 GKI_freebuf (GKI_dequeue (&p_ccb->xmit_hold_q)); in l2cu_release_ccb()2594 GKI_init_q (&p_ccb->xmit_hold_q); in l2cu_initialize_fixed_ccb()2940 p_ccb->ccb_priority, p_ccb->local_cid, p_ccb->xmit_hold_q.count ); in l2cu_get_next_channel_in_rr()2967 if ( p_ccb->xmit_hold_q.count == 0 ) in l2cu_get_next_channel_in_rr()2981 if (p_ccb->xmit_hold_q.count == 0) in l2cu_get_next_channel_in_rr()3041 if (p_ccb->xmit_hold_q.count == 0) in l2cu_get_next_channel()[all …]
1733 … lcid, num_to_flush, p_ccb->xmit_hold_q.count, p_ccb->xmit_hold_q.p_first); in L2CA_FlushChannel()1783 while ( (num_to_flush != 0) && (p_ccb->xmit_hold_q.count != 0) ) in L2CA_FlushChannel()1785 p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in L2CA_FlushChannel()1808 num_left += p_ccb->xmit_hold_q.count; in L2CA_FlushChannel()
792 if (p_ccb->xmit_hold_q.count) in l2c_csm_config()875 if ( (p_ccb->chnl_state == CST_OPEN) && (p_ccb->xmit_hold_q.count) ) in l2c_csm_config()1314 GKI_enqueue (&p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
396 if (p_ccb->xmit_hold_q.count != 0) in l2c_fcr_is_flow_controlled()848 if ( (p_ccb->fcrb.retrans_q.count || p_ccb->xmit_hold_q.count) in l2c_fcr_proc_pdu()998 if ( (p_fcrb->waiting_for_ack_q.count == 0) && (p_ccb->xmit_hold_q.count == 0) ) in process_reqseq()1278 else if ( ((p_ccb->xmit_hold_q.count == 0) || (l2c_fcr_is_flow_controlled (p_ccb))) in process_i_frame()1671 p_buf = (BT_HDR *)p_ccb->xmit_hold_q.p_first; in l2c_fcr_get_next_xmit_sdu_seg()1708 p_xmit = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
313 BUFFER_Q xmit_hold_q; /* Transmit data hold queue */ member
452 (p_ccb->xmit_hold_q.count + p_lcb->ucd_out_sec_pending_q.count), in L2CA_UcdDataWrite()
957 p_ccb->local_cid, p_ccb->xmit_hold_q.count, p_ccb->buff_quota); in l2c_data_write()
1045 if (p_ccb->xmit_hold_q.count != 0) in l2c_link_check_power_mode()