Searched refs:local_wks (Results 1 – 2 of 2) sorted by relevance
425 if (local->local_wks & BIT(ssap)) { in nfc_llcp_get_sdp_ssap()431 set_bit(ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()454 if (!test_bit(sock->ssap, &local->local_wks)) { in nfc_llcp_get_sdp_ssap()455 set_bit(sock->ssap, &local->local_wks); in nfc_llcp_get_sdp_ssap()493 sdp = &local->local_wks; in nfc_llcp_put_ssap()565 __be16 wks = cpu_to_be16(local->local_wks); in nfc_llcp_build_gb()585 pr_debug("Local wks 0x%lx\n", local->local_wks); in nfc_llcp_build_gb()1664 local->local_wks = 0x1; /* LLC Link Management */ in nfc_llcp_register_device()
72 unsigned long local_wks; /* Well known services */ member