Searched refs:event_flags (Results 1 – 3 of 3) sorted by relevance
18118 uint32_t event_flags; in sata_process_controller_events() local18129 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 …]
396 uint32_t event_flags, caddr_t arg);
1360 fct_handle_event(fct_local_port_t *port, int event_id, uint32_t event_flags, in fct_handle_event() argument