|
iPXE
|
Infiniband subnet management agent. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | ib_create_sma (struct ib_device *ibdev, struct ib_mad_interface *mi) |
| Create subnet management agent and interface. | |
| void | ib_destroy_sma (struct ib_device *ibdev, struct ib_mad_interface *mi) |
Infiniband subnet management agent.
Definition in file ib_sma.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
extern |
Create subnet management agent and interface.
| ibdev | Infiniband device |
| mi | Management interface |
| rc | Return status code |
Definition at line 358 of file ib_sma.c.
References DBGC, and ib_device::name.
Referenced by ib_open().
|
extern |