Searched refs:pathrec (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 346 ret = memcmp(gid, path->pathrec.dgid.raw, in __path_find() 372 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add() 416 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init() 441 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next() 473 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid() 474 path->pathrec.dgid.raw, ":"); in ipoib_mark_paths_invalid() 508 path_rec_completion(int status, struct sa_path_rec *pathrec, void *path_ptr) in path_rec_completion() argument 522 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion() 523 pathrec->dgid.raw, ":"); in path_rec_completion() 526 status, path->pathrec.dgid.raw, ":"); in path_rec_completion() [all …]
|
| H A D | ipoib_fs.c | 209 format_gid(&path.pathrec.dgid, gid_buf); in ipoib_path_seq_show() 214 gid_buf, sa_path_get_dlid(&path.pathrec) ? "yes" : "no"); in ipoib_path_seq_show() 216 if (sa_path_get_dlid(&path.pathrec)) { in ipoib_path_seq_show() 217 rate = ib_rate_to_mult(path.pathrec.rate) * 25; in ipoib_path_seq_show() 223 be32_to_cpu(sa_path_get_dlid(&path.pathrec)), in ipoib_path_seq_show() 224 path.pathrec.sl, in ipoib_path_seq_show()
|
| H A D | ipoib_cm.c | 941 struct sa_path_rec *pathrec) in ipoib_cm_send_req() argument 951 req.primary_path = pathrec; in ipoib_cm_send_req() 1001 struct sa_path_rec *pathrec) in ipoib_cm_tx_init() argument 1032 ret = ipoib_cm_send_req(p->priv, p->id, p->qp, qpn, pathrec); in ipoib_cm_tx_init() 1039 p->qp->qp_num, pathrec->dgid.raw, qpn); in ipoib_cm_tx_init() 1185 tx->path->pathrec.dgid.raw); in ipoib_cm_destroy_tx() 1199 struct sa_path_rec pathrec; in ipoib_cm_tx_start() local 1210 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec); in ipoib_cm_tx_start() 1214 ret = ipoib_cm_tx_init(p, qpn, &pathrec); in ipoib_cm_tx_start()
|
| H A D | ipoib.h | 420 struct sa_path_rec pathrec; member
|