Searched defs:usr_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1885 struct ib_user_path_rec *usr_path)
1887 bcopy(&kern_path->dgid, &usr_path->dgid, 16);
1888 bcopy(&kern_path->sgid, &usr_path->sgid, 16);
1889 usr_path->dlid = kern_path->dlid;
1890 usr_path->slid = kern_path->slid;
1891 usr_path->raw_traffic = kern_path->raw_traffic;
1892 usr_path->flow_label = kern_path->flow_label;
1893 usr_path->reversible = kern_path->reversible;
1894 usr_path->mtu = kern_path->mtu;
1895 usr_path
1884 rdma2usr_pathrec(struct ib_sa_path_rec *kern_path, struct ib_user_path_rec *usr_path) argument
[all...]

Completed in 64 milliseconds