Searched refs:MPTSAS_DBGPR (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 1426 #define MPTSAS_DBGPR(m, args) \ macro 1432 #define MPTSAS_DBGPR(m, args) macro 1435 #define NDBG0(args) MPTSAS_DBGPR(0x01, args) /* init */ 1436 #define NDBG1(args) MPTSAS_DBGPR(0x02, args) /* normal running */ 1437 #define NDBG2(args) MPTSAS_DBGPR(0x04, args) /* property handling */ 1438 #define NDBG3(args) MPTSAS_DBGPR(0x08, args) /* pkt handling */ 1440 #define NDBG4(args) MPTSAS_DBGPR(0x10, args) /* kmem alloc/free */ 1441 #define NDBG5(args) MPTSAS_DBGPR(0x20, args) /* polled cmds */ 1442 #define NDBG6(args) MPTSAS_DBGPR(0x40, args) /* interrupts */ 1443 #define NDBG7(args) MPTSAS_DBGPR(0x80, args) /* queue handling */ [all …]
|