bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.
authorMichael Chan <michael.chan@broadcom.com>
Mon, 4 May 2020 08:50:36 +0000 (04:50 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2020 17:44:11 +0000 (10:44 -0700)
commite93b30d56fc0670e508456afc59f16d70fe1f83f
tree243a2e477935fff59bf7d46bab54bb15d0e1509d
parentebdf73dc595b6711dbfaf3007d513909bd814940
bnxt_en: Set the db_offset on 57500 chips for the RDMA MSIX entries.

The driver provides completion ring or NQ doorbell offset for each
MSIX entry requested by the RDMA driver.  The NQ offset on 57500
chips is different than legacy chips.  Set it correctly based on
chip type for correctness.  The RDMA driver is ignoring this field
for the 57500 chips so it is not causing any problem.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c