commit | ec86f14ea5064e36ee111297bdb376dda4cba264 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Sat Mar 31 13:54:21 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 31 23:24:20 2018 -0400 |
tree | 36c5c4d46beff5912a23f55b65bdb5cafc95f7f1 | |
parent | fbcfc8e4674156cb7eb3d8054bd4332142d2cc58 [diff] |
bnxt_en: Add ULP calls to stop and restart IRQs. When the driver needs to re-initailize the IRQ vectors, we make the new ulp_irq_stop() call to tell the RDMA driver to disable and free the IRQ vectors. After IRQ vectors have been re-initailized, we make the ulp_irq_restart() call to tell the RDMA driver that IRQs can be restarted. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>