Home
last modified time | relevance | path

Searched refs:INIT_SAS_WORK (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_phy.c147 INIT_SAS_WORK(&phy->port_events[k].work, sas_port_event_fns[k]); in sas_register_phys()
152 INIT_SAS_WORK(&phy->phy_events[k].work, sas_phy_event_fns[k]); in sas_register_phys()
Dsas_event.c156 INIT_SAS_WORK(&sas_ha->ha_events[i].work, sas_ha_event_fns[i]); in sas_init_events()
Dsas_init.c479 INIT_SAS_WORK(&d->reset_work, phy_reset_work); in sas_phy_setup()
480 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()
Dsas_discover.c589 INIT_SAS_WORK(&disc->disc_work[i].work, sas_event_fns[i]); in sas_init_disc()
/linux-4.4.14/include/scsi/
Dlibsas.h234 static inline void INIT_SAS_WORK(struct sas_work *sw, void (*fn)(struct work_struct *)) in INIT_SAS_WORK() function