Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ib_sma.h 394B

1234567891011121314151617181920
  1. #ifndef _GPXE_IB_SMA_H
  2. #define _GPXE_IB_SMA_H
  3. /** @file
  4. *
  5. * Infiniband subnet management agent
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER );
  9. struct ib_device;
  10. struct ib_mad_interface;
  11. extern int ib_create_sma ( struct ib_device *ibdev,
  12. struct ib_mad_interface *mi );
  13. extern void ib_destroy_sma ( struct ib_device *ibdev,
  14. struct ib_mad_interface *mi );
  15. #endif /* _GPXE_IB_SMA_H */