Searched defs:lrh (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_packet.c49 struct ib_local_route_header *lrh; local
75 lrh = iob_push ( iobuf, sizeof ( *lrh ) );
80 lrh->vl__lver = ( vl << 4 );
82 lrh->sl__lnh = ( ( av->sl << 4 ) | lnh );
83 lrh->dlid = htons ( av->lid );
84 lrh->length = htons ( lrh_len >> 2 );
85 lrh->slid = htons ( ibdev->lid );
127 struct ib_local_route_header *lrh; local
145 if ( iob_len ( iobuf ) < sizeof ( *lrh ) ) {
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_packet.h136 struct ib_local_route_header lrh; member in union:ib_headers
138 struct ib_local_route_header lrh; member in struct:ib_headers::__anon15734
144 struct ib_local_route_header lrh; member in struct:ib_headers::__anon15735

Completed in 66 milliseconds