Searched refs:local_wks (Results 1 – 2 of 2) sorted by relevance
400 if (local->local_wks & BIT(ssap)) { in nfc_llcp_get_sdp_ssap()406 set_bit(ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()428 if (!test_bit(sock->ssap, &local->local_wks)) { in nfc_llcp_get_sdp_ssap()429 set_bit(sock->ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()467 sdp = &local->local_wks; in nfc_llcp_put_ssap()539 __be16 wks = cpu_to_be16(local->local_wks); in nfc_llcp_build_gb()551 pr_debug("Local wks 0x%lx\n", local->local_wks); in nfc_llcp_build_gb()1596 local->local_wks = 0x1; /* LLC Link Management */ in nfc_llcp_register_device()
84 unsigned long local_wks; /* Well known services */ member