diff options
| author | Michael Brown | 2007-09-18 04:58:59 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-09-18 04:58:59 +0200 |
| commit | 57bf8d9905baead5485055b0d3717b9a252c8feb (patch) | |
| tree | 66725f7a8c70e917e0401391894bd767c6aa5e73 /src/drivers/net/mlx_ipoib/arbel.h | |
| parent | ICM allocation code in place; about to start test-and-compare runs. (diff) | |
| download | ipxe-57bf8d9905baead5485055b0d3717b9a252c8feb.tar.gz ipxe-57bf8d9905baead5485055b0d3717b9a252c8feb.tar.xz ipxe-57bf8d9905baead5485055b0d3717b9a252c8feb.zip | |
Seems to get through the ICM mapping process
Diffstat (limited to 'src/drivers/net/mlx_ipoib/arbel.h')
| -rw-r--r-- | src/drivers/net/mlx_ipoib/arbel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/net/mlx_ipoib/arbel.h b/src/drivers/net/mlx_ipoib/arbel.h index 79e19a91c..243aaa47d 100644 --- a/src/drivers/net/mlx_ipoib/arbel.h +++ b/src/drivers/net/mlx_ipoib/arbel.h @@ -50,6 +50,8 @@ #define ARBEL_HCR_WRITE_MGM 0x0026 #define ARBEL_HCR_MGID_HASH 0x0027 #define ARBEL_HCR_RUN_FW 0x0ff6 +#define ARBEL_HCR_DISABLE_LAM 0x0ff7 +#define ARBEL_HCR_ENABLE_LAM 0x0ff8 #define ARBEL_HCR_UNMAP_ICM 0x0ff9 #define ARBEL_HCR_MAP_ICM 0x0ffa #define ARBEL_HCR_UNMAP_ICM_AUX 0x0ffb @@ -88,6 +90,7 @@ struct arbelprm_scalar_parameter_st { * */ +struct MLX_DECLARE_STRUCT ( arbelprm_access_lam ); struct MLX_DECLARE_STRUCT ( arbelprm_completion_queue_context ); struct MLX_DECLARE_STRUCT ( arbelprm_completion_queue_entry ); struct MLX_DECLARE_STRUCT ( arbelprm_completion_with_error ); |
