Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c3068 NVLOG(NVDBG_INTR, nvc, NULL, in ck804_intr_process()
3084 NVLOG(NVDBG_INTR, nvc, NULL, in ck804_intr_process()
3276 NVLOG(NVDBG_INTR, nvc, nvp, "mcp55_intr_port entered", NULL); in mcp5x_intr_port()
3296 NVLOG(NVDBG_INTR, nvc, nvp, "int_status = %x", int_status); in mcp5x_intr_port()
3318 NVLOG(NVDBG_INTR, nvc, nvp, in mcp5x_intr_port()
3338 NVLOG(NVDBG_INTR, nvc, nvp, "mcp5x_dma_setup_intr", in mcp5x_intr_port()
3378 NVLOG(NVDBG_INTR, nvc, nvp, "excessive interrupt " in mcp5x_intr_port()
3397 NVLOG(NVDBG_INTR, nvp->nvp_ctlp, nvp, in mcp5x_intr_port()
3402 if ((nv_debug_flags & (NVDBG_INTR | NVDBG_VERBOSE)) == in mcp5x_intr_port()
3403 (NVDBG_INTR | NVDBG_VERBOSE)) { in mcp5x_intr_port()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h301 #define NVDBG_INTR 0x00400 macro