Home
last modified time | relevance | path

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

/Linux-v6.1/include/scsi/
Dlibsas.h216 static inline void INIT_SAS_WORK(struct sas_work *sw, void (*fn)(struct work_struct *)) in INIT_SAS_WORK() function
298 INIT_SAS_WORK(&ev->work, fn); in INIT_SAS_EVENT()
/Linux-v6.1/drivers/scsi/libsas/
Dsas_init.c516 INIT_SAS_WORK(&d->reset_work, phy_reset_work); in sas_phy_setup()
517 INIT_SAS_WORK(&d->enable_work, phy_enable_work); in sas_phy_setup()
Dsas_discover.c581 INIT_SAS_WORK(&disc->disc_work[i].work, sas_event_fns[i]); in sas_init_disc()