Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c215 if (llcp_cb.overall_rx_congested) in llcp_util_check_rx_congested_status()
224 llcp_cb.overall_rx_congested = FALSE; in llcp_util_check_rx_congested_status()
246 llcp_cb.overall_rx_congested = TRUE; in llcp_util_check_rx_congested_status()
740 ||(llcp_cb.overall_rx_congested) ) in llcp_util_build_info_pdu()
824 ||(llcp_cb.overall_rx_congested) ) in llcp_util_send_rr_rnr()
834 ||(llcp_cb.overall_rx_congested) ) in llcp_util_send_rr_rnr()
837 … p_dlcb->local_busy, p_dlcb->is_rx_congested, llcp_cb.overall_rx_congested); in llcp_util_send_rr_rnr()
Dllcp_dlc.c224 if (llcp_cb.overall_rx_congested) in llcp_dlsm_w4_remote_resp()
298 if (llcp_cb.overall_rx_congested) in llcp_dlsm_w4_local_resp()
Dllcp_link.c416 llcp_cb.overall_rx_congested = FALSE; in llcp_link_deactivate()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h268 … BOOLEAN overall_rx_congested; /* TRUE if overall rx link is congested */ member