Searched refs:ocs_log_crit (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 403 ocs_log_crit(sli4->os, "BMBX WRITE_HI failed\n"); in sli_bmbx_write() 517 ocs_log_crit(sli4->os, "Chip is in an error state - Mailbox " in sli_bmbx_command() 526 ocs_log_crit(sli4->os, "bootstrap mailbox write fail phys=%p reg=%#x\n", in sli_bmbx_command() 1517 ocs_log_crit(sli4->os, "port failed to become ready after initialization\n"); in sli_sliport_control() 3316 ocs_log_crit(sli4->os, "bootstrap mailbox write fail (COM_FUNC_RESET)\n"); in sli_common_function_reset() 3381 ocs_log_crit(sli4->os, "FW status is NOT ready\n"); in sli_fw_init() 3393 ocs_log_crit(sli4->os, "bootstrap mailbox not ready\n"); in sli_fw_init() 3399 ocs_log_crit(sli4->os, "bootstrap mailbox write fail (FW_INIT)\n"); in sli_fw_init() 3403 ocs_log_crit(sli4->os, "bad FW_INIT write\n"); in sli_fw_init() 3447 ocs_log_crit(sli4->os, "bootstrap mailbox not ready\n"); in sli_fw_term() [all …]
|
H A D | ocs_hw.c | 486 ocs_log_crit(hw->os, "Max supported MRQ pairs = %d\n", in ocs_hw_setup() 492 ocs_log_crit(hw->os, "Max supported EQs = %d\n", in ocs_hw_setup() 498 ocs_log_crit(hw->os, "Max supported CQs = %d\n", in ocs_hw_setup() 504 ocs_log_crit(hw->os, "Max supported WQs = %d\n", in ocs_hw_setup() 510 ocs_log_crit(hw->os, "Max supported MQs = %d\n", in ocs_hw_setup() 2310 ocs_log_crit(hw->os,"Emulex: Heartbeat expired after %d seconds\n", in ocs_hw_command() 2313 ocs_log_crit(hw->os, "Chip is in an error state - reset needed\n"); in ocs_hw_command() 2314 ocs_log_crit(hw->os, "status=%#x error1=%#x error2=%#x\n", in ocs_hw_command() 2462 ocs_log_crit(hw->os, "Chip is in an error state - reset needed\n"); in ocs_hw_port_alloc() 2545 ocs_log_crit(hw->os, "Chip is in an error state - reset needed\n"); in ocs_hw_port_attach() [all …]
|
H A D | ocs_os.h | 371 #define ocs_log_crit(os, fmt, ...) ocs_log(os, LOG_CRIT, fmt, ##__VA_ARGS__); macro
|
H A D | ocs_hw_queues.c | 275 ocs_log_crit(hw->os, "Cant create morethan one RQ Set\n"); in ocs_hw_init_queues() 308 ocs_log_crit(hw->os, in ocs_hw_init_queues()
|