Searched refs:pathrec (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 187 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()
|
D | ipoib_main.c | 567 ret = memcmp(gid, path->pathrec.dgid.raw, in __path_find() 593 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add() 621 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_free() 640 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init() 664 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next() 696 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid() 697 path->pathrec.dgid.raw); in ipoib_mark_paths_invalid() 744 struct sa_path_rec *pathrec, in path_rec_completion() argument 759 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion() 760 pathrec->dgid.raw); in path_rec_completion() [all …]
|
D | ipoib_cm.c | 1085 struct sa_path_rec *pathrec) in ipoib_cm_send_req() argument 1094 req.primary_path = pathrec; in ipoib_cm_send_req() 1141 struct sa_path_rec *pathrec) in ipoib_cm_tx_init() argument 1176 ret = ipoib_cm_send_req(p->dev, p->id, p->qp, qpn, pathrec); in ipoib_cm_tx_init() 1183 p->qp->qp_num, pathrec->dgid.raw, qpn); in ipoib_cm_tx_init() 1348 struct sa_path_rec pathrec; in ipoib_cm_tx_start() local 1371 memcpy(&pathrec, &path->pathrec, sizeof(pathrec)); in ipoib_cm_tx_start() 1376 ret = ipoib_cm_tx_init(p, qpn, &pathrec); in ipoib_cm_tx_start()
|
D | ipoib.h | 431 struct sa_path_rec pathrec; member
|
/linux-6.1.9/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 701 struct sa_path_rec *pathrec, in srp_path_rec_completion() argument 712 ch->ib_cm.path = *pathrec; in srp_path_rec_completion()
|