aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband/hermon.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2010-09-11 13:48:33 +0100
committerMichael Brown <mcb30@ipxe.org>2010-09-12 22:35:13 +0100
commit42f451e070cd9ccf5a70e3c7ee6b8cb95215f376 (patch)
treed2f9d78f64b62c2d0c2a600036614aabae7ee91c /src/drivers/infiniband/hermon.h
parentef8452a64222fb65c7b778736dbd50654e0188a4 (diff)
downloadipxe-42f451e070cd9ccf5a70e3c7ee6b8cb95215f376.tar.gz
[hermon] Improve debugging output and facilities
Improve the utility of debugging messages by including the relevant port number, queue number (QPN, CQN, EQN), work queue entry (WQE) number, and physical addresses wherever applicable. Add hermon_dump_cqctx() for dumping a completion queue context, and hermon_fill_nop_send_wqe() for inserting NOPs into send work queues. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/infiniband/hermon.h')
-rw-r--r--src/drivers/infiniband/hermon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/hermon.h b/src/drivers/infiniband/hermon.h
index d63ceaca0..84b08a037 100644
--- a/src/drivers/infiniband/hermon.h
+++ b/src/drivers/infiniband/hermon.h
@@ -55,6 +55,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define HERMON_HCR_QUERY_EQ 0x0015
#define HERMON_HCR_SW2HW_CQ 0x0016
#define HERMON_HCR_HW2SW_CQ 0x0017
+#define HERMON_HCR_QUERY_CQ 0x0018
#define HERMON_HCR_RST2INIT_QP 0x0019
#define HERMON_HCR_INIT2RTR_QP 0x001a
#define HERMON_HCR_RTR2RTS_QP 0x001b