Lines Matching refs:pathrec

211 		ret = memcmp(gid, path->pathrec.dgid.raw,  in __path_find()
237 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()
299 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init()
323 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next()
355 be16_to_cpu(path->pathrec.dlid), in ipoib_mark_paths_invalid()
356 path->pathrec.dgid.raw); in ipoib_mark_paths_invalid()
394 struct ib_sa_path_rec *pathrec, in path_rec_completion() argument
409 be16_to_cpu(pathrec->dlid), pathrec->dgid.raw); in path_rec_completion()
412 status, path->pathrec.dgid.raw); in path_rec_completion()
419 if (!ib_init_ah_from_path(priv->ca, priv->port, pathrec, &av)) in path_rec_completion()
426 path->pathrec = *pathrec; in path_rec_completion()
432 ah, be16_to_cpu(pathrec->dlid), pathrec->sl); in path_rec_completion()
451 memcpy(&neigh->dgid.raw, &path->pathrec.dgid.raw, in path_rec_completion()
508 memcpy(path->pathrec.dgid.raw, gid, sizeof (union ib_gid)); in path_rec_create()
509 path->pathrec.sgid = priv->local_gid; in path_rec_create()
510 path->pathrec.pkey = cpu_to_be16(priv->pkey); in path_rec_create()
511 path->pathrec.numb_path = 1; in path_rec_create()
512 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; in path_rec_create()
523 path->pathrec.dgid.raw); in path_rec_start()
529 &path->pathrec, in path_rec_start()
578 memcpy(&neigh->dgid.raw, &path->pathrec.dgid.raw, in neigh_add_path()
683 be16_to_cpu(path->pathrec.dlid)); in unicast_arp_send()