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.c227 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()
H A Dmpr.c284 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 …]
H A Dmpr_user.c752 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()
H A Dmpr_sas.c735 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()
H A Dmprvar.h338 u_int mpr_flags; member
542 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()