diff options
| author | Michael Brown | 2010-09-17 04:30:28 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-17 06:45:40 +0200 |
| commit | 767e27e06b9828bb2da41e316b01aa4b0ab6ebec (patch) | |
| tree | b8f6e6f0360f18104b2b7a48f4ffd096b9f69967 /src/drivers/infiniband/arbel.h | |
| parent | [arbel] Randomise the high-order bits of queue pair numbers (diff) | |
| download | ipxe-767e27e06b9828bb2da41e316b01aa4b0ab6ebec.tar.gz ipxe-767e27e06b9828bb2da41e316b01aa4b0ab6ebec.tar.xz ipxe-767e27e06b9828bb2da41e316b01aa4b0ab6ebec.zip | |
[arbel] 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 arbel_dump_cqctx() for dumping a completion queue context and
arbel_dump_qpctx() for dumping a queue pair context.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/infiniband/arbel.h')
| -rw-r--r-- | src/drivers/infiniband/arbel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/infiniband/arbel.h b/src/drivers/infiniband/arbel.h index 967707f62..3fea17a5f 100644 --- a/src/drivers/infiniband/arbel.h +++ b/src/drivers/infiniband/arbel.h @@ -57,11 +57,13 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ARBEL_HCR_HW2SW_EQ 0x0014 #define ARBEL_HCR_SW2HW_CQ 0x0016 #define ARBEL_HCR_HW2SW_CQ 0x0017 +#define ARBEL_HCR_QUERY_CQ 0x0018 #define ARBEL_HCR_RST2INIT_QPEE 0x0019 #define ARBEL_HCR_INIT2RTR_QPEE 0x001a #define ARBEL_HCR_RTR2RTS_QPEE 0x001b #define ARBEL_HCR_RTS2RTS_QPEE 0x001c #define ARBEL_HCR_2RST_QPEE 0x0021 +#define ARBEL_HCR_QUERY_QPEE 0x0022 #define ARBEL_HCR_CONF_SPECIAL_QP 0x0023 #define ARBEL_HCR_MAD_IFC 0x0024 #define ARBEL_HCR_READ_MGM 0x0025 |
