Searched refs:overall_rx_congest_end (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_main.c80 llcp_cb.overall_rx_congest_end = (UINT8) ((llcp_cb.num_rx_buff * LLCP_RX_CONGEST_END) / 100);
87 llcp_cb.overall_rx_congest_end, llcp_cb.max_num_ll_rx_buff);
H A Dllcp_util.c218 if (llcp_cb.total_rx_ui_pdu + llcp_cb.total_rx_i_pdu <= llcp_cb.overall_rx_congest_end)
222 llcp_cb.overall_rx_congest_end);
/external/libnfc-nci/src/nfc/int/
H A Dllcp_int.h257 UINT8 overall_rx_congest_end; /* threshold of overall rx congestion end */ member in struct:__anon8816

Completed in 85 milliseconds