Searched defs:pathrec (Results 1 - 4 of 4) sorted by relevance
/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 1052 struct ib_sa_path_rec *pathrec) 1061 req.primary_path = pathrec; 1112 struct ib_sa_path_rec *pathrec) 1146 ret = ipoib_cm_send_req(p->dev, p->id, p->qp, qpn, pathrec); 1153 p->qp->qp_num, pathrec->dgid.raw, qpn); 1316 struct ib_sa_path_rec pathrec; local 1327 memcpy(&pathrec, &p->path->pathrec, sizeof pathrec); 1332 ret = ipoib_cm_tx_init(p, qpn, &pathrec); 1049 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 1111 ipoib_cm_tx_init(struct ipoib_cm_tx *p, u32 qpn, struct ib_sa_path_rec *pathrec) argument [all...] |
H A D | ipoib_main.c | 266 ret = memcmp(gid, path->pathrec.dgid.raw, 292 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, 320 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); 339 memset(iter->path.pathrec.dgid.raw, 0, 16); 363 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, 395 be16_to_cpu(path->pathrec.dlid), 396 path->pathrec.dgid.raw); 434 struct ib_sa_path_rec *pathrec, 433 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) argument [all...] |
H A D | ipoib.h | 394 struct ib_sa_path_rec pathrec; member in struct:ipoib_path
|
/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 587 struct ib_sa_path_rec *pathrec, 597 target->path = *pathrec; 586 srp_path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *target_ptr) argument
|
Completed in 221 milliseconds