Searched refs:MPR_INIT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_pci.c | 298 mpr_dprint(sc, MPR_INIT, "Counted %d MSI-X messages\n", msgs); in mpr_pci_alloc_interrupts() 303 mpr_dprint(sc, MPR_INIT, "Attempting to allocate %d " in mpr_pci_alloc_interrupts() 310 mpr_dprint(sc, MPR_INIT, "Counted %d MSI messages\n", msgs); in mpr_pci_alloc_interrupts() 313 mpr_dprint(sc, MPR_INIT, "Attempting to allocated %d " in mpr_pci_alloc_interrupts() 323 mpr_dprint(sc, MPR_INIT, "Falling back to legacy INTx\n"); in mpr_pci_alloc_interrupts() 330 mpr_dprint(sc, MPR_INIT, "Allocated %d interrupts\n", msgs); in mpr_pci_alloc_interrupts() 353 mpr_dprint(sc, MPR_ERROR|MPR_INIT, in mpr_pci_setup_interrupts() 365 mpr_dprint(sc, MPR_ERROR|MPR_INIT, in mpr_pci_setup_interrupts() 374 mpr_dprint(sc, MPR_ERROR|MPR_INIT, in mpr_pci_setup_interrupts() 381 mpr_dprint(sc, MPR_INIT, "Set up %d interrupts\n", sc->msi_msgs); in mpr_pci_setup_interrupts()
|
H A D | mpr.c | 158 mpr_dprint(sc, MPR_INIT, "%s entered\n", __func__); in mpr_diag_reset() 170 mpr_dprint(sc, MPR_INIT, "sequence start, sleep_flag=%d\n", sleep_flag); in mpr_diag_reset() 194 mpr_dprint(sc, MPR_INIT, "sequence failed, error=%d, exit\n", in mpr_diag_reset() 201 mpr_dprint(sc, MPR_INIT, "sequence success, sending reset, reg= 0x%x\n", in mpr_diag_reset() 240 mpr_dprint(sc, MPR_INIT, "reset failed, error= %d, exit\n", in mpr_diag_reset() 246 mpr_dprint(sc, MPR_INIT, "diag reset success, exit\n"); in mpr_diag_reset() 258 mpr_dprint(sc, MPR_INIT, "%s entered\n", __func__); in mpr_message_unit_reset() 266 mpr_dprint(sc, MPR_INIT|MPR_FAULT, in mpr_message_unit_reset() 271 mpr_dprint(sc, MPR_INIT, "%s exit\n", __func__); in mpr_message_unit_reset() 289 mpr_dprint(sc, MPR_INIT, "%s entered, sleep_flags= %d\n", in mpr_transition_ready() [all …]
|
H A D | mpr_sas.c | 171 mpr_dprint(sassc->sc, MPR_INIT, in mprsas_startup_increment() 176 mpr_dprint(sassc->sc, MPR_INIT, "%s refcount %u\n", __func__, in mprsas_startup_increment() 201 mpr_dprint(sassc->sc, MPR_INIT, in mprsas_startup_decrement() 207 mpr_dprint(sassc->sc, MPR_INIT, "%s refcount %u\n", __func__, in mprsas_startup_decrement() 756 mpr_dprint(sc, MPR_INIT, "%s entered\n", __func__); in mpr_attach_sas() 774 mpr_dprint(sc, MPR_INIT|MPR_ERROR, "Cannot allocate SIMQ\n"); in mpr_attach_sas() 783 mpr_dprint(sc, MPR_INIT|MPR_ERROR, "Cannot allocate SIM\n"); in mpr_attach_sas() 805 mpr_dprint(sc, MPR_INIT|MPR_ERROR, in mpr_attach_sas() 830 mpr_dprint(sc, MPR_INIT|MPR_ERROR, in mpr_attach_sas() 861 mpr_dprint(sc, MPR_INIT, "%s exit, error= %d\n", __func__, error); in mpr_attach_sas() [all …]
|
H A D | mprvar.h | 737 #define MPR_INIT (1 << 6) /* Things related to system init */ macro
|