Home
last modified time | relevance | path

Searched refs:path_record (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/infiniband/
Dib_pathrec.c53 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()
/external/syslinux/gpxe/src/include/gpxe/
Dib_mad.h278 struct ib_path_record path_record; member