Home
last modified time | relevance | path

Searched refs:phy_events_pending (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_phy.c38 clear_bit(PHYE_LOSS_OF_SIGNAL, &phy->phy_events_pending); in sas_phye_loss_of_signal()
48 clear_bit(PHYE_OOB_DONE, &phy->phy_events_pending); in sas_phye_oob_done()
61 clear_bit(PHYE_OOB_ERROR, &phy->phy_events_pending); in sas_phye_oob_error()
91 clear_bit(PHYE_SPINUP_HOLD, &phy->phy_events_pending); in sas_phye_spinup_hold()
102 clear_bit(PHYE_RESUME_TIMEOUT, &phy->phy_events_pending); in sas_phye_resume_timeout()
Dsas_event.c143 sas_queue_event(event, &phy->phy_events_pending, in sas_notify_phy_event()
Dsas_init.c379 phy->phy_events_pending = 0; in sas_prep_resume_ha()
/linux-4.4.14/include/scsi/
Dlibsas.h321 unsigned long phy_events_pending; member