Home
last modified time | relevance | path

Searched refs:LLCP_SDP_NUM_SAP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/nfc/
H A Dllcp.h24 #define LLCP_SDP_NUM_SAP 16 macro
26 #define LLCP_LOCAL_SAP_OFFSET (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP)
27 #define LLCP_MAX_SAP (LLCP_WKS_NUM_SAP + LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)
74 atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
H A Dllcp_core.c541 ssap = find_first_zero_bit(&local->local_sdp, LLCP_SDP_NUM_SAP); in nfc_llcp_reserve_sdp_ssap()
542 if (ssap == LLCP_SDP_NUM_SAP) { in nfc_llcp_reserve_sdp_ssap()