Searched refs:xmit_hold_q (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_utils.c | 942 while (GKI_getfirst(&p_ccb->xmit_hold_q)) in l2cu_send_peer_disc_req() 944 p_buf2 = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in l2cu_send_peer_disc_req() 1580 GKI_init_q (&p_ccb->xmit_hold_q); in l2cu_allocate_ccb() 1703 while (!GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2cu_release_ccb() 1704 GKI_freebuf (GKI_dequeue (&p_ccb->xmit_hold_q)); in l2cu_release_ccb() 2699 GKI_init_q (&p_ccb->xmit_hold_q); in l2cu_initialize_fixed_ccb() 3129 … p_ccb->ccb_priority, p_ccb->local_cid, GKI_queue_length(&p_ccb->xmit_hold_q)); in l2cu_get_next_channel_in_rr() 3156 if ( GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2cu_get_next_channel_in_rr() 3170 if (GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2cu_get_next_channel_in_rr() 3230 if (p_ccb->xmit_hold_q.count == 0) in l2cu_get_next_channel() [all …]
|
D | l2c_api.c | 1581 GKI_queue_length(&p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->xmit_hold_q), in L2CA_SendFixedChnlData() 1905 … lcid, num_to_flush, GKI_queue_length(&p_ccb->xmit_hold_q), GKI_getfirst(&p_ccb->xmit_hold_q)); in L2CA_FlushChannel() 1950 while ( (num_to_flush != 0) && (!GKI_queue_is_empty(&p_ccb->xmit_hold_q))) in L2CA_FlushChannel() 1952 BT_HDR *p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in L2CA_FlushChannel() 1974 num_left += GKI_queue_length(&p_ccb->xmit_hold_q); in L2CA_FlushChannel()
|
D | l2c_csm.c | 785 if (!GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2c_csm_config() 868 if ( (p_ccb->chnl_state == CST_OPEN) && (!GKI_queue_is_empty(&p_ccb->xmit_hold_q))) in l2c_csm_config() 1309 GKI_enqueue (&p_ccb->xmit_hold_q, p_buf); in l2c_enqueue_peer_data()
|
D | l2c_fcr.c | 387 if (!GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2c_fcr_is_flow_controlled() 824 if ( (!GKI_queue_is_empty(&p_ccb->fcrb.retrans_q) || !GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2c_fcr_proc_pdu() 973 … if (GKI_queue_is_empty(&p_fcrb->waiting_for_ack_q) && (GKI_queue_is_empty(&p_ccb->xmit_hold_q))) in process_reqseq() 1259 … else if ( ((GKI_queue_is_empty(&p_ccb->xmit_hold_q)) || (l2c_fcr_is_flow_controlled (p_ccb))) in process_i_frame() 1648 p_buf = (BT_HDR *)GKI_getfirst(&p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg() 1685 p_xmit = (BT_HDR *)GKI_dequeue (&p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
|
D | l2c_ucd.c | 452 (p_ccb->xmit_hold_q.count + p_lcb->ucd_out_sec_pending_q.count), in L2CA_UcdDataWrite()
|
D | l2c_int.h | 287 BUFFER_Q xmit_hold_q; /* Transmit data hold queue */ member
|
D | l2c_main.c | 990 … p_ccb->local_cid, GKI_queue_length(&p_ccb->xmit_hold_q), p_ccb->buff_quota); in l2c_data_write()
|
D | l2c_link.c | 1066 if (!GKI_queue_is_empty(&p_ccb->xmit_hold_q)) in l2c_link_check_power_mode()
|