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:xid2
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/
H
A
D
ctcm_mpc.h
53
struct
xid2
{
struct
80
#define XID2_LENGTH (sizeof(struct
xid2
))
153
struct
xid2
*xid;
183
struct
xid2
*xid;
190
struct
xid2
*saved_xid2;
H
A
D
ctcm_main.h
181
struct
xid2
*xid;
184
struct
xid2
*rcvd_xid;
208
struct
xid2
*xid; /* MPC only */
H
A
D
ctcm_mpc.c
59
static const struct
xid2
init_xid = {
970
ch->xid = (struct
xid2
*)skb_tail_pointer(ch->xid_skb);
in mpc_channel_action()
1195
struct
xid2
*thisxid = (struct
xid2
*)pskb->data;
in ctcmpc_unpack_skb()
1301
grp->xid = (struct
xid2
*)skb_tail_pointer(grp->xid_skb);
in ctcmpc_init_mpc_group()
1546
struct
xid2
*xid = mpcginfo->xid;
in mpc_validate_xid()
1587
(struct
xid2
*)skb_tail_pointer(grp->rcvd_xid_skb);
in mpc_validate_xid()
1689
ch->rcvd_xid = (struct
xid2
*)skb_tail_pointer(ch->trans_skb);
in mpc_action_side_xid()
1702
ch->rcvd_xid = (struct
xid2
*)(ch->trans_skb_data + TH_HEADER_LENGTH);
in mpc_action_side_xid()
1892
struct
xid2
*thisxi
in mpc_action_doxid7()
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H
A
D
ctcm_mpc.h
53
struct
xid2
{
struct
80
#define XID2_LENGTH (sizeof(struct
xid2
))
153
struct
xid2
*xid;
183
struct
xid2
*xid;
190
struct
xid2
*saved_xid2;
H
A
D
ctcm_main.h
182
struct
xid2
*xid;
185
struct
xid2
*rcvd_xid;
209
struct
xid2
*xid; /* MPC only */
H
A
D
ctcm_mpc.c
59
static const struct
xid2
init_xid = {
959
ch->xid = (struct
xid2
*)skb_tail_pointer(ch->xid_skb);
in mpc_channel_action()
1184
struct
xid2
*thisxid = (struct
xid2
*)pskb->data;
in ctcmpc_unpack_skb()
1290
grp->xid = (struct
xid2
*)skb_tail_pointer(grp->xid_skb);
in ctcmpc_init_mpc_group()
1535
struct
xid2
*xid = mpcginfo->xid;
in mpc_validate_xid()
1576
(struct
xid2
*)skb_tail_pointer(grp->rcvd_xid_skb);
in mpc_validate_xid()
1678
ch->rcvd_xid = (struct
xid2
*)skb_tail_pointer(ch->trans_skb);
in mpc_action_side_xid()
1691
ch->rcvd_xid = (struct
xid2
*)(ch->trans_skb_data + TH_HEADER_LENGTH);
in mpc_action_side_xid()
1881
struct
xid2
*thisxi
in mpc_action_doxid7()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprt.c
949
xprt_xid_cmp(__be32 xid1, __be32
xid2
)
in xprt_xid_cmp()
argument
951
if (xid1 ==
xid2
)
in xprt_xid_cmp()
953
if ((__force u32)xid1 < (__force u32)
xid2
)
in xprt_xid_cmp()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprt.c
993
xprt_xid_cmp(__be32 xid1, __be32
xid2
)
in xprt_xid_cmp()
argument
995
if (xid1 ==
xid2
)
in xprt_xid_cmp()
997
if ((__force u32)xid1 < (__force u32)
xid2
)
in xprt_xid_cmp()
Completed in 18 milliseconds