Searched refs:grh (Results 1 - 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/net/infiniband/
H A Dib_packet.c50 struct ib_global_route_header *grh; local
73 grh = ( av->gid_present ?
74 iob_push ( iobuf, sizeof ( *grh ) ) : NULL );
81 lnh = ( grh ? IB_LNH_GRH : IB_LNH_BTH );
88 if ( grh ) {
89 grh->ipver__tclass__flowlabel =
91 grh->paylen = htons ( grh_len );
92 grh->nxthdr = IB_GRH_NXTHDR_IBA;
93 grh->hoplmt = 0;
94 memcpy ( &grh
128 struct ib_global_route_header *grh; local
[all...]
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_rxe.h58 struct rxe_global_route grh; member in struct:rxe_av
H A Dib_user_verbs.h498 struct ib_uverbs_global_route grh; member in struct:ib_uverbs_ah_attr
/external/syslinux/gpxe/src/include/gpxe/
H A Dib_packet.h126 struct ib_global_route_header grh; member in struct:ib_headers::__anon25096
/external/tensorflow/tensorflow/contrib/verbs/
H A Drdma.cc722 attr.ah_attr.grh.dgid.global.subnet_prefix = remoteAddr.snp;
723 attr.ah_attr.grh.dgid.global.interface_id = remoteAddr.iid;
724 attr.ah_attr.grh.flow_label = 0;
725 attr.ah_attr.grh.hop_limit = 255;
730 attr.ah_attr.grh.sgid_index = adapter_->params_.sgid_index;
731 attr.ah_attr.grh.traffic_class = adapter_->params_.traffic_class;
/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.c1163 struct ib_global_route_header *grh; local
1235 assert ( iob_len ( iobuf ) >= sizeof ( *grh ) );
1236 grh = iobuf->data;
1237 iob_pull ( iobuf, sizeof ( *grh ) );
1244 memcpy ( &av.gid, &grh->sgid, sizeof ( av.gid ) );
H A Dhermon.c1430 struct ib_global_route_header *grh; local
1486 assert ( iob_len ( iobuf ) >= sizeof ( *grh ) );
1487 grh = iobuf->data;
1488 iob_pull ( iobuf, sizeof ( *grh ) );
1496 memcpy ( &av->gid, &grh->sgid, sizeof ( av->gid ) );
H A DMT25218_PRM.h1862 pseudo_bit_t grh[10][0x00020]; /* The GRH field of the MAD packet that was scattered to the first 40 bytes pointed to by the scatter list. member in struct:arbelprm_mad_ifc_st
H A DMT25408_PRM.h1749 pseudo_bit_t grh[10][0x00020]; /* The GRH field of the MAD packet that was scattered to the first 40 bytes pointed to by the scatter list. member in struct:hermonprm_mad_ifc_st

Completed in 627 milliseconds