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