Searched refs:i_xmit_q (Results 1 – 4 of 4) sorted by relevance
395 if ((flush) || ((p_dlcb->i_xmit_q.count == 0) && in llcp_dlsm_connected()437 GKI_enqueue(&p_dlcb->i_xmit_q, p_data); in llcp_dlsm_connected()444 (p_dlcb->i_xmit_q.count >= in llcp_dlsm_connected()450 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlsm_connected()603 while (p_dlcb->i_xmit_q.p_first) { in llcp_dlc_flush_q()604 GKI_freebuf(GKI_dequeue(&p_dlcb->i_xmit_q)); in llcp_dlc_flush_q()1114 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()1132 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()1147 if ((p_dlcb->i_xmit_q.count == 0) && in llcp_dlc_proc_rr_rnr_pdu()1253 if ((llcp_cb.dlcb[idx].i_xmit_q.count == 0) && in llcp_dlc_check_to_send_rr_rnr()[all …]
662 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_congestion()773 (llcp_cb.dlcb[idx].i_xmit_q.count <= llcp_cb.dlcb[idx].remote_rw / 2)) { in llcp_link_check_uncongested()780 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_uncongested()
1033 } else if ((num_pending_i_pdu + p_dlcb->i_xmit_q.count >= in LLCP_IsDataLinkCongested()
189 BUFFER_Q i_xmit_q; /* tx queue of I PDU */ member