mpi3mr_fw.c (8e653455547a471d464cdcfe07f925903cb6f2dd) | mpi3mr_fw.c (e36710dc06e3994c9abe78b957a07cfd9243a674) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Driver for Broadcom MPI3 Storage Controllers 4 * 5 * Copyright (C) 2017-2021 Broadcom Inc. 6 * (mailto: mpi3mr-linuxdrv.pdl@broadcom.com) 7 * 8 */ --- 2714 unchanged lines hidden (view full) --- 2723 2724 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_ADDED); 2725 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_INFO_CHANGED); 2726 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_STATUS_CHANGE); 2727 mpi3mr_unmask_events(mrioc, MPI3_EVENT_ENCL_DEVICE_STATUS_CHANGE); 2728 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_TOPOLOGY_CHANGE_LIST); 2729 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_DISCOVERY); 2730 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_DEVICE_DISCOVERY_ERROR); | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Driver for Broadcom MPI3 Storage Controllers 4 * 5 * Copyright (C) 2017-2021 Broadcom Inc. 6 * (mailto: mpi3mr-linuxdrv.pdl@broadcom.com) 7 * 8 */ --- 2714 unchanged lines hidden (view full) --- 2723 2724 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_ADDED); 2725 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_INFO_CHANGED); 2726 mpi3mr_unmask_events(mrioc, MPI3_EVENT_DEVICE_STATUS_CHANGE); 2727 mpi3mr_unmask_events(mrioc, MPI3_EVENT_ENCL_DEVICE_STATUS_CHANGE); 2728 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_TOPOLOGY_CHANGE_LIST); 2729 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_DISCOVERY); 2730 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_DEVICE_DISCOVERY_ERROR); |
2731 mpi3mr_unmask_events(mrioc, MPI3_EVENT_SAS_BROADCAST_PRIMITIVE); |
|
2731 mpi3mr_unmask_events(mrioc, MPI3_EVENT_PCIE_TOPOLOGY_CHANGE_LIST); 2732 mpi3mr_unmask_events(mrioc, MPI3_EVENT_PCIE_ENUMERATION); | 2732 mpi3mr_unmask_events(mrioc, MPI3_EVENT_PCIE_TOPOLOGY_CHANGE_LIST); 2733 mpi3mr_unmask_events(mrioc, MPI3_EVENT_PCIE_ENUMERATION); |
2734 mpi3mr_unmask_events(mrioc, MPI3_EVENT_CABLE_MGMT); 2735 mpi3mr_unmask_events(mrioc, MPI3_EVENT_ENERGY_PACK_CHANGE); |
|
2733 2734 retval = mpi3mr_issue_event_notification(mrioc); 2735 if (retval) { 2736 ioc_err(mrioc, "Failed to issue event notification %d\n", 2737 retval); 2738 goto out_failed; 2739 } 2740 --- 227 unchanged lines hidden --- | 2736 2737 retval = mpi3mr_issue_event_notification(mrioc); 2738 if (retval) { 2739 ioc_err(mrioc, "Failed to issue event notification %d\n", 2740 retval); 2741 goto out_failed; 2742 } 2743 --- 227 unchanged lines hidden --- |