Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_port.c198 flush_workqueue(sas_ha->disco_q); in sas_form_port()
266 flush_workqueue(sas_ha->disco_q); in sas_deform_port()
296 flush_workqueue(phy->port->ha->disco_q); in sas_porte_broadcast_rcvd()
H A Dsas_init.c130 sas_ha->disco_q = create_singlethread_workqueue(name); in sas_register_ha()
131 if (!sas_ha->disco_q) in sas_register_ha()
172 destroy_workqueue(sas_ha->disco_q); in sas_unregister_ha()
H A Dsas_event.c65 drain_workqueue(ha->disco_q); in __sas_drain_work()
H A Dsas_discover.c555 queue_work(ha->disco_q, &sw->work); in sas_chain_work()
/openbmc/linux/include/scsi/
H A Dlibsas.h363 struct workqueue_struct *disco_q; member