You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ib_service.h 418B

1234567891011121314151617181920
  1. #ifndef _IPXE_IB_SERVICE_H
  2. #define _IPXE_IB_SERVICE_H
  3. /** @file
  4. *
  5. * Infiniband service records
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. #include <ipxe/infiniband.h>
  10. #include <ipxe/ib_mi.h>
  11. extern struct ib_mad_transaction *
  12. ib_create_service_madx ( struct ib_device *ibdev,
  13. struct ib_mad_interface *mi, const char *name,
  14. struct ib_mad_transaction_operations *op );
  15. #endif /* _IPXE_IB_SERVICE_H */