Home | History | Annotate | Download | only in infiniband

Lines Matching defs:dgid

52 	struct ib_gid *dgid = &path->av.gid;
60 "failed: %s\n", ibdev, htonl ( dgid->u.dwords[0] ),
61 htonl ( dgid->u.dwords[1] ),
62 htonl ( dgid->u.dwords[2] ),
63 htonl ( dgid->u.dwords[3] ), strerror ( rc ) );
72 "rate %d\n", ibdev, htonl ( dgid->u.dwords[0] ),
73 htonl ( dgid->u.dwords[1] ), htonl ( dgid->u.dwords[2] ),
74 htonl ( dgid->u.dwords[3] ), path->av.lid, path->av.sl,
122 memcpy ( &sa->sa_data.path_record.dgid, &path->av.gid,
123 sizeof ( sa->sa_data.path_record.dgid ) );
178 * @v dgid Destination GID
182 ib_find_path_cache_entry ( struct ib_device *ibdev, struct ib_gid *dgid ) {
192 if ( memcmp ( &cached->path->av.gid, dgid,