8abda4d28a
ata_port lifetime in libata follows the host. In libsas it follows the scsi_target. Once scsi_remove_device() has caused all commands to be completed it allows scsi_remove_target() to immediately proceed to freeing the ata_port causing bug reports like: [ 848.393333] BUG: spinlock bad magic on CPU#4, kworker/u:2/5107 [ 848.400262] general protection fault: 0000 [#1] SMP [ 848.406244] CPU 4 [ 848.408310] Modules linked in: nls_utf8 ipv6 uinput i2c_i801 i2c_core iTCO_wdt iTCO_vendor_support ioatdma dca sg sd_mod sr_mod cdrom ahci libahci isci libsas libata scsi_transport_sas [last unloaded: scsi_wait_scan] [ 848.432060] [ 848.434137] Pid: 5107, comm: kworker/u:2 Not tainted 3.2.0-isci+ #8 Intel Corporation S2600CP/S2600CP [ 848.445310] RIP: 0010:[<ffffffff8126a68c>] [<ffffffff8126a68c>] spin_dump+0x5e/0x8c [ 848.454787] RSP: 0018:ffff8807f868dca0 EFLAGS: 00010002 [ 848.461137] RAX: 0000000000000048 RBX: ffff8807fe86a630 RCX: ffffffff817d0be0 [ 848.469520] RDX: 0000000000000000 RSI: ffffffff814af1cf RDI: 0000000000000002 [ 848.477959] RBP: ffff8807f868dcb0 R08: 00000000ffffffff R09: 000000006b6b6b6b [ 848.486327] R10: 000000000003fb8c R11: ffffffff81a19448 R12: 6b6b6b6b6b6b6b6b [ 848.494699] R13: ffff8808027dc520 R14: 0000000000000000 R15: 000000000000001e [ 848.503067] FS: 0000000000000000(0000) GS:ffff88083fd00000(0000) knlGS:0000000000000000 [ 848.512899] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b [ 848.519710] CR2: 00007ff77d001000 CR3: 00000007f7a5d000 CR4: 00000000000406e0 [ 848.528072] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 848.536446] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 [ 848.544831] Process kworker/u:2 (pid: 5107, threadinfo ffff8807f868c000, task ffff8807ff348000) [ 848.555327] Stack: [ 848.557959] ffff8807fe86a630 ffff8807fe86a630 ffff8807f868dcd0 ffffffff8126a6e0 [ 848.567072] ffffffff817c142f ffff8807fe86a630 ffff8807f868dcf0 ffffffff8126a703 [ 848.576190] ffff8808027dc520 0000000000000286 ffff8807f868dd10 ffffffff814af1bb [ 848.585281] Call Trace: [ 848.588409] [<ffffffff8126a6e0>] spin_bug+0x26/0x28 [ 848.594357] [<ffffffff8126a703>] do_raw_spin_unlock+0x21/0x88 [ 848.601283] [<ffffffff814af1bb>] _raw_spin_unlock_irqrestore+0x2c/0x65 [ 848.609089] [<ffffffffa001c103>] ata_scsi_port_error_handler+0x548/0x557 [libata] [ 848.618331] [<ffffffff81061813>] ? async_schedule+0x17/0x17 [ 848.625060] [<ffffffffa004f30f>] async_sas_ata_eh+0x45/0x69 [libsas] [ 848.632655] [<ffffffff810618aa>] async_run_entry_fn+0x97/0x125 [ 848.639670] [<ffffffff81057439>] process_one_work+0x207/0x38d [ 848.646577] [<ffffffff8105738c>] ? process_one_work+0x15a/0x38d [ 848.653681] [<ffffffff810576f7>] worker_thread+0x138/0x21c [ 848.660305] [<ffffffff810575bf>] ? process_one_work+0x38d/0x38d [ 848.667493] [<ffffffff8105b098>] kthread+0x9d/0xa5 [ 848.673382] [<ffffffff8106e1bd>] ? trace_hardirqs_on_caller+0x12f/0x166 [ 848.681304] [<ffffffff814b7704>] kernel_thread_helper+0x4/0x10 [ 848.688324] [<ffffffff814af534>] ? retint_restore_args+0x13/0x13 [ 848.695530] [<ffffffff8105affb>] ? __init_kthread_worker+0x5b/0x5b [ 848.702929] [<ffffffff814b7700>] ? gs_change+0x13/0x13 [ 848.709155] Code: 00 00 48 8d 88 38 04 00 00 44 8b 80 84 02 00 00 31 c0 e8 cf 1b 24 00 41 83 c8 ff 44 8b 4b 08 48 c7 c1 e0 0b 7d 81 4d 85 e4 74 10 <45> 8b 84 24 84 02 00 00 49 8d 8c 24 38 04 00 00 8b 53 04 48 89 [ 848.732467] RIP [<ffffffff8126a68c>] spin_dump+0x5e/0x8c [ 848.738905] RSP <ffff8807f868dca0> [ 848.743743] ---[ end trace 143161646eee8caa ]--- ...so arrange for the ata_port to have the same end of life as the domain device. Reported-by: Marcin Tomczak <marcin.tomczak@intel.com> Acked-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
505 lines
13 KiB
C
505 lines
13 KiB
C
/*
|
|
* Serial Attached SCSI (SAS) Discover process
|
|
*
|
|
* Copyright (C) 2005 Adaptec, Inc. All rights reserved.
|
|
* Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
|
|
*
|
|
* This file is licensed under GPLv2.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation; either version 2 of the
|
|
* License, or (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*
|
|
*/
|
|
|
|
#include <linux/scatterlist.h>
|
|
#include <linux/slab.h>
|
|
#include <scsi/scsi_host.h>
|
|
#include <scsi/scsi_eh.h>
|
|
#include "sas_internal.h"
|
|
|
|
#include <scsi/scsi_transport.h>
|
|
#include <scsi/scsi_transport_sas.h>
|
|
#include <scsi/sas_ata.h>
|
|
#include "../scsi_sas_internal.h"
|
|
|
|
/* ---------- Basic task processing for discovery purposes ---------- */
|
|
|
|
void sas_init_dev(struct domain_device *dev)
|
|
{
|
|
switch (dev->dev_type) {
|
|
case SAS_END_DEV:
|
|
break;
|
|
case EDGE_DEV:
|
|
case FANOUT_DEV:
|
|
INIT_LIST_HEAD(&dev->ex_dev.children);
|
|
mutex_init(&dev->ex_dev.cmd_mutex);
|
|
break;
|
|
case SATA_DEV:
|
|
case SATA_PM:
|
|
case SATA_PM_PORT:
|
|
INIT_LIST_HEAD(&dev->sata_dev.children);
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* ---------- Domain device discovery ---------- */
|
|
|
|
/**
|
|
* sas_get_port_device -- Discover devices which caused port creation
|
|
* @port: pointer to struct sas_port of interest
|
|
*
|
|
* Devices directly attached to a HA port, have no parent. This is
|
|
* how we know they are (domain) "root" devices. All other devices
|
|
* do, and should have their "parent" pointer set appropriately as
|
|
* soon as a child device is discovered.
|
|
*/
|
|
static int sas_get_port_device(struct asd_sas_port *port)
|
|
{
|
|
unsigned long flags;
|
|
struct asd_sas_phy *phy;
|
|
struct sas_rphy *rphy;
|
|
struct domain_device *dev;
|
|
|
|
dev = sas_alloc_device();
|
|
if (!dev)
|
|
return -ENOMEM;
|
|
|
|
spin_lock_irqsave(&port->phy_list_lock, flags);
|
|
if (list_empty(&port->phy_list)) {
|
|
spin_unlock_irqrestore(&port->phy_list_lock, flags);
|
|
sas_put_device(dev);
|
|
return -ENODEV;
|
|
}
|
|
phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el);
|
|
spin_lock(&phy->frame_rcvd_lock);
|
|
memcpy(dev->frame_rcvd, phy->frame_rcvd, min(sizeof(dev->frame_rcvd),
|
|
(size_t)phy->frame_rcvd_size));
|
|
spin_unlock(&phy->frame_rcvd_lock);
|
|
spin_unlock_irqrestore(&port->phy_list_lock, flags);
|
|
|
|
if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) {
|
|
struct dev_to_host_fis *fis =
|
|
(struct dev_to_host_fis *) dev->frame_rcvd;
|
|
if (fis->interrupt_reason == 1 && fis->lbal == 1 &&
|
|
fis->byte_count_low==0x69 && fis->byte_count_high == 0x96
|
|
&& (fis->device & ~0x10) == 0)
|
|
dev->dev_type = SATA_PM;
|
|
else
|
|
dev->dev_type = SATA_DEV;
|
|
dev->tproto = SAS_PROTOCOL_SATA;
|
|
} else {
|
|
struct sas_identify_frame *id =
|
|
(struct sas_identify_frame *) dev->frame_rcvd;
|
|
dev->dev_type = id->dev_type;
|
|
dev->iproto = id->initiator_bits;
|
|
dev->tproto = id->target_bits;
|
|
}
|
|
|
|
sas_init_dev(dev);
|
|
|
|
switch (dev->dev_type) {
|
|
case SAS_END_DEV:
|
|
case SATA_DEV:
|
|
rphy = sas_end_device_alloc(port->port);
|
|
break;
|
|
case EDGE_DEV:
|
|
rphy = sas_expander_alloc(port->port,
|
|
SAS_EDGE_EXPANDER_DEVICE);
|
|
break;
|
|
case FANOUT_DEV:
|
|
rphy = sas_expander_alloc(port->port,
|
|
SAS_FANOUT_EXPANDER_DEVICE);
|
|
break;
|
|
default:
|
|
printk("ERROR: Unidentified device type %d\n", dev->dev_type);
|
|
rphy = NULL;
|
|
break;
|
|
}
|
|
|
|
if (!rphy) {
|
|
sas_put_device(dev);
|
|
return -ENODEV;
|
|
}
|
|
rphy->identify.phy_identifier = phy->phy->identify.phy_identifier;
|
|
memcpy(dev->sas_addr, port->attached_sas_addr, SAS_ADDR_SIZE);
|
|
sas_fill_in_rphy(dev, rphy);
|
|
sas_hash_addr(dev->hashed_sas_addr, dev->sas_addr);
|
|
port->port_dev = dev;
|
|
dev->port = port;
|
|
dev->linkrate = port->linkrate;
|
|
dev->min_linkrate = port->linkrate;
|
|
dev->max_linkrate = port->linkrate;
|
|
dev->pathways = port->num_phys;
|
|
memset(port->disc.fanout_sas_addr, 0, SAS_ADDR_SIZE);
|
|
memset(port->disc.eeds_a, 0, SAS_ADDR_SIZE);
|
|
memset(port->disc.eeds_b, 0, SAS_ADDR_SIZE);
|
|
port->disc.max_level = 0;
|
|
sas_device_set_phy(dev, port->port);
|
|
|
|
dev->rphy = rphy;
|
|
|
|
if (dev_is_sata(dev))
|
|
list_add_tail(&dev->disco_list_node, &port->disco_list);
|
|
else {
|
|
spin_lock_irq(&port->dev_list_lock);
|
|
list_add_tail(&dev->dev_list_node, &port->dev_list);
|
|
spin_unlock_irq(&port->dev_list_lock);
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
/* ---------- Discover and Revalidate ---------- */
|
|
|
|
int sas_notify_lldd_dev_found(struct domain_device *dev)
|
|
{
|
|
int res = 0;
|
|
struct sas_ha_struct *sas_ha = dev->port->ha;
|
|
struct Scsi_Host *shost = sas_ha->core.shost;
|
|
struct sas_internal *i = to_sas_internal(shost->transportt);
|
|
|
|
if (i->dft->lldd_dev_found) {
|
|
res = i->dft->lldd_dev_found(dev);
|
|
if (res) {
|
|
printk("sas: driver on pcidev %s cannot handle "
|
|
"device %llx, error:%d\n",
|
|
dev_name(sas_ha->dev),
|
|
SAS_ADDR(dev->sas_addr), res);
|
|
}
|
|
kref_get(&dev->kref);
|
|
}
|
|
return res;
|
|
}
|
|
|
|
|
|
void sas_notify_lldd_dev_gone(struct domain_device *dev)
|
|
{
|
|
struct sas_ha_struct *sas_ha = dev->port->ha;
|
|
struct Scsi_Host *shost = sas_ha->core.shost;
|
|
struct sas_internal *i = to_sas_internal(shost->transportt);
|
|
|
|
if (i->dft->lldd_dev_gone) {
|
|
i->dft->lldd_dev_gone(dev);
|
|
sas_put_device(dev);
|
|
}
|
|
}
|
|
|
|
/* ---------- Common/dispatchers ---------- */
|
|
|
|
|
|
/**
|
|
* sas_discover_end_dev -- discover an end device (SSP, etc)
|
|
* @end: pointer to domain device of interest
|
|
*
|
|
* See comment in sas_discover_sata().
|
|
*/
|
|
int sas_discover_end_dev(struct domain_device *dev)
|
|
{
|
|
int res;
|
|
|
|
res = sas_notify_lldd_dev_found(dev);
|
|
if (res)
|
|
goto out_err2;
|
|
|
|
res = sas_rphy_add(dev->rphy);
|
|
if (res)
|
|
goto out_err;
|
|
|
|
return 0;
|
|
|
|
out_err:
|
|
sas_notify_lldd_dev_gone(dev);
|
|
out_err2:
|
|
return res;
|
|
}
|
|
|
|
/* ---------- Device registration and unregistration ---------- */
|
|
|
|
void sas_free_device(struct kref *kref)
|
|
{
|
|
struct domain_device *dev = container_of(kref, typeof(*dev), kref);
|
|
|
|
if (dev->parent)
|
|
sas_put_device(dev->parent);
|
|
|
|
sas_port_put_phy(dev->phy);
|
|
dev->phy = NULL;
|
|
|
|
/* remove the phys and ports, everything else should be gone */
|
|
if (dev->dev_type == EDGE_DEV || dev->dev_type == FANOUT_DEV)
|
|
kfree(dev->ex_dev.ex_phy);
|
|
|
|
if (dev_is_sata(dev) && dev->sata_dev.ap) {
|
|
ata_sas_port_destroy(dev->sata_dev.ap);
|
|
dev->sata_dev.ap = NULL;
|
|
}
|
|
|
|
kfree(dev);
|
|
}
|
|
|
|
static void sas_unregister_common_dev(struct asd_sas_port *port, struct domain_device *dev)
|
|
{
|
|
sas_notify_lldd_dev_gone(dev);
|
|
if (!dev->parent)
|
|
dev->port->port_dev = NULL;
|
|
else
|
|
list_del_init(&dev->siblings);
|
|
|
|
spin_lock_irq(&port->dev_list_lock);
|
|
list_del_init(&dev->dev_list_node);
|
|
spin_unlock_irq(&port->dev_list_lock);
|
|
|
|
sas_put_device(dev);
|
|
}
|
|
|
|
static void sas_destruct_devices(struct work_struct *work)
|
|
{
|
|
struct domain_device *dev, *n;
|
|
struct sas_discovery_event *ev =
|
|
container_of(work, struct sas_discovery_event, work);
|
|
struct asd_sas_port *port = ev->port;
|
|
|
|
clear_bit(DISCE_DESTRUCT, &port->disc.pending);
|
|
|
|
list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) {
|
|
list_del_init(&dev->disco_list_node);
|
|
|
|
sas_remove_children(&dev->rphy->dev);
|
|
sas_rphy_delete(dev->rphy);
|
|
dev->rphy = NULL;
|
|
sas_unregister_common_dev(port, dev);
|
|
|
|
sas_put_device(dev);
|
|
}
|
|
}
|
|
|
|
void sas_unregister_dev(struct asd_sas_port *port, struct domain_device *dev)
|
|
{
|
|
if (!test_bit(SAS_DEV_DESTROY, &dev->state) &&
|
|
!list_empty(&dev->disco_list_node)) {
|
|
/* this rphy never saw sas_rphy_add */
|
|
list_del_init(&dev->disco_list_node);
|
|
sas_rphy_free(dev->rphy);
|
|
dev->rphy = NULL;
|
|
sas_unregister_common_dev(port, dev);
|
|
}
|
|
|
|
if (dev->rphy && !test_and_set_bit(SAS_DEV_DESTROY, &dev->state)) {
|
|
sas_rphy_unlink(dev->rphy);
|
|
list_move_tail(&dev->disco_list_node, &port->destroy_list);
|
|
sas_discover_event(dev->port, DISCE_DESTRUCT);
|
|
}
|
|
}
|
|
|
|
void sas_unregister_domain_devices(struct asd_sas_port *port, int gone)
|
|
{
|
|
struct domain_device *dev, *n;
|
|
|
|
list_for_each_entry_safe_reverse(dev, n, &port->dev_list, dev_list_node) {
|
|
if (gone)
|
|
set_bit(SAS_DEV_GONE, &dev->state);
|
|
sas_unregister_dev(port, dev);
|
|
}
|
|
|
|
list_for_each_entry_safe(dev, n, &port->disco_list, disco_list_node)
|
|
sas_unregister_dev(port, dev);
|
|
|
|
port->port->rphy = NULL;
|
|
|
|
}
|
|
|
|
void sas_device_set_phy(struct domain_device *dev, struct sas_port *port)
|
|
{
|
|
struct sas_ha_struct *ha;
|
|
struct sas_phy *new_phy;
|
|
|
|
if (!dev)
|
|
return;
|
|
|
|
ha = dev->port->ha;
|
|
new_phy = sas_port_get_phy(port);
|
|
|
|
/* pin and record last seen phy */
|
|
spin_lock_irq(&ha->phy_port_lock);
|
|
if (new_phy) {
|
|
sas_port_put_phy(dev->phy);
|
|
dev->phy = new_phy;
|
|
}
|
|
spin_unlock_irq(&ha->phy_port_lock);
|
|
}
|
|
|
|
/* ---------- Discovery and Revalidation ---------- */
|
|
|
|
/**
|
|
* sas_discover_domain -- discover the domain
|
|
* @port: port to the domain of interest
|
|
*
|
|
* NOTE: this process _must_ quit (return) as soon as any connection
|
|
* errors are encountered. Connection recovery is done elsewhere.
|
|
* Discover process only interrogates devices in order to discover the
|
|
* domain.
|
|
*/
|
|
static void sas_discover_domain(struct work_struct *work)
|
|
{
|
|
struct domain_device *dev;
|
|
int error = 0;
|
|
struct sas_discovery_event *ev =
|
|
container_of(work, struct sas_discovery_event, work);
|
|
struct asd_sas_port *port = ev->port;
|
|
|
|
clear_bit(DISCE_DISCOVER_DOMAIN, &port->disc.pending);
|
|
|
|
if (port->port_dev)
|
|
return;
|
|
|
|
error = sas_get_port_device(port);
|
|
if (error)
|
|
return;
|
|
dev = port->port_dev;
|
|
|
|
SAS_DPRINTK("DOING DISCOVERY on port %d, pid:%d\n", port->id,
|
|
task_pid_nr(current));
|
|
|
|
switch (dev->dev_type) {
|
|
case SAS_END_DEV:
|
|
error = sas_discover_end_dev(dev);
|
|
break;
|
|
case EDGE_DEV:
|
|
case FANOUT_DEV:
|
|
error = sas_discover_root_expander(dev);
|
|
break;
|
|
case SATA_DEV:
|
|
case SATA_PM:
|
|
#ifdef CONFIG_SCSI_SAS_ATA
|
|
error = sas_discover_sata(dev);
|
|
break;
|
|
#else
|
|
SAS_DPRINTK("ATA device seen but CONFIG_SCSI_SAS_ATA=N so cannot attach\n");
|
|
/* Fall through */
|
|
#endif
|
|
default:
|
|
error = -ENXIO;
|
|
SAS_DPRINTK("unhandled device %d\n", dev->dev_type);
|
|
break;
|
|
}
|
|
|
|
if (error) {
|
|
sas_rphy_free(dev->rphy);
|
|
dev->rphy = NULL;
|
|
|
|
list_del_init(&dev->disco_list_node);
|
|
spin_lock_irq(&port->dev_list_lock);
|
|
list_del_init(&dev->dev_list_node);
|
|
spin_unlock_irq(&port->dev_list_lock);
|
|
|
|
sas_put_device(dev);
|
|
port->port_dev = NULL;
|
|
}
|
|
|
|
SAS_DPRINTK("DONE DISCOVERY on port %d, pid:%d, result:%d\n", port->id,
|
|
task_pid_nr(current), error);
|
|
}
|
|
|
|
static void sas_revalidate_domain(struct work_struct *work)
|
|
{
|
|
int res = 0;
|
|
struct sas_discovery_event *ev =
|
|
container_of(work, struct sas_discovery_event, work);
|
|
struct asd_sas_port *port = ev->port;
|
|
struct sas_ha_struct *ha = port->ha;
|
|
|
|
/* prevent revalidation from finding sata links in recovery */
|
|
mutex_lock(&ha->disco_mutex);
|
|
if (test_bit(SAS_HA_ATA_EH_ACTIVE, &ha->state)) {
|
|
SAS_DPRINTK("REVALIDATION DEFERRED on port %d, pid:%d\n",
|
|
port->id, task_pid_nr(current));
|
|
goto out;
|
|
}
|
|
|
|
clear_bit(DISCE_REVALIDATE_DOMAIN, &port->disc.pending);
|
|
|
|
SAS_DPRINTK("REVALIDATING DOMAIN on port %d, pid:%d\n", port->id,
|
|
task_pid_nr(current));
|
|
|
|
if (port->port_dev)
|
|
res = sas_ex_revalidate_domain(port->port_dev);
|
|
|
|
SAS_DPRINTK("done REVALIDATING DOMAIN on port %d, pid:%d, res 0x%x\n",
|
|
port->id, task_pid_nr(current), res);
|
|
out:
|
|
mutex_unlock(&ha->disco_mutex);
|
|
}
|
|
|
|
/* ---------- Events ---------- */
|
|
|
|
static void sas_chain_work(struct sas_ha_struct *ha, struct work_struct *work)
|
|
{
|
|
/* chained work is not subject to SA_HA_DRAINING or SAS_HA_REGISTERED */
|
|
scsi_queue_work(ha->core.shost, work);
|
|
}
|
|
|
|
static void sas_chain_event(int event, unsigned long *pending,
|
|
struct work_struct *work,
|
|
struct sas_ha_struct *ha)
|
|
{
|
|
if (!test_and_set_bit(event, pending)) {
|
|
unsigned long flags;
|
|
|
|
spin_lock_irqsave(&ha->state_lock, flags);
|
|
sas_chain_work(ha, work);
|
|
spin_unlock_irqrestore(&ha->state_lock, flags);
|
|
}
|
|
}
|
|
|
|
int sas_discover_event(struct asd_sas_port *port, enum discover_event ev)
|
|
{
|
|
struct sas_discovery *disc;
|
|
|
|
if (!port)
|
|
return 0;
|
|
disc = &port->disc;
|
|
|
|
BUG_ON(ev >= DISC_NUM_EVENTS);
|
|
|
|
sas_chain_event(ev, &disc->pending, &disc->disc_work[ev].work, port->ha);
|
|
|
|
return 0;
|
|
}
|
|
|
|
/**
|
|
* sas_init_disc -- initialize the discovery struct in the port
|
|
* @port: pointer to struct port
|
|
*
|
|
* Called when the ports are being initialized.
|
|
*/
|
|
void sas_init_disc(struct sas_discovery *disc, struct asd_sas_port *port)
|
|
{
|
|
int i;
|
|
|
|
static const work_func_t sas_event_fns[DISC_NUM_EVENTS] = {
|
|
[DISCE_DISCOVER_DOMAIN] = sas_discover_domain,
|
|
[DISCE_REVALIDATE_DOMAIN] = sas_revalidate_domain,
|
|
[DISCE_PROBE] = sas_probe_sata,
|
|
[DISCE_DESTRUCT] = sas_destruct_devices,
|
|
};
|
|
|
|
disc->pending = 0;
|
|
for (i = 0; i < DISC_NUM_EVENTS; i++) {
|
|
INIT_WORK(&disc->disc_work[i].work, sas_event_fns[i]);
|
|
disc->disc_work[i].port = port;
|
|
}
|
|
}
|