Home
last modified time | relevance | path

Searched refs:enable_work (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/libsas/
Dsas_init.c378 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work()
392 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()
442 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
Dsas_internal.h51 struct sas_work enable_work; member