Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c3269 NDBG1(("mptsas_scsi_start: pkt=0x%p", (void *)pkt)); in mptsas_scsi_start()
3450 NDBG1(("mptsas_accept_pkt: cmd=0x%p", (void *)cmd)); in mptsas_accept_pkt()
3620 NDBG1(("mptsas_prepare_pkt: cmd=0x%p", (void *)cmd)); in mptsas_prepare_pkt()
4730 NDBG1(("mptsas_ieee_sge_mainframe: cookiec=%d, %s", cookiec, in mptsas_ieee_sge_mainframe()
4741 NDBG1(("mptsas_ieee_sge_mainframe: len=%d", dmap->count)); in mptsas_ieee_sge_mainframe()
4776 NDBG1(("mptsas_ieee_sge_chain: cookiec=%d", cookiec)); in mptsas_ieee_sge_chain()
4829 NDBG1(("mptsas_ieee_sge_chain: temp=%d, frames=%d", temp, frames)); in mptsas_ieee_sge_chain()
5040 NDBG1(("mptsas_sge_setup: cookiec=%d", cmd->cmd_cookiec)); in mptsas_sge_setup()
5896 NDBG1(("mptsas_intr: arg1 0x%p arg2 0x%p", (void *)arg1, (void *)arg2)); in mptsas_intr()
5975 NDBG1(("mptsas_intr complete")); in mptsas_intr()
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1421 #define NDBG1(args) MPTSAS_DBGPR(0x02, args) /* normal running */ macro