Searched refs:LLCP_NUM_SAPS (Results 1 – 3 of 3) sorted by relevance
404 for (local_sap = LLCP_SAP_SDP + 1; local_sap < LLCP_NUM_SAPS; local_sap++) { in llcp_link_deactivate()585 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) { in llcp_link_update_status()631 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) { in llcp_link_check_congestion()719 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++) { in llcp_link_check_uncongested()740 sap = (sap + 1) % LLCP_NUM_SAPS; in llcp_link_check_uncongested()744 for (xx = 0; xx < LLCP_NUM_SAPS; xx++) { in llcp_link_check_uncongested()745 sap = (llcp_cb.ll_tx_uncongest_ntf_start_sap + 1) % LLCP_NUM_SAPS; in llcp_link_check_uncongested()1384 for (count = 0; count < LLCP_NUM_SAPS; count++) { in llcp_link_get_next_pdu()1405 llcp_cb.lcb.ll_idx = (llcp_cb.lcb.ll_idx + 1) % LLCP_NUM_SAPS; in llcp_link_get_next_pdu()1411 llcp_cb.lcb.ll_idx = (llcp_cb.lcb.ll_idx + 1) % LLCP_NUM_SAPS; in llcp_link_get_next_pdu()
127 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++) { in llcp_cleanup()
159 #define LLCP_NUM_SAPS 64 macro