Symbol: ocs_log_warn
sys/dev/ocs_fc/ocs_domain.c
167
ocs_log_warn(ocs, "unsupported event %#x\n", event);
sys/dev/ocs_fc/ocs_domain.c
423
ocs_log_warn(domain->ocs, "%-20s %-20s not handled\n", funcname, ocs_sm_event_name(evt));
sys/dev/ocs_fc/ocs_domain.c
468
ocs_log_warn(domain->ocs, "%-20s %-20s not handled\n", funcname, ocs_sm_event_name(evt));
sys/dev/ocs_fc/ocs_els.c
2002
ocs_log_warn(ocs, "status x%x ext x%x\n", status, ext_status);
sys/dev/ocs_fc/ocs_els.c
2179
ocs_log_warn(els->node->ocs, "[%s] %-20s %-20s not handled - terminating ELS\n", node->display_name, funcname,
sys/dev/ocs_fc/ocs_els.c
2184
ocs_log_warn(els->node->ocs, "[%s] %-20s %-20s not handled\n", node->display_name, funcname,
sys/dev/ocs_fc/ocs_els.c
489
ocs_log_warn(ocs, "ELS response returned len=%d > buflen=%zu\n",
sys/dev/ocs_fc/ocs_els.c
519
ocs_log_warn(ocs, "els req complete: failed status x%x, ext_status, x%x\n", status, ext_status);
sys/dev/ocs_fc/ocs_els.c
577
ocs_log_warn(ocs, "[%s] %-8s failed status x%x, ext_status x%x\n",
sys/dev/ocs_fc/ocs_els.c
579
ocs_log_warn(ocs, "els acc complete: failed status x%x, ext_status, x%x\n", status, ext_status);
sys/dev/ocs_fc/ocs_fabric.c
1310
ocs_log_warn(sport->ocs, "WWPN of remote node [%08x %08x] matches local WWPN\n",
sys/dev/ocs_fc/ocs_fabric.c
2015
ocs_log_warn(ocs, "failed to determine p2p winner\n");
sys/dev/ocs_fc/ocs_fabric.c
2046
ocs_log_warn(ocs, "can't find name server node\n");
sys/dev/ocs_fc/ocs_hw.c
10845
ocs_log_warn(hw->os, "more RQs than REG_FCFI filter entries\n");
sys/dev/ocs_fc/ocs_hw.c
6449
ocs_log_warn(hw->os, "set FDT hint %d failed: %d\n", fdt_xfer_hint, rc);
sys/dev/ocs_fc/ocs_io.h
43
ocs_log_warn(io->ocs, fmt, ##__VA_ARGS__); \
sys/dev/ocs_fc/ocs_ioctl.c
798
ocs_log_warn(ocs,
sys/dev/ocs_fc/ocs_pci.c
412
ocs_log_warn(ocs, "%s: Device is already attached\n", __func__);
sys/dev/ocs_fc/ocs_pci.c
625
ocs_log_warn(ocs, "%s: Device is not attached\n", __func__);
sys/dev/ocs_fc/ocs_unsol.c
604
ocs_log_warn(ocs, "unsolicited FCP frame with invalid d_id x%x, dropping\n",
sys/dev/ocs_fc/sli4.c
6549
ocs_log_warn(sli4->os, "warning non-zero mask %#x when aborting XRI %#x\n", mask, ids);