Searched refs:MPR_EVENT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_table.c256 mpr_dprint_field(sc, MPR_EVENT, "Event: %s (0x%x)\n",
302 mpr_dprint_field(sc, MPR_EVENT, "Flags: %b\n", data->Flags,
304 mpr_dprint_field(sc, MPR_EVENT, "ReasonCode: %s\n",
307 mpr_dprint_field(sc, MPR_EVENT, "DiscoveryStatus: %b\n",
331 mpr_dprint_field(sc, MPR_EVENT, "ExpStatus: %s (0x%x)\n",
338 mpr_dprint_field(sc, MPR_EVENT,
341 mpr_dprint_field(sc, MPR_EVENT,
345 mpr_dprint_field(sc,MPR_EVENT,"PHY[%d].PhyStatus: "
359 mpr_dprint_field(sc, MPR_EVENT, "ReasonCode: %s\n",
374 mpr_dprint_field(sc, MPR_EVENT, "ReasonCod
[all...]
H A Dmpr_sas_lsi.c201 mpr_dprint(sc, MPR_EVENT, "(%d)->(%s) Working on Event: [%x]\n",
332 mpr_dprint(sc, MPR_EVENT, "Sending FP action "
367 mpr_dprint(sc, MPR_EVENT, "Received "
462 mpr_dprint(sc, MPR_EVENT, "Received IR Volume event:\n");
465 mpr_dprint(sc, MPR_EVENT, " Volume Settings "
472 mpr_dprint(sc, MPR_EVENT, " Volume Status "
479 mpr_dprint(sc, MPR_EVENT, " Volume State "
534 mpr_dprint(sc, MPR_EVENT, "Received IR Phys Disk event:\n");
537 mpr_dprint(sc, MPR_EVENT, " Phys Disk Settings "
548 mpr_dprint(sc, MPR_EVENT, " Phy
[all...]
H A Dmprvar.h567 #define MPR_EVENT (1 << 2) /* Event data from the controller */ macro
612 mpr_dprint((sc), MPR_EVENT, ##tag); \
613 mpr_dprint_field((sc), MPR_EVENT, ":\n")
615 mpr_dprint_field((sc), MPR_EVENT, #attr ": " #fmt "\n", (facts)->attr)
H A Dmpr.c1610 mpr_dprint(sc, MPR_EVENT, "MPI2_EVENT_LOG_DATA:\n");
1611 if (sc->mpr_debug & MPR_EVENT)
1617 mpr_dprint(sc, MPR_EVENT, "MPI2_EVENT_LOG_ENTRY_ADDED event "
2002 mpr_dprint(sc, MPR_EVENT, "Unhandled event 0x%x\n",

Completed in 110 milliseconds