Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mpr/
H A Dmpr_pci.c198 sc->mpr_flags = m->flags; in mpr_pci_attach()
262 sc->mpr_flags |= MPR_FLAGS_MSI; in mpr_pci_alloc_interrupts()
264 sc->mpr_flags |= MPR_FLAGS_INTX; in mpr_pci_alloc_interrupts()
280 if (sc->mpr_flags & MPR_FLAGS_INTX) { in mpr_pci_setup_interrupts()
282 } else if (sc->mpr_flags & MPR_FLAGS_MSI) { in mpr_pci_setup_interrupts()
361 if (sc->mpr_flags & MPR_FLAGS_MSI) in mpr_pci_free()
H A Dmpr.c549 sc->mpr_flags &= ~MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
575 sc->mpr_flags |= MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
827 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()
836 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()
880 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()
1103 if (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE && !(sc->mpr_flags & in mpr_enqueue_request()
1998 sc->mpr_flags |= MPR_FLAGS_ATTACH_DONE; in mpr_attach()
2037 if (sc->mpr_flags & MPR_FLAGS_SHUTDOWN) in mpr_periodic()
2116 sc->mpr_flags |= MPR_FLAGS_SHUTDOWN; in mpr_free()
3564 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) in mpr_wait_command()
[all …]
H A Dmpr_user.c757 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_pass_thru()
763 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_pass_thru()
1155 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_pass_thru()
1184 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) in mpr_user_get_adapter_data()
2000 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_diag_action()
2005 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_diag_action()
2021 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()
1303 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()
1399 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()
1549 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()
1973 if ((sc->mpr_flags & MPR_FLAGS_SHUTDOWN) != 0) { in mprsas_action_scsiio()
1994 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()
2131 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_action_scsiio()
2560 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()
2624 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
H A Dmprvar.h302 u_int mpr_flags; member