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