Home
last modified time | relevance | path

Searched refs:mpr_flags (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mpr/
H A Dmpr_pci.c226 sc->mpr_flags = m->flags; in mpr_pci_attach()
323 sc->mpr_flags |= MPR_FLAGS_INTX; in mpr_pci_alloc_interrupts()
326 sc->mpr_flags |= MPR_FLAGS_MSI; in mpr_pci_alloc_interrupts()
345 if (sc->mpr_flags & MPR_FLAGS_INTX) { in mpr_pci_setup_interrupts()
348 } else if (sc->mpr_flags & MPR_FLAGS_MSI) { in mpr_pci_setup_interrupts()
429 if (sc->mpr_flags & MPR_FLAGS_MSI) in mpr_pci_free()
H A Dmpr.c283 sleep_flags = (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE) in mpr_transition_ready()
570 sc->mpr_flags &= ~MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
596 sc->mpr_flags |= MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
631 (sc->mpr_flags & MPR_FLAGS_SEA_IOC)) in mpr_iocfacts_allocate()
849 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()
858 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()
902 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()
1134 if (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE && !(sc->mpr_flags & in mpr_enqueue_request()
2223 sc->mpr_flags |= MPR_FLAGS_ATTACH_DONE; in mpr_attach()
2262 if (sc->mpr_flags & MPR_FLAGS_SHUTDOWN) in mpr_periodic()
[all …]
H A Dmpr_user.c751 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_pass_thru()
757 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_pass_thru()
1163 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()
1998 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_diag_action()
2003 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_diag_action()
2019 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_diag_action()
H A Dmpr_sas.c739 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_register_events()
1253 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()
1352 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()
1508 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()
1919 if ((sc->mpr_flags & MPR_FLAGS_SHUTDOWN) != 0) { in mprsas_action_scsiio()
1941 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()
2071 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_action_scsiio()
2494 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()
2554 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
H A Dmprvar.h338 u_int mpr_flags; member
543 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()