Home
last modified time | relevance | path

Searched refs:pathrec (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c187 format_gid(&path.pathrec.dgid, gid_buf); in ipoib_path_seq_show()
192 gid_buf, sa_path_get_dlid(&path.pathrec) ? "yes" : "no"); in ipoib_path_seq_show()
194 if (sa_path_get_dlid(&path.pathrec)) { in ipoib_path_seq_show()
195 rate = ib_rate_to_mbps(path.pathrec.rate); in ipoib_path_seq_show()
201 be32_to_cpu(sa_path_get_dlid(&path.pathrec)), in ipoib_path_seq_show()
202 path.pathrec.sl, in ipoib_path_seq_show()
H A Dipoib.h435 struct sa_path_rec pathrec; member
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.c698 struct sa_path_rec *pathrec, in srp_path_rec_completion() argument
709 ch->ib_cm.path = *pathrec; in srp_path_rec_completion()