|
iPXE
|
An Infiniband upper-layer driver. More...
#include <infiniband.h>
Data Fields | |
| const char * | name |
| Name. | |
| int(* | probe )(struct ib_device *ibdev) |
| Probe device. | |
| void(* | notify )(struct ib_device *ibdev) |
| Notify of device or link state change. | |
| void(* | remove )(struct ib_device *ibdev) |
| Remove device. | |
An Infiniband upper-layer driver.
Definition at line 472 of file infiniband.h.
| const char* ib_driver::name |
| int(* ib_driver::probe) (struct ib_device *ibdev) |
Probe device.
| ibdev | Infiniband device |
| rc | Return status code |
Definition at line 480 of file infiniband.h.
Referenced by register_ibdev().
| void(* ib_driver::notify) (struct ib_device *ibdev) |
Notify of device or link state change.
| ibdev | Infiniband device |
Definition at line 485 of file infiniband.h.
Referenced by ib_notify().
| void(* ib_driver::remove) (struct ib_device *ibdev) |
Remove device.
| ibdev | Infiniband device |
Definition at line 490 of file infiniband.h.
Referenced by register_ibdev(), and unregister_ibdev().