diff options
| author | Dean Luick <dean.luick@intel.com> | 2015-11-16 21:59:35 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-21 16:45:38 -0500 |
| commit | cd371e0959a3f2d5df69d50000750f7eefc94659 (patch) | |
| tree | 61d2494139a11d7ab753d04df35ff11f5188556a /include/uapi/rdma | |
| parent | 5d9157aafb16bed45e3bf167baa16f1fbe1090cd (diff) | |
staging/rdma/hfi1: Adjust EPROM partitions, add EPROM commands
Add a new EPROM partition, adjusting partition placement.
Add EPROM range commands as a supserset of the partition
commands. Remove old partition commands.
Enhance EPROM erase, creating a range function and using the
largest erase (sub) commands when possible.
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/rdma')
| -rw-r--r-- | include/uapi/rdma/hfi/hfi1_user.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/uapi/rdma/hfi/hfi1_user.h b/include/uapi/rdma/hfi/hfi1_user.h index a2fc6cbfe414..288694e422fb 100644 --- a/include/uapi/rdma/hfi/hfi1_user.h +++ b/include/uapi/rdma/hfi/hfi1_user.h | |||
| @@ -137,12 +137,10 @@ | |||
| 137 | /* separate EPROM commands from normal PSM commands */ | 137 | /* separate EPROM commands from normal PSM commands */ |
| 138 | #define HFI1_CMD_EP_INFO 64 /* read EPROM device ID */ | 138 | #define HFI1_CMD_EP_INFO 64 /* read EPROM device ID */ |
| 139 | #define HFI1_CMD_EP_ERASE_CHIP 65 /* erase whole EPROM */ | 139 | #define HFI1_CMD_EP_ERASE_CHIP 65 /* erase whole EPROM */ |
| 140 | #define HFI1_CMD_EP_ERASE_P0 66 /* erase EPROM partition 0 */ | 140 | /* range 66-74 no longer used */ |
| 141 | #define HFI1_CMD_EP_ERASE_P1 67 /* erase EPROM partition 1 */ | 141 | #define HFI1_CMD_EP_ERASE_RANGE 75 /* erase EPROM range */ |
| 142 | #define HFI1_CMD_EP_READ_P0 68 /* read EPROM partition 0 */ | 142 | #define HFI1_CMD_EP_READ_RANGE 76 /* read EPROM range */ |
| 143 | #define HFI1_CMD_EP_READ_P1 69 /* read EPROM partition 1 */ | 143 | #define HFI1_CMD_EP_WRITE_RANGE 77 /* write EPROM range */ |
| 144 | #define HFI1_CMD_EP_WRITE_P0 70 /* write EPROM partition 0 */ | ||
| 145 | #define HFI1_CMD_EP_WRITE_P1 71 /* write EPROM partition 1 */ | ||
| 146 | 144 | ||
| 147 | #define _HFI1_EVENT_FROZEN_BIT 0 | 145 | #define _HFI1_EVENT_FROZEN_BIT 0 |
| 148 | #define _HFI1_EVENT_LINKDOWN_BIT 1 | 146 | #define _HFI1_EVENT_LINKDOWN_BIT 1 |
