Searched refs:path_record (Results 1 – 2 of 2) sorted by relevance
53 struct ib_path_record *pathrec = &mad->sa.sa_data.path_record; in ib_path_complete()122 memcpy ( &sa->sa_data.path_record.dgid, &path->av.gid, in ib_create_path()123 sizeof ( sa->sa_data.path_record.dgid ) ); in ib_create_path()124 memcpy ( &sa->sa_data.path_record.sgid, &ibdev->gid, in ib_create_path()125 sizeof ( sa->sa_data.path_record.sgid ) ); in ib_create_path()
278 struct ib_path_record path_record; member