Searched refs:ocs_log_info (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_domain.c | 49 ocs_log_info(domain->ocs, "[domain] %-20s %-20s\n", __func__, ocs_sm_event_name(evt)); \ 55 ocs_log_info(domain ? domain->ocs : NULL, fmt, ##__VA_ARGS__); \ 60 ocs_log_info(domain ? domain->ocs : NULL, fmt, ##__VA_ARGS__); \ 682 ocs_log_info(ocs, "Overriding WWN\n"); in __ocs_domain_wait_alloc()
|
H A D | ocs_node.h | 43 ocs_log_info(node->ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt)); \
|
H A D | ocs_os.h | 374 #define ocs_log_info(os, fmt, ...) ocs_log(os, LOG_INFO, fmt, ##__VA_ARGS__); macro
|
H A D | ocs_els.c | 52 ocs_log_info(ocs, "[%s] %-20s\n", node->display_name, __func__); \ 2113 ocs_log_info(ocs, "[%s] %-8s %-20s %-20s\n", node->display_name, els->display_name, \
|
H A D | ocs_scsi.c | 56 #define scsi_io_printf(io, fmt, ...) ocs_log_info(io->ocs, "[%s]" SCSI_IOFMT fmt, \ 68 ocs_log_info(ocs, fmt, ##__VA_ARGS__); \
|
H A D | ocs_cam.c | 1342 ocs_log_info(ocs, "OCS CAM TASK SET FULL. Tasks >= %d\n", in ocs_task_set_full_or_busy() 1347 ocs_log_info(ocs, "OCS CAM SCSI BUSY\n"); in ocs_task_set_full_or_busy()
|
H A D | ocs_ioctl.c | 780 ocs_log_info(ocs, "Firmware updated successfully\n"); in ocs_sys_fwupgrade()
|
H A D | sli4.c | 871 ocs_log_info(sli4->os, "bring up link with topology: %d, PTV: %d, TF: %d, PT: %d \n", in sli_cmd_init_link() 3770 ocs_log_info(sli4->os, "Persistent Topology: PTV: %d, TF: %d, PT: %d \n", in sli_get_config()
|
H A D | ocs_hw.c | 1013 …ocs_log_info(hw->os, "watchdog timer configured with timeout = %d seconds \n", hw->watchdog_timeou… in ocs_hw_init() 11217 ocs_log_info(hw->os, "IO timeout xri=0x%x tag=0x%x type=%d elapsed time:%u\n", in target_wqe_timer_nop_cb()
|