Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c385 ||( (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 …]
Dllcp_link.c657 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()
Dllcp_api.c1116 else if ( (num_pending_i_pdu + p_dlcb->i_xmit_q.count >= p_dlcb->remote_rw) in LLCP_IsDataLinkCongested()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h190 BUFFER_Q i_xmit_q; /* tx queue of I PDU */ member