summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband/hermon.h
diff options
context:
space:
mode:
authorMichael Brown2008-04-22 02:37:00 +0200
committerMichael Brown2008-04-22 02:37:00 +0200
commitc9fb012d4fdbd397cef65a8dbf5bb9759228588a (patch)
tree108011c1902f4a2370c882ac770be7a085f745c4 /src/drivers/infiniband/hermon.h
parent[Infiniband] Move event-queue process from driver to Infiniband core (diff)
downloadipxe-c9fb012d4fdbd397cef65a8dbf5bb9759228588a.tar.gz
ipxe-c9fb012d4fdbd397cef65a8dbf5bb9759228588a.tar.xz
ipxe-c9fb012d4fdbd397cef65a8dbf5bb9759228588a.zip
[Infiniband] Add multiport support for Arbel cards
Diffstat (limited to 'src/drivers/infiniband/hermon.h')
-rw-r--r--src/drivers/infiniband/hermon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/drivers/infiniband/hermon.h b/src/drivers/infiniband/hermon.h
index 1ae27780..ed39da69 100644
--- a/src/drivers/infiniband/hermon.h
+++ b/src/drivers/infiniband/hermon.h
@@ -456,15 +456,14 @@ struct hermon {
/** ICM area */
userptr_t icm;
+ /** Event queue */
+ struct hermon_event_queue eq;
/** Reserved LKey
*
* Used to get unrestricted memory access.
*/
unsigned long reserved_lkey;
- /** Event queue */
- struct hermon_event_queue eq;
-
/** Completion queue in-use bitmask */
hermon_bitmask_t cq_inuse[ HERMON_BITMASK_SIZE ( HERMON_MAX_CQS ) ];
/** Queue pair in-use bitmask */