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:uses_gateway
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_ib.h
116
u8 nexthop_mac[], u8 *
uses_gateway
);
H
A
D
smc_ib.c
75
if (lnk->lgr->smc_version == SMC_V2 && lnk->lgr->
uses_gateway
)
in smc_ib_modify_qp_rtr()
79
if (lnk->lgr->smc_version == SMC_V2 && lnk->lgr->
uses_gateway
)
in smc_ib_modify_qp_rtr()
197
u8 nexthop_mac[], u8 *
uses_gateway
)
in smc_ib_find_route()
216
*
uses_gateway
= rt->rt_uses_gateway;
in smc_ib_find_route()
255
&smcrv2->
uses_gateway
))
in smc_ib_determine_gid_rcu()
196
smc_ib_find_route(struct net *net, __be32 saddr, __be32 daddr, u8 nexthop_mac[], u8 *
uses_gateway
)
smc_ib_find_route()
argument
H
A
D
smc_core.h
348
u8
uses_gateway
;
member
389
u8
uses_gateway
;
member
H
A
D
smc_core.c
320
if (nla_put_u8(skb, SMC_NLA_LGR_R_V2_DIRECT, !lgr->
uses_gateway
))
in smc_nl_fill_smcr_lgr_v2()
899
lgr->
uses_gateway
= ini->smcrv2.
uses_gateway
;
in smc_lgr_create()
H
A
D
af_smc.c
1216
ini->smcrv2.
uses_gateway
= false;
in smc_connect_rdma_v2_prepare()
1221
&ini->smcrv2.
uses_gateway
))
in smc_connect_rdma_v2_prepare()
1223
if (!ini->smcrv2.
uses_gateway
) {
in smc_connect_rdma_v2_prepare()
2278
if (!ini->smcrv2.
uses_gateway
)
in smc_find_rdma_v2_device_serv()
H
A
D
smc_clc.c
1096
fce.fce_v2_base.v2_direct = !link->lgr->
uses_gateway
;
in smc_clc_send_confirm_accept()
H
A
D
smc_llc.c
613
ext->v2_direct = !lgr->
uses_gateway
;
in smc_llc_fill_ext_v2()
Completed in 15 milliseconds