Searched refs:vendor_mad (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/util/
H A Dmadeye.c468 struct ib_vendor_mad *vendor_mad; local
499 vendor_mad = (struct ib_vendor_mad *)
502 vendor_mad->oui[0],
503 vendor_mad->oui[1],
504 vendor_mad->oui[2]);
505 mad_data = vendor_mad->data;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_mad.c1741 const struct ib_vendor_mad *vendor_mad; local
1773 vendor_mad = (const struct ib_vendor_mad *)mad_hdr;
1774 index = find_vendor_oui(vendor_class, vendor_mad->oui);

Completed in 109 milliseconds