diff options
| author | Tomer Tayar <[email protected]> | 2017-12-27 17:30:06 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-01-02 18:59:15 +0000 |
| commit | 21dd79e82f00b29eba665ed0c33fd5f2214e7f99 (patch) | |
| tree | 14b896d7ff9b8be31ffd20d47e18562bff5f67f5 /drivers/infiniband/hw/qedr/main.c | |
| parent | qed*: Refactoring and rearranging FW API with no functional impact (diff) | |
| download | kernel-21dd79e82f00b29eba665ed0c33fd5f2214e7f99.tar.gz kernel-21dd79e82f00b29eba665ed0c33fd5f2214e7f99.zip | |
qed*: HSI renaming for different types of HW
This patch renames defines and structures in the FW HSI files to allow a
distinction between different types of HW.
Signed-off-by: Ariel Elior <[email protected]>
Signed-off-by: Michal Kalderon <[email protected]>
Signed-off-by: Chad Dupuis <[email protected]>
Signed-off-by: Manish Rangankar <[email protected]>
Signed-off-by: Tomer Tayar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/infiniband/hw/qedr/main.c')
| -rw-r--r-- | drivers/infiniband/hw/qedr/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c index 50812b33291b..a9c3378bca38 100644 --- a/drivers/infiniband/hw/qedr/main.c +++ b/drivers/infiniband/hw/qedr/main.c @@ -264,7 +264,7 @@ static int qedr_register_device(struct qedr_dev *dev) static int qedr_alloc_mem_sb(struct qedr_dev *dev, struct qed_sb_info *sb_info, u16 sb_id) { - struct status_block *sb_virt; + struct status_block_e4 *sb_virt; dma_addr_t sb_phys; int rc; |
