Home
last modified time | relevance | path

Searched refs:QL_PRINT_9 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c234 QL_PRINT_9(CE_CONT, "failed, fo api not supported\n"); in ql_ioctl()
309 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_ioctl()
335 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_busy_notification()
363 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_busy_notification()
389 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_idle_notification()
400 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_idle_notification()
418 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_get_feature_bits()
480 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_get_feature_bits()
499 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_set_feature_bits()
584 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_set_feature_bits()
[all …]
H A Dql_xioctl.c179 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_alloc_xioctl_resource()
182 QL_PRINT_9(CE_CONT, "(%d): already allocated done\n", in ql_alloc_xioctl_resource()
203 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_alloc_xioctl_resource()
223 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_free_xioctl_resource()
226 QL_PRINT_9(CE_CONT, "(%d): already freed\n", ha->instance); in ql_free_xioctl_resource()
239 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_free_xioctl_resource()
269 QL_PRINT_9(CE_CONT, "(%d): started, cmd=%d\n", ha->instance, cmd); in ql_xioctl()
272 QL_PRINT_9(CE_CONT, "(%d): no context\n", ha->instance); in ql_xioctl()
317 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_xioctl()
351 QL_PRINT_9(CE_CONT, "(%d): started\n", ha->instance); in ql_sdm_ioctl()
[all …]
H A Dql_mbx.c3286 QL_PRINT_9(CE_CONT, "(%d): done\n", ha->instance); in ql_get_firmware_option()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_debug.h185 #define QL_PRINT_9(ce, ...) ql_dbg_msg(__func__, ce, __VA_ARGS__) macro
189 #define QL_PRINT_9(...) macro