Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpr/
H A Dmpr_pci.c231 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()
H A Dmpr.c569 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 …]
H A Dmpr_user.c764 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()
H A Dmpr_sas.c724 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()
H A Dmprvar.h337 u_int mpr_flags; member
539 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()