Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c96 QL_PRINT_10(ha, "started cfg=0x%llx\n", ha->cfg_flags); in ql_initialize_adapter()
236 QL_PRINT_10(ha, "done\n"); in ql_initialize_adapter()
260 QL_PRINT_10(ha, "started\n"); in ql_pci_sbus_config()
355 QL_PRINT_10(ha, "done\n"); in ql_pci_sbus_config()
386 QL_PRINT_10(ha, "PCI-X Command Reg = %xh\n", ofst); in ql_set_max_read_req()
407 QL_PRINT_10(ha, "PCI-E Device Control Reg = %xh\n", ofst); in ql_set_max_read_req()
463 QL_PRINT_10(ha, "started\n"); in ql_nvram_config()
530 QL_PRINT_10(ha, "Unable to read idprom " in ql_nvram_config()
804 QL_PRINT_10(ha, "done\n"); in ql_nvram_config()
953 QL_PRINT_10(ha, "started\n"); in ql_nvram_24xx_config()
[all …]
H A Dql_isr.c108 QL_PRINT_10(ha, "started\n"); in ql_disable_intr()
123 QL_PRINT_10(ha, "intr_set_mask %d\n", i); in ql_disable_intr()
134 QL_PRINT_10(ha, "done\n"); in ql_disable_intr()
152 QL_PRINT_10(ha, "started\n"); in ql_enable_intr()
167 QL_PRINT_10(ha, "intr_clr_mask %d\n", i); in ql_enable_intr()
178 QL_PRINT_10(ha, "done\n"); in ql_enable_intr()
350 QL_PRINT_10(ha, "22XX isp_rsp_index " in ql_isr_aif()
363 QL_PRINT_10(ha, "done, index=%d, no interrupt " in ql_isr_aif()
372 QL_PRINT_10(ha, "done, index=%d, no nx_risc_int " in ql_isr_aif()
561 QL_PRINT_10(ha, "interrupt not claimed\n"); in ql_isr_aif()
[all …]
H A Dql_api.c2332 QL_PRINT_10(ha, "started\n"); in ql_power()
2475 QL_PRINT_10(ha, "done\n"); in ql_power()
2636 QL_PRINT_10(ha, "started\n"); in ql_bind_port()
2780 QL_PRINT_10(ha, "done, pi_port_state=%xh, " in ql_bind_port()
2810 QL_PRINT_10(ha, "started\n"); in ql_unbind_port()
2833 QL_PRINT_10(ha, "done\n"); in ql_unbind_port()
3045 QL_PRINT_10(ha, "els.ls_code=%xh, d_id=%xh\n", els.ls_code, in ql_els_send()
3138 QL_PRINT_10(ha, "done\n"); in ql_els_send()
4318 QL_PRINT_10(ha, "started=%xh\n", cmd->pm_cmd_code); in ql_port_manage()
8542 QL_PRINT_10(ha, "killed\n"); in ql_task_daemon()
[all …]
H A Dql_nx.c2308 QL_PRINT_10(ha, "started\n"); in ql_8021_get_fw_dump()
2328 QL_PRINT_10(ha, "done\n"); in ql_8021_get_fw_dump()
2563 QL_PRINT_10(ha, "Minidump num of entries=%d\n", in ql_8021_md_parse_template()
H A Dql_mbx.c5497 QL_PRINT_10(ha, "started, addr=%xh, data=%xh\n", addr, data); in ql_write_remote_reg()
5514 QL_PRINT_10(ha, "done\n"); in ql_write_remote_reg()
5541 QL_PRINT_10(ha, "started, addr=%xh\n", addr); in ql_read_remote_reg()
5556 QL_PRINT_10(ha, "done, addr=%xh, data=%xh\n", addr, *dp); in ql_read_remote_reg()
H A Dql_xioctl.c6792 QL_PRINT_10(ha, "started cfg=0x%llx\n", ha->cfg_flags); in ql_setup_fcache()
6860 QL_PRINT_10(ha, "done\n"); in ql_setup_fcache()
7605 QL_PRINT_10(ha, "started\n"); in ql_flash_nvram_defaults()
7775 QL_PRINT_10(ha, "done\n"); in ql_flash_nvram_defaults()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h194 #define QL_PRINT_10(ha, ...) ql_dbg_msg(ha, __func__, CE_CONT, __VA_ARGS__) macro
198 #define QL_PRINT_10(...) macro