diff options
| author | Michael Brown | 2009-11-14 04:40:29 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-11-16 23:14:12 +0100 |
| commit | bbc530c0dde2385d85631cdc9ac82ebd0bdea763 (patch) | |
| tree | 5773cce038a53d58c7b3c40f649acd686ff0d1fe /src/include/gpxe | |
| parent | [infiniband] Include hostname in node description, if available (diff) | |
| download | ipxe-bbc530c0dde2385d85631cdc9ac82ebd0bdea763.tar.gz ipxe-bbc530c0dde2385d85631cdc9ac82ebd0bdea763.tar.xz ipxe-bbc530c0dde2385d85631cdc9ac82ebd0bdea763.zip | |
[infiniband] Report IB link status as IPoIB netdevice status
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/infiniband.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index 69bc69b5d..fd2a433d6 100644 --- a/src/include/gpxe/infiniband.h +++ b/src/include/gpxe/infiniband.h @@ -463,6 +463,7 @@ extern void ib_refill_recv ( struct ib_device *ibdev, struct ib_queue_pair *qp ); extern int ib_open ( struct ib_device *ibdev ); extern void ib_close ( struct ib_device *ibdev ); +extern int ib_link_rc ( struct ib_device *ibdev ); extern int ib_mcast_attach ( struct ib_device *ibdev, struct ib_queue_pair *qp, struct ib_gid *gid ); extern void ib_mcast_detach ( struct ib_device *ibdev, |
