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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c206 format_gid(&path.pathrec.dgid, gid_buf);
211 gid_buf, path.pathrec.dlid ? "yes" : "no");
213 if (path.pathrec.dlid) {
214 rate = ib_rate_to_mult(path.pathrec.rate) * 25;
220 be16_to_cpu(path.pathrec.dlid),
221 path.pathrec.sl,
H A Dipoib_main.c325 ret = memcmp(gid, path->pathrec.dgid.raw,
351 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,
395 memset(iter->path.pathrec.dgid.raw, 0, 16);
420 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw,
452 be16_to_cpu(path->pathrec.dlid),
453 path->pathrec.dgid.raw, ":");
487 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) argument
500 be16_to_cpu(pathrec
[all...]
H A Dipoib_cm.c929 struct ib_sa_path_rec *pathrec)
939 req.primary_path = pathrec;
989 struct ib_sa_path_rec *pathrec)
1022 ret = ipoib_cm_send_req(p->priv, p->id, p->qp, qpn, pathrec);
1029 p->qp->qp_num, pathrec->dgid.raw, qpn);
1175 tx->path->pathrec.dgid.raw);
1189 struct ib_sa_path_rec pathrec; local
1200 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec);
926 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
988 ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn, struct ib_sa_path_rec *pathrec) argument
[all...]
H A Dipoib.h412 struct ib_sa_path_rec pathrec; member in struct:ipoib_path

Completed in 50 milliseconds