Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c5422 NDBG20(("send mptsas_handle_event_sync success")); in mptsas_handle_address_reply()
5426 NDBG20(("dropping event received during reset")); in mptsas_handle_address_reply()
6102 NDBG20(("mptsas%d physport_to_phymask enter", mpt->m_instance)); in mptsas_physport_to_phymask()
6121 NDBG20(("mptsas%d physport_to_phymask:physport :%x phymask :%x, ", in mptsas_physport_to_phymask()
6250 NDBG20(("mptsas%d update phymask ", mpt->m_instance)); in mptsas_update_phymask()
6296 NDBG20(("mptsas%d update phymask return", mpt->m_instance)); in mptsas_update_phymask()
6330 NDBG20(("mptsas%d handle_dr enter", mpt->m_instance)); in mptsas_handle_dr()
6473 NDBG20(("skipping topo change received during reset")); in mptsas_handle_dr()
6515 NDBG20(("mptsas%d handle_topo_change enter, devhdl 0x%x," in mptsas_handle_topo_change()
6699 NDBG20(("mptsas%d handle_topo_change to online devhdl:%x, " in mptsas_handle_topo_change()
[all …]
H A Dmptsas_impl.c179 NDBG20(("destroy!! remove Ack Flag ioc_cmd\n")); in mptsas_destroy_ioc_event_cmd()
192 NDBG20(("destroy!! it's not Ack Flag, continue\n")); in mptsas_destroy_ioc_event_cmd()
1977 NDBG20(("mptsas_get_sas_io_unit_page_hndshk enter")); in mptsas_get_sas_io_unit_page_hndshk()
2173 NDBG20(("Discovery in progress, can't " in mptsas_get_sas_io_unit_page_hndshk()
2383 NDBG20(("mptsas_get_manufacture_page5: paddr 0x%p", in mptsas_get_manufacture_page5()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h1445 #define NDBG20(args) MPTSAS_DBGPR(0x100000, args) /* events */ macro