Searched defs:MPTSAS_DBGPR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1401 #define MPTSAS_DBGPR(m, args) \ macro
1407 #define MPTSAS_DBGPR(m, args) macro
1410 #define NDBG0(args) MPTSAS_DBGPR(0x01, args) /* init */
1411 #define NDBG1(args) MPTSAS_DBGPR(0x02, args) /* normal running */
1412 #define NDBG2(args) MPTSAS_DBGPR(0x04, args) /* property handling */
1413 #define NDBG3(args) MPTSAS_DBGPR(0x08, args) /* pkt handling */
1415 #define NDBG4(args) MPTSAS_DBGPR(0x10, args) /* kmem alloc/free */
1416 #define NDBG5(args) MPTSAS_DBGPR(0x20, args) /* polled cmds */
1417 #define NDBG6(args) MPTSAS_DBGPR(0x40, args) /* interrupts */
1418 #define NDBG7(args) MPTSAS_DBGPR(
[all...]

Completed in 69 milliseconds