Searched refs:mpr_flags (Results 1 – 5 of 5) sorted by relevance
227 sc->mpr_flags = m->flags; in mpr_pci_attach()324 sc->mpr_flags |= MPR_FLAGS_INTX; in mpr_pci_alloc_interrupts()327 sc->mpr_flags |= MPR_FLAGS_MSI; in mpr_pci_alloc_interrupts()346 if (sc->mpr_flags & MPR_FLAGS_INTX) { in mpr_pci_setup_interrupts()349 } else if (sc->mpr_flags & MPR_FLAGS_MSI) { in mpr_pci_setup_interrupts()430 if (sc->mpr_flags & MPR_FLAGS_MSI) in mpr_pci_free()
284 sleep_flags = (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE) in mpr_transition_ready()571 sc->mpr_flags &= ~MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()597 sc->mpr_flags |= MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()632 (sc->mpr_flags & MPR_FLAGS_SEA_IOC)) in mpr_iocfacts_allocate()850 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()859 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()903 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()1135 if (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE && !(sc->mpr_flags & in mpr_enqueue_request()2214 sc->mpr_flags |= MPR_FLAGS_ATTACH_DONE; in mpr_attach()2253 if (sc->mpr_flags & MPR_FLAGS_SHUTDOWN) in mpr_periodic()[all …]
752 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_pass_thru()758 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_pass_thru()1164 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_pass_thru()1194 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) in mpr_user_get_adapter_data()1999 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_diag_action()2004 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_diag_action()2020 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_diag_action()
735 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_register_events()1249 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()1348 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()1504 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()1915 if ((sc->mpr_flags & MPR_FLAGS_SHUTDOWN) != 0) { in mprsas_action_scsiio()1937 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()2067 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_action_scsiio()2490 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()2547 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
338 u_int mpr_flags; member542 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()