Searched refs:i_xmit_q (Results 1 – 4 of 4) sorted by relevance
385 ||( (p_dlcb->i_xmit_q.count == 0) in llcp_dlsm_connected()428 GKI_enqueue (&p_dlcb->i_xmit_q, p_data); in llcp_dlsm_connected()436 … ||(p_dlcb->i_xmit_q.count >= p_dlcb->remote_rw) ) /*if enough data to send next round */ in llcp_dlsm_connected()439 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlsm_connected()597 while (p_dlcb->i_xmit_q.p_first) in llcp_dlc_flush_q()599 GKI_freebuf (GKI_dequeue (&p_dlcb->i_xmit_q)); in llcp_dlc_flush_q()1132 p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()1152 p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()1168 if ( (p_dlcb->i_xmit_q.count == 0) in llcp_dlc_proc_rr_rnr_pdu()1284 if ( (llcp_cb.dlcb[idx].i_xmit_q.count == 0) in llcp_dlc_check_to_send_rr_rnr()[all …]
657 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_congestion()779 &&(llcp_cb.dlcb[idx].i_xmit_q.count <= llcp_cb.dlcb[idx].remote_rw / 2) ) in llcp_link_check_uncongested()787 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_uncongested()
1116 else if ( (num_pending_i_pdu + p_dlcb->i_xmit_q.count >= p_dlcb->remote_rw) in LLCP_IsDataLinkCongested()
190 BUFFER_Q i_xmit_q; /* tx queue of I PDU */ member