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

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mi.c195 struct ib_mad_smp *smp = &mad->smp; local
199 smp->mad_hdr.status |= htons ( IB_SMP_STATUS_D_INBOUND );
200 hop_pointer = smp->mad_hdr.class_specific.smp.hop_pointer;
201 hop_count = smp->mad_hdr.class_specific.smp.hop_count;
203 if ( hop_pointer < ( sizeof ( smp->return_path.hops ) /
204 sizeof ( smp->return_path.hops[0] ) ) ) {
205 smp
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_mad.h504 struct ib_smp_class_specific smp; member in union:ib_mad_class_specific
585 struct ib_mad_smp smp; member in union:ib_mad

Completed in 65 milliseconds