Searched refs:pathrec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 209 format_gid(&path.pathrec.dgid, gid_buf); in ipoib_path_seq_show() 214 gid_buf, path.pathrec.dlid ? "yes" : "no"); in ipoib_path_seq_show() 216 if (path.pathrec.dlid) { in ipoib_path_seq_show() 217 rate = ib_rate_to_mult(path.pathrec.rate) * 25; in ipoib_path_seq_show() 223 be16_to_cpu(path.pathrec.dlid), in ipoib_path_seq_show() 224 path.pathrec.sl, in ipoib_path_seq_show()
|
| H A D | ipoib_main.c | 372 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add() 441 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next() 473 be16_to_cpu(path->pathrec.dlid), in ipoib_mark_paths_invalid() 474 path->pathrec.dgid.raw, ":"); in ipoib_mark_paths_invalid() 522 be16_to_cpu(pathrec->dlid), pathrec->dgid.raw, ":"); in path_rec_completion() 525 status, path->pathrec.dgid.raw, ":"); in path_rec_completion() 539 path->pathrec = *pathrec; in path_rec_completion() 545 ah, be16_to_cpu(pathrec->dlid), pathrec->sl); in path_rec_completion() 603 path->pathrec.sgid = priv->local_gid; in path_rec_create() 605 path->pathrec.numb_path = 1; in path_rec_create() [all …]
|
| H A D | ipoib_cm.c | 945 struct ib_sa_path_rec *pathrec) in ipoib_cm_send_req() argument 955 req.primary_path = pathrec; in ipoib_cm_send_req() 1005 struct ib_sa_path_rec *pathrec) in ipoib_cm_tx_init() argument 1038 ret = ipoib_cm_send_req(p->priv, p->id, p->qp, qpn, pathrec); in ipoib_cm_tx_init() 1045 p->qp->qp_num, pathrec->dgid.raw, qpn); in ipoib_cm_tx_init() 1191 tx->path->pathrec.dgid.raw); in ipoib_cm_destroy_tx() 1205 struct ib_sa_path_rec pathrec; in ipoib_cm_tx_start() local 1216 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec); in ipoib_cm_tx_start() 1220 ret = ipoib_cm_tx_init(p, qpn, &pathrec); in ipoib_cm_tx_start()
|
| H A D | ipoib.h | 420 struct ib_sa_path_rec pathrec; member
|