Lines Matching refs:pathrec
494 ret = memcmp(gid, path->pathrec.dgid.raw, in __path_find()
520 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()
548 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_free()
567 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init()
591 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next()
623 be16_to_cpu(path->pathrec.dlid), in ipoib_mark_paths_invalid()
624 path->pathrec.dgid.raw); in ipoib_mark_paths_invalid()
662 struct ib_sa_path_rec *pathrec, in path_rec_completion() argument
677 be16_to_cpu(pathrec->dlid), pathrec->dgid.raw); in path_rec_completion()
680 status, path->pathrec.dgid.raw); in path_rec_completion()
687 if (!ib_init_ah_from_path(priv->ca, priv->port, pathrec, &av)) in path_rec_completion()
694 path->pathrec = *pathrec; in path_rec_completion()
700 ah, be16_to_cpu(pathrec->dlid), pathrec->sl); in path_rec_completion()
743 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_rec_completion()
774 memcpy(path->pathrec.dgid.raw, gid, sizeof (union ib_gid)); in path_rec_create()
775 path->pathrec.sgid = priv->local_gid; in path_rec_create()
776 path->pathrec.pkey = cpu_to_be16(priv->pkey); in path_rec_create()
777 path->pathrec.numb_path = 1; in path_rec_create()
778 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; in path_rec_create()
789 path->pathrec.dgid.raw); in path_rec_start()
795 &path->pathrec, in path_rec_start()
934 be16_to_cpu(path->pathrec.dlid)); in unicast_arp_send()