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

/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1035 struct ib_sa_path_rec *pathrec)
1044 req.primary_path = pathrec;
1095 struct ib_sa_path_rec *pathrec)
1127 ret = ipoib_cm_send_req(p->dev, p->id, p->qp, qpn, pathrec);
1134 p->qp->qp_num, pathrec->dgid.raw, qpn);
1297 struct ib_sa_path_rec pathrec; local
1308 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec);
1313 ret = ipoib_cm_tx_init(p, qpn, &pathrec);
1032 ipoib_cm_send_req(struct net_device *dev, struct ib_cm_id *id, struct ib_qp *qp, u32 qpn, struct ib_sa_path_rec *pathrec) argument
1094 ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn, struct ib_sa_path_rec *pathrec) argument
[all...]
H A Dipoib_main.c221 ret = memcmp(gid, path->pathrec.dgid.raw,
247 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,
309 memset(iter->path.pathrec.dgid.raw, 0, 16);
333 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw,
365 be16_to_cpu(path->pathrec.dlid),
366 path->pathrec.dgid.raw);
404 struct ib_sa_path_rec *pathrec,
419 be16_to_cpu(pathrec
403 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) argument
[all...]
H A Dipoib.h360 struct ib_sa_path_rec pathrec; member in struct:ipoib_path
/drivers/infiniband/ulp/srp/
H A Dib_srp.c297 struct ib_sa_path_rec *pathrec,
307 target->path = *pathrec;
296 srp_path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *target_ptr) argument

Completed in 260 milliseconds