Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libsas/
Dsas_port.c264 clear_bit(PORTE_BYTES_DMAED, &phy->port_events_pending); in sas_porte_bytes_dmaed()
276 clear_bit(PORTE_BROADCAST_RCVD, &phy->port_events_pending); in sas_porte_broadcast_rcvd()
291 clear_bit(PORTE_LINK_RESET_ERR, &phy->port_events_pending); in sas_porte_link_reset_err()
301 clear_bit(PORTE_TIMER_EVENT, &phy->port_events_pending); in sas_porte_timer_event()
311 clear_bit(PORTE_HARD_RESET, &phy->port_events_pending); in sas_porte_hard_reset()
Dsas_event.c133 sas_queue_event(event, &phy->port_events_pending, in notify_port_event()
Dsas_init.c378 phy->port_events_pending = 0; in sas_prep_resume_ha()
/linux-4.4.14/include/scsi/
Dlibsas.h320 unsigned long port_events_pending; member