Searched refs:ib_route (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c756 (union ib_gid *) &resp->ib_route[0].dgid);
758 (union ib_gid *) &resp->ib_route[0].sgid);
759 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr));
762 ib_copy_path_rec_to_user(&resp->ib_route[1],
766 ib_copy_path_rec_to_user(&resp->ib_route[0],
782 (union ib_gid *)&resp->ib_route[0].dgid);
784 (union ib_gid *)&resp->ib_route[0].sgid);
785 resp->ib_route[0].pkey = cpu_to_be16(0xffff);
788 ib_copy_path_rec_to_user(&resp->ib_route[1],
792 ib_copy_path_rec_to_user(&resp->ib_route[
[all...]
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Drdma_user_cm.h162 struct ib_user_path_rec ib_route[2]; member in struct:rdma_ucm_query_route_resp
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h177 struct ib_user_path_rec ib_route[2]; member in struct:ucma_abi_query_route_resp
H A Dcma.c772 &resp.ib_route[i]);
775 memcpy(id->route.addr.addr.ibaddr.sgid.raw, resp.ib_route[0].sgid,
777 memcpy(id->route.addr.addr.ibaddr.dgid.raw, resp.ib_route[0].dgid,
779 id->route.addr.addr.ibaddr.pkey = resp.ib_route[0].pkey;

Completed in 62 milliseconds