Searched refs:pathrec (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c209 format_gid(&path.pathrec.dgid, gid_buf);
214 gid_buf, path.pathrec.dlid ? "yes" : "no");
216 if (path.pathrec.dlid) {
217 rate = ib_rate_to_mult(path.pathrec.rate) * 25;
223 be16_to_cpu(path.pathrec.dlid),
224 path.pathrec.sl,
H A Dipoib_main.c386 ret = memcmp(gid, path->pathrec.dgid.raw,
412 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,
456 memset(iter->path.pathrec.dgid.raw, 0, 16);
481 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw,
513 be16_to_cpu(path->pathrec.dlid),
514 path->pathrec.dgid.raw, ":");
548 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) argument
561 be16_to_cpu(pathrec
[all...]
H A Dipoib_cm.c938 struct ib_sa_path_rec *pathrec)
948 req.primary_path = pathrec;
998 struct ib_sa_path_rec *pathrec)
1031 ret = ipoib_cm_send_req(p->priv, p->id, p->qp, qpn, pathrec);
1038 p->qp->qp_num, pathrec->dgid.raw, qpn);
1184 tx->path->pathrec.dgid.raw);
1198 struct ib_sa_path_rec pathrec; local
1209 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec);
935 ipoib_cm_send_req(struct ipoib_dev_priv *priv, struct ib_cm_id *id, struct ib_qp *qp, u32 qpn, struct ib_sa_path_rec *pathrec) argument
997 ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn, struct ib_sa_path_rec *pathrec) argument
[all...]
H A Dipoib.h420 struct ib_sa_path_rec pathrec; member in struct:ipoib_path

Completed in 83 milliseconds