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:alternate_path
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_cm.h
94
struct sa_path_rec *
alternate_path
;
member
183
struct sa_path_rec *
alternate_path
;
member
357
struct sa_path_rec *
alternate_path
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_cm.h
94
struct sa_path_rec *
alternate_path
;
member
183
struct sa_path_rec *
alternate_path
;
member
353
struct sa_path_rec *
alternate_path
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H
A
D
ib_user_cm.h
91
__aligned_u64
alternate_path
;
member
176
struct ib_user_path_rec
alternate_path
;
member
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
cm.c
1306
struct sa_path_rec *alt_path = param->
alternate_path
;
in cm_format_req()
1465
if (param->
alternate_path
&&
in cm_validate_req_param()
1466
(param->
alternate_path
->pkey != param->primary_path->pkey ||
in cm_validate_req_param()
1467
param->
alternate_path
->mtu != param->primary_path->mtu))
in cm_validate_req_param()
1508
if (param->
alternate_path
) {
in ib_send_cm_req()
1509
ret = cm_init_av_by_path(param->
alternate_path
, NULL,
in ib_send_cm_req()
1536
if (param->
alternate_path
)
in ib_send_cm_req()
1797
param->
alternate_path
= &work->path[1];
in cm_format_req_event()
1798
cm_opa_to_ib_sgid(work, param->
alternate_path
);
in cm_format_req_event()
1800
param->
alternate_path
in cm_format_req_event()
[all...]
H
A
D
cma.c
2273
rt->num_pri_alt_paths = ib_event->param.req_rcvd.
alternate_path
? 2 : 1;
in cma_ib_new_conn_id()
2281
rt->path_rec[1] = *ib_event->param.req_rcvd.
alternate_path
;
in cma_ib_new_conn_id()
4358
req.
alternate_path
= &route->path_rec[1];
in cma_connect_ib()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
cm.c
1342
struct sa_path_rec *alt_path = param->
alternate_path
;
in cm_format_req()
1493
if (param->
alternate_path
&&
in cm_validate_req_param()
1494
(param->
alternate_path
->pkey != param->primary_path->pkey ||
in cm_validate_req_param()
1495
param->
alternate_path
->mtu != param->primary_path->mtu))
in cm_validate_req_param()
1536
if (param->
alternate_path
) {
in ib_send_cm_req()
1537
ret = cm_init_av_by_path(param->
alternate_path
, NULL,
in ib_send_cm_req()
1813
param->
alternate_path
= &work->path[1];
in cm_format_req_event()
1814
cm_opa_to_ib_sgid(work, param->
alternate_path
);
in cm_format_req_event()
1816
param->
alternate_path
= NULL;
in cm_format_req_event()
3323
param->
alternate_path
in cm_lap_handler()
[all...]
H
A
D
cma.c
2122
rt->num_paths = ib_event->param.req_rcvd.
alternate_path
? 2 : 1;
in cma_ib_new_conn_id()
2130
rt->path_rec[1] = *ib_event->param.req_rcvd.
alternate_path
;
in cma_ib_new_conn_id()
4103
req.
alternate_path
= &route->path_rec[1];
in cma_connect_ib()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_cm.c
1095
req.
alternate_path
= NULL;
in ipoib_cm_send_req()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib_cm.c
1095
req.
alternate_path
= NULL;
in ipoib_cm_send_req()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
865
req->ib_param.
alternate_path
= NULL;
in srp_send_req()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
H
A
D
ib_srp.c
860
req->ib_param.
alternate_path
= NULL;
in srp_send_req()
Completed in 38 milliseconds