Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mpr/
H A Dmpr_pci.c230 sc->mpr_flags = m->flags; in mpr_pci_attach()
327 sc->mpr_flags |= MPR_FLAGS_INTX; in mpr_pci_alloc_interrupts()
330 sc->mpr_flags |= MPR_FLAGS_MSI; in mpr_pci_alloc_interrupts()
349 if (sc->mpr_flags & MPR_FLAGS_INTX) { in mpr_pci_setup_interrupts()
352 } else if (sc->mpr_flags & MPR_FLAGS_MSI) { in mpr_pci_setup_interrupts()
433 if (sc->mpr_flags & MPR_FLAGS_MSI) in mpr_pci_free()
H A Dmpr.c573 sc->mpr_flags &= ~MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
599 sc->mpr_flags |= MPR_FLAGS_REALLOCATED; in mpr_iocfacts_allocate()
634 (sc->mpr_flags & MPR_FLAGS_SEA_IOC)) in mpr_iocfacts_allocate()
852 if (sc->mpr_flags & MPR_FLAGS_DIAGRESET) { in mpr_reinit()
861 sc->mpr_flags |= MPR_FLAGS_DIAGRESET; in mpr_reinit()
905 sc->mpr_flags &= ~MPR_FLAGS_DIAGRESET; in mpr_reinit()
1137 if (sc->mpr_flags & MPR_FLAGS_ATTACH_DONE && !(sc->mpr_flags & in mpr_enqueue_request()
2201 sc->mpr_flags |= MPR_FLAGS_ATTACH_DONE; in mpr_attach()
2240 if (sc->mpr_flags & MPR_FLAGS_SHUTDOWN) in mpr_periodic()
2320 sc->mpr_flags |= MPR_FLAGS_SHUTDOWN; in mpr_free()
[all …]
H A Dmpr_user.c756 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_pass_thru()
762 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_pass_thru()
1154 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()
1989 if (sc->mpr_flags & MPR_FLAGS_BUSY) { in mpr_user_diag_action()
1994 sc->mpr_flags |= MPR_FLAGS_BUSY; in mpr_user_diag_action()
2010 sc->mpr_flags &= ~MPR_FLAGS_BUSY; in mpr_user_diag_action()
H A Dmpr_sas.c738 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_register_events()
1257 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_logical_unit_reset_complete()
1356 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_target_reset_complete()
1512 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_abort_complete()
1914 if ((sc->mpr_flags & MPR_FLAGS_SHUTDOWN) != 0) { in mprsas_action_scsiio()
1936 if (cm == NULL || (sc->mpr_flags & MPR_FLAGS_DIAGRESET)) { in mprsas_action_scsiio()
2066 if (sc->mpr_flags & MPR_FLAGS_GEN35_IOC) { in mprsas_action_scsiio()
2489 } else if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) { in mprsas_scsiio_complete()
2546 if ((sc->mpr_flags & MPR_FLAGS_DIAGRESET) != 0) in mprsas_scsiio_complete()
H A Dmprvar.h340 u_int mpr_flags; member
544 } while((sc->mpr_flags & MPR_FLAGS_SEA_IOC) && in mpr_regread()