Searched refs:local_wks (Results 1 – 2 of 2) sorted by relevance
423 if (test_bit(ssap, &local->local_wks)) { in nfc_llcp_get_sdp_ssap()429 set_bit(ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()452 if (!test_bit(sock->ssap, &local->local_wks)) { in nfc_llcp_get_sdp_ssap()453 set_bit(sock->ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()491 sdp = &local->local_wks; in nfc_llcp_put_ssap()563 __be16 wks = cpu_to_be16(local->local_wks); in nfc_llcp_build_gb()583 pr_debug("Local wks 0x%lx\n", local->local_wks); in nfc_llcp_build_gb()1654 local->local_wks = 0x1; /* LLC Link Management */ in nfc_llcp_register_device()
71 unsigned long local_wks; /* Well known services */ member