Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1411 #define MPTSAS_DBGPR(m, args) \ macro
1417 #define MPTSAS_DBGPR(m, args) macro
1420 #define NDBG0(args) MPTSAS_DBGPR(0x01, args) /* init */
1421 #define NDBG1(args) MPTSAS_DBGPR(0x02, args) /* normal running */
1422 #define NDBG2(args) MPTSAS_DBGPR(0x04, args) /* property handling */
1423 #define NDBG3(args) MPTSAS_DBGPR(0x08, args) /* pkt handling */
1425 #define NDBG4(args) MPTSAS_DBGPR(0x10, args) /* kmem alloc/free */
1426 #define NDBG5(args) MPTSAS_DBGPR(0x20, args) /* polled cmds */
1427 #define NDBG6(args) MPTSAS_DBGPR(0x40, args) /* interrupts */
1428 #define NDBG7(args) MPTSAS_DBGPR(0x80, args) /* queue handling */
[all …]