Home
last modified time | relevance | path

Searched refs:alternate_path (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_cm.h94 struct sa_path_rec *alternate_path; member
183 struct sa_path_rec *alternate_path; member
357 struct sa_path_rec *alternate_path; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dib_user_cm.h140 __aligned_u64 alternate_path; member
235 struct ib_user_path_rec alternate_path; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dib_user_cm.h140 __aligned_u64 alternate_path; member
235 struct ib_user_path_rec alternate_path; member
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcm.c1342 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()
3322 param->alternate_path = &work->path[0]; in cm_lap_handler()
[all …]
H A Dcma.c2115 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2123 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_ib_new_conn_id()
4081 req.alternate_path = &route->path_rec[1]; in cma_connect_ib()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1095 req.alternate_path = NULL; in ipoib_cm_send_req()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/srp/
H A Dib_srp.c865 req->ib_param.alternate_path = NULL; in srp_send_req()