Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_dlc.c433 if ( (p_dlcb->is_tx_congested) in llcp_dlsm_connected()
442 p_dlcb->is_tx_congested = TRUE; in llcp_dlsm_connected()
1128 &&(!p_dlcb->is_tx_congested) ) in llcp_dlc_proc_rr_rnr_pdu()
1148 &&(!p_dlcb->is_tx_congested) ) in llcp_dlc_proc_rr_rnr_pdu()
Dllcp_link.c651 &&(llcp_cb.dlcb[idx].is_tx_congested == FALSE) ) in llcp_link_check_congestion()
653 llcp_cb.dlcb[idx].is_tx_congested = TRUE; in llcp_link_check_congestion()
778 &&(llcp_cb.dlcb[idx].is_tx_congested) in llcp_link_check_uncongested()
781 llcp_cb.dlcb[idx].is_tx_congested = FALSE; in llcp_link_check_uncongested()
Dllcp_api.c1111 if ( (p_dlcb->is_tx_congested) in LLCP_IsDataLinkCongested()
1120 p_dlcb->is_tx_congested = TRUE; in LLCP_IsDataLinkCongested()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h191 BOOLEAN is_tx_congested; /* TRUE if tx I PDU is congested */ member