Searched refs:mpr_flags (Results 1 – 5 of 5) sorted by relevance
231 sc->mpr_flags = m->flags; in mpr_pci_attach()337 sc->mpr_flags |= MPR_FLAGS_INTX; in mpr_pci_alloc_interrupts()340 sc->mpr_flags |= MPR_FLAGS_MSI; in mpr_pci_alloc_interrupts()359 if (sc->mpr_flags & MPR_FLAGS_INTX) { in mpr_pci_setup_interrupts()362 } else if (sc->mpr_flags & MPR_FLAGS_MSI) { in mpr_pci_setup_interrupts()443 if (sc->mpr_flags & MPR_FLAGS_MSI) in mpr_pci_free()
569 sc->mpr_flags &= ~MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()595 sc->mpr_flags |= MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()630 (sc->mpr_flags & MPR_FLAGS_SEA_IOC)) in mpr_iocfacts_allocate()848 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()857 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()901 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()1131 if (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE && !(sc->mpr_flags & in mpr_enqueue_request()2197 sc->mpr_flags |= MPR_FLAGS_ATTACH_DONE; in mpr_attach()2236 if (sc->mpr_flags & MPR_FLAGS_SHUTDOWN) in mpr_periodic()2315 sc->mpr_flags |= MPR_FLAGS_SHUTDOWN; in mpr_free()[all …]
764 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_pass_thru()770 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_pass_thru()1164 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_pass_thru()1193 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) in mpr_user_get_adapter_data()2011 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_diag_action()2016 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_diag_action()2032 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_diag_action()
724 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_register_events()1308 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()1407 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()1564 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()1977 if ((sc->mpr_flags & MPR_FLAGS_SHUTDOWN) != 0) { in mprsas_action_scsiio()1998 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()2133 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_action_scsiio()2559 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()2623 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
337 u_int mpr_flags; member539 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()