Searched refs:pathrec (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 208 format_gid(&path.pathrec.dgid, gid_buf); in ipoib_path_seq_show() 213 gid_buf, sa_path_get_dlid(&path.pathrec) ? "yes" : "no"); in ipoib_path_seq_show() 215 if (sa_path_get_dlid(&path.pathrec)) { in ipoib_path_seq_show() 216 rate = ib_rate_to_mbps(path.pathrec.rate); in ipoib_path_seq_show() 222 be32_to_cpu(sa_path_get_dlid(&path.pathrec)), in ipoib_path_seq_show() 223 path.pathrec.sl, in ipoib_path_seq_show()
|
D | ipoib_main.c | 571 ret = memcmp(gid, path->pathrec.dgid.raw, in __path_find() 597 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add() 625 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_free() 644 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init() 668 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next() 700 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid() 701 path->pathrec.dgid.raw); in ipoib_mark_paths_invalid() 747 struct sa_path_rec *pathrec, in path_rec_completion() argument 762 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion() 763 pathrec->dgid.raw); in path_rec_completion() [all …]
|
D | ipoib_cm.c | 1074 struct sa_path_rec *pathrec) in ipoib_cm_send_req() argument 1083 req.primary_path = pathrec; in ipoib_cm_send_req() 1134 struct sa_path_rec *pathrec) in ipoib_cm_tx_init() argument 1169 ret = ipoib_cm_send_req(p->dev, p->id, p->qp, qpn, pathrec); in ipoib_cm_tx_init() 1176 p->qp->qp_num, pathrec->dgid.raw, qpn); in ipoib_cm_tx_init() 1340 struct sa_path_rec pathrec; in ipoib_cm_tx_start() local 1363 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec); in ipoib_cm_tx_start() 1368 ret = ipoib_cm_tx_init(p, qpn, &pathrec); in ipoib_cm_tx_start()
|
D | ipoib.h | 428 struct sa_path_rec pathrec; member
|
/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 650 struct sa_path_rec *pathrec, in srp_path_rec_completion() argument 661 ch->path = *pathrec; in srp_path_rec_completion()
|