Home
last modified time | relevance | path

Searched refs:i_xmit_q (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_dlc.c396 if ((flush) || ((p_dlcb->i_xmit_q.count == 0) && in llcp_dlsm_connected()
438 GKI_enqueue(&p_dlcb->i_xmit_q, p_data); in llcp_dlsm_connected()
445 (p_dlcb->i_xmit_q.count >= in llcp_dlsm_connected()
451 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlsm_connected()
606 while (p_dlcb->i_xmit_q.p_first) { in llcp_dlc_flush_q()
607 GKI_freebuf(GKI_dequeue(&p_dlcb->i_xmit_q)); in llcp_dlc_flush_q()
1130 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()
1148 p_dlcb->local_sap, p_dlcb->remote_sap, p_dlcb->i_xmit_q.count); in llcp_dlc_proc_rr_rnr_pdu()
1163 if ((p_dlcb->i_xmit_q.count == 0) && in llcp_dlc_proc_rr_rnr_pdu()
1274 if ((llcp_cb.dlcb[idx].i_xmit_q.count == 0) && in llcp_dlc_check_to_send_rr_rnr()
[all …]
Dllcp_link.c660 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_congestion()
770 (llcp_cb.dlcb[idx].i_xmit_q.count <= llcp_cb.dlcb[idx].remote_rw / 2)) { in llcp_link_check_uncongested()
777 llcp_cb.dlcb[idx].i_xmit_q.count); in llcp_link_check_uncongested()
Dllcp_api.c1046 } else if ((num_pending_i_pdu + p_dlcb->i_xmit_q.count >= in LLCP_IsDataLinkCongested()
/system/nfc/src/nfc/int/
Dllcp_int.h190 BUFFER_Q i_xmit_q; /* tx queue of I PDU */ member