• Home
  • Raw
  • Download

Lines Matching refs:pathrec

571 		ret = memcmp(gid, path->pathrec.dgid.raw,  in __path_find()
597 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()
625 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_free()
644 memset(iter->path.pathrec.dgid.raw, 0, 16); in ipoib_path_iter_init()
668 if (memcmp(iter->path.pathrec.dgid.raw, path->pathrec.dgid.raw, in ipoib_path_iter_next()
700 be32_to_cpu(sa_path_get_dlid(&path->pathrec)), in ipoib_mark_paths_invalid()
701 path->pathrec.dgid.raw); in ipoib_mark_paths_invalid()
747 struct sa_path_rec *pathrec, in path_rec_completion() argument
762 be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
763 pathrec->dgid.raw); in path_rec_completion()
766 status, path->pathrec.dgid.raw); in path_rec_completion()
773 if (!ib_init_ah_from_path(priv->ca, priv->port, pathrec, &av)) in path_rec_completion()
785 if (memcmp(pathrec->dgid.raw, path->pathrec.dgid.raw, in path_rec_completion()
790 dev->name, pathrec->dgid.raw, in path_rec_completion()
791 path->pathrec.dgid.raw); in path_rec_completion()
792 memcpy(pathrec->dgid.raw, path->pathrec.dgid.raw, in path_rec_completion()
796 path->pathrec = *pathrec; in path_rec_completion()
802 ah, be32_to_cpu(sa_path_get_dlid(pathrec)), in path_rec_completion()
803 pathrec->sl); in path_rec_completion()
846 ipoib_del_neighs_by_gid(dev, path->pathrec.dgid.raw); in path_rec_completion()
880 path->pathrec.rec_type = SA_PATH_REC_TYPE_OPA; in path_rec_create()
882 path->pathrec.rec_type = SA_PATH_REC_TYPE_IB; in path_rec_create()
883 memcpy(path->pathrec.dgid.raw, gid, sizeof (union ib_gid)); in path_rec_create()
884 path->pathrec.sgid = priv->local_gid; in path_rec_create()
885 path->pathrec.pkey = cpu_to_be16(priv->pkey); in path_rec_create()
886 path->pathrec.numb_path = 1; in path_rec_create()
887 path->pathrec.traffic_class = priv->broadcast->mcmember.traffic_class; in path_rec_create()
898 path->pathrec.dgid.raw); in path_rec_start()
904 &path->pathrec, in path_rec_start()
1061 be32_to_cpu(sa_path_get_dlid(&path->pathrec))); in unicast_arp_send()