Searched refs:enable_work (Results 1 – 2 of 2) sorted by relevance
474 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work()488 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()538 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()
51 struct sas_work enable_work; member