Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libsas/
Dsas_event.c13 bool sas_queue_work(struct sas_ha_struct *ha, struct sas_work *sw) in sas_queue_work() function
35 rc = sas_queue_work(ha, work); in sas_queue_event()
49 if (!sas_queue_work(ha, sw)) { in sas_queue_deferred_work()
Dsas_internal.h70 bool sas_queue_work(struct sas_ha_struct *ha, struct sas_work *sw);
Dsas_init.c541 sas_queue_work(ha, &d->reset_work); in queue_phy_reset()
570 sas_queue_work(ha, &d->enable_work); in queue_phy_enable()