Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sata/impl/
H A Dsata.c18118 uint32_t event_flags; in sata_process_controller_events() local
18129 event_flags = sata_hba_inst->satahba_event_flags; in sata_process_controller_events()
18135 if (event_flags & SATA_EVNT_PWR_LEVEL_CHANGED) in sata_process_controller_events()
18155 event_flags = (SATA_CPORT_INFO(sata_hba_inst, ncport))-> in sata_process_controller_events()
18158 if (event_flags & SATA_APCTL_LOCK_PORT_BUSY) { in sata_process_controller_events()
18192 if ((event_flags & in sata_process_controller_events()
18205 if (event_flags & SATA_EVNT_PORT_FAILED) { in sata_process_controller_events()
18209 if (event_flags & SATA_EVNT_DEVICE_DETACHED) { in sata_process_controller_events()
18213 if (event_flags & SATA_EVNT_DEVICE_ATTACHED) { in sata_process_controller_events()
18217 if (event_flags & in sata_process_controller_events()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h396 uint32_t event_flags, caddr_t arg);
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1360 fct_handle_event(fct_local_port_t *port, int event_id, uint32_t event_flags, in fct_handle_event() argument