Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LLCP_WKS_NUM_SAP
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/
H
A
D
llcp.h
24
#define
LLCP_WKS_NUM_SAP
16
macro
27
#define LLCP_LOCAL_SAP_OFFSET (
LLCP_WKS_NUM_SAP
+ LLCP_SDP_NUM_SAP)
28
#define LLCP_MAX_SAP (
LLCP_WKS_NUM_SAP
+ LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)
H
A
D
llcp_core.c
453
} else if (sock->ssap != 0 && sock->ssap <
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_get_sdp_ssap()
491
if (ssap <
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_put_ssap()
497
local_ssap = ssap -
LLCP_WKS_NUM_SAP
;
in nfc_llcp_put_ssap()
550
pr_debug("SDP ssap %d\n",
LLCP_WKS_NUM_SAP
+ ssap);
in nfc_llcp_reserve_sdp_ssap()
556
return
LLCP_WKS_NUM_SAP
+ ssap;
in nfc_llcp_reserve_sdp_ssap()
1004
if (sock->ssap < LLCP_LOCAL_NUM_SAP && sock->ssap >=
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_recv_connect()
1010
&local->local_sdp_cnt[sock->ssap -
LLCP_WKS_NUM_SAP
];
in nfc_llcp_recv_connect()
1352
LLCP_WKS_NUM_SAP
];
in nfc_llcp_recv_snl()
/kernel/linux/linux-6.6/net/nfc/
H
A
D
llcp.h
23
#define
LLCP_WKS_NUM_SAP
16
macro
26
#define LLCP_LOCAL_SAP_OFFSET (
LLCP_WKS_NUM_SAP
+ LLCP_SDP_NUM_SAP)
27
#define LLCP_MAX_SAP (
LLCP_WKS_NUM_SAP
+ LLCP_SDP_NUM_SAP + LLCP_LOCAL_NUM_SAP)
H
A
D
llcp_core.c
451
} else if (sock->ssap != 0 && sock->ssap <
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_get_sdp_ssap()
489
if (ssap <
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_put_ssap()
495
local_ssap = ssap -
LLCP_WKS_NUM_SAP
;
in nfc_llcp_put_ssap()
548
pr_debug("SDP ssap %d\n",
LLCP_WKS_NUM_SAP
+ ssap);
in nfc_llcp_reserve_sdp_ssap()
554
return
LLCP_WKS_NUM_SAP
+ ssap;
in nfc_llcp_reserve_sdp_ssap()
995
if (sock->ssap < LLCP_LOCAL_NUM_SAP && sock->ssap >=
LLCP_WKS_NUM_SAP
) {
in nfc_llcp_recv_connect()
1001
&local->local_sdp_cnt[sock->ssap -
LLCP_WKS_NUM_SAP
];
in nfc_llcp_recv_connect()
1343
LLCP_WKS_NUM_SAP
];
in nfc_llcp_recv_snl()
Completed in 6 milliseconds