HomeSort by relevance Sort by last modified time
    Searched refs:ll_tx_congest_start (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 120 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff / llcp_cb.num_logical_data_link;
125 llcp_cb.ll_tx_congest_start = llcp_cb.max_num_ll_tx_buff;
130 if (llcp_cb.ll_tx_congest_start == 0)
132 llcp_cb.ll_tx_congest_start = 1;
139 if (llcp_cb.ll_tx_congest_start > 1)
148 LLCP_TRACE_DEBUG4 ("num_logical_data_link=%d, ll_tx_congest_start=%d, ll_tx_congest_end=%d, ll_rx_congest_start=%d",
150 llcp_cb.ll_tx_congest_start,
287 ||(p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start)
llcp_api.c 649 else if ( (num_pending_ui_pdu + p_app_cb->ui_xmit_q.count >= llcp_cb.ll_tx_congest_start)
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 240 UINT8 ll_tx_congest_start; /* congest start threshold for each logical link*/ member in struct:__anon28164

Completed in 34 milliseconds