Searched refs:ocs_log_debug (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Docs_gendump.c59 ocs_log_debug(ocs, "successfully reset port\n");
61 ocs_log_debug(ocs, "free domain %p\n", domain);
69 ocs_log_debug(ocs, "successfully initialized hw\n");
124 ocs_log_debug(nxt_ocs, "port quiesced\n");
142 ocs_log_debug(ocs, "Dump requested, wait for completion.\n");
156 ocs_log_debug(ocs, "sucessfully generated dump\n");
161 ocs_log_debug(ocs, "reset required=%d\n", reset_required);
164 ocs_log_debug(ocs, "all devices reset\n");
207 ocs_log_debug(ocs, "Dump requested, wait for completion.\n");
222 ocs_log_debug(oc
[all...]
H A Docs_xport.c102 ocs_log_debug(ocs, "wait for thread %d to exit\n", i);
106 ocs_log_debug(ocs, "thread %d to exited\n", i);
135 ocs_log_debug(ocs, "number of RQ threads %d\n", num_rq_threads);
218 ocs_log_debug(ocs, "stopping after ocs_hw_setup\n");
223 ocs_log_debug(ocs, "HW bounce: %d\n", ocs->hw_bounce);
228 ocs_log_debug(ocs, "RQ Selection Policy: %d\n", value);
246 ocs_log_debug(ocs, "%s: Configured for %d SGLs\n", ocs->desc, n_sgl);
365 ocs_log_debug(ocs, "Auto xfer rdy is enabled, p_type=%d, blksize=%d\n",
444 ocs_log_debug(ocs, "High login mode is enabled\n");
529 ocs_log_debug(oc
[all...]
H A Docs_sport.c86 ocs_log_debug(ocs, "OCS_HW_PORT_ALLOC_OK\n");
90 ocs_log_debug(ocs, "OCS_HW_PORT_ALLOC_FAIL\n");
94 ocs_log_debug(ocs, "OCS_HW_PORT_ATTACH_OK\n");
98 ocs_log_debug(ocs, "OCS_HW_PORT_ATTACH_FAIL\n");
102 ocs_log_debug(ocs, "OCS_HW_PORT_FREE_OK\n");
106 ocs_log_debug(ocs, "OCS_HW_PORT_FREE_FAIL\n");
193 ocs_log_debug(domain->ocs, "[%s] allocate sport\n", sport->display_name);
220 ocs_log_debug(domain->ocs, "[%s] free sport\n", sport->display_name);
420 ocs_log_debug(sport->ocs, "[%s] attach sport: fc_id x%06x\n", sport->display_name, fc_id);
453 ocs_log_debug(oc
[all...]
H A Docs_domain.c239 ocs_log_debug(ocs, "Domain allocated: wwn %016" PRIX64 "\n", domain->fcf_wwn);
282 ocs_log_debug(ocs, "Domain free: wwn %016" PRIX64 "\n", domain->fcf_wwn);
293 ocs_log_debug(ocs, "setting new domain, old=%p new=%p\n",
528 ocs_log_debug(ocs, "using default hardware WWN configuration \n");
533 ocs_log_debug(ocs, "Creating base sport using WWPN %016" PRIx64 " WWNN %016" PRIx64 "\n",
578 ocs_log_debug(ocs, "%s fc_id=%#x speed=%d\n",
588 ocs_log_debug(ocs, "%d position map entries\n", count);
593 ocs_log_debug(ocs, "%#x -> %#x\n",
737 ocs_log_debug(ocs, "%s received while waiting for ocs_hw_domain_alloc() to complete\n", ocs_sm_event_name(evt));
780 ocs_log_debug(oc
[all...]
H A Docs_sm.h196 #define smtrace(sm) ocs_log_debug(NULL, "%s: %-20s --> %s\n", sm, ocs_sm_event_name(evt), __func__)
H A Docs_unsol.c50 ocs_log_debug(ocs, "[%06x.%s] %02x/%04x/%04x: " fmt, fc_be24toh((hdr)->d_id), s_id_text, \
84 ocs_log_debug(ocs, "%s running\n", mythread->name);
102 ocs_log_debug(ocs, "%s exiting\n", mythread->name);
120 ocs_log_debug(ocs, "xri=0x%x tag=0x%x\n", hio->indicator, hio->reqtag);
138 ocs_log_debug(ocs, "already aborted XRI 0x%x\n", hio->indicator);
140 ocs_log_debug(ocs, "Error aborting XRI 0x%x status %d\n",
310 ocs_log_debug(ocs, "%u node frames held and processed\n", pend_frames_processed);
371 ocs_log_debug(ocs, "%u domain frames held and processed\n", pend_frames_processed);
521 ocs_log_debug(domain->ocs, "hold frames set for FCFI %d\n",
549 ocs_log_debug(domai
[all...]
H A Docs_node.c52 #define scsi_io_printf(io, fmt, ...) ocs_log_debug(io->ocs, "[%s]" SCSI_IOFMT fmt, \
89 ocs_log_debug(node->ocs, "[%s] initiate ELS abort %s\n", node->display_name, els->display_name);
382 ocs_log_debug(ocs, "node allocation when shutting down %06x", port_id);
736 ocs_log_debug(ocs, "[%s] cleaning up LS_ACC oxid=0x%x\n",
1193 ocs_log_debug(ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt));
1279 ocs_log_debug(ocs, "[%s] (%s) ELS x%02x, LS_RJT not supported\n",
1299 ocs_log_debug(ocs, "[%s] (%s) %s sending ELS_RJT\n",
1312 ocs_log_debug(ocs, "[%s] (%s) %s sending CT_REJECT\n",
1320 ocs_log_debug(ocs, "[%s] (%s) %s sending BA_ACC\n",
1628 ocs_log_debug(nod
[all...]
H A Docs_mgmt.c569 ocs_log_debug(ocs, "Resetting port\n");
574 ocs_log_debug(ocs, "successfully reset port\n");
1758 ocs_log_debug(ocs, "Taking port offline\n");
1764 ocs_log_debug(ocs, "Setting port to speed %d\n", spd);
1774 ocs_log_debug(ocs, "Bringing port online\n");
1797 ocs_log_debug(ocs, "Taking port offline\n");
1803 ocs_log_debug(ocs, "Setting port to topology %d\n", topo);
1818 ocs_log_debug(ocs, "Bringing port online\n");
1835 ocs_log_debug(ocs, "Setting port to %s\n", value);
1842 ocs_log_debug(oc
[all...]
H A Docs_hw.c287 ocs_log_debug(hw->os, "Function only supported for I/F type 2\n");
316 ocs_log_debug(hw->os, "Dump size %x\n", rsp->buffer_length);
472 ocs_log_debug(hw->os, "ulp_start %d, ulp_max %d\n",
585 ocs_log_debug(hw->os, "removed %d items from io_wait_free list\n", rem_count);
595 ocs_log_debug(hw->os, "removed %d items from io_inuse list\n", rem_count);
605 ocs_log_debug(hw->os, "removed %d items from io_free list\n", rem_count);
726 ocs_log_debug(hw->os, "Max CQs %d, hash size = %d\n",
730 ocs_log_debug(hw->os, "Max RQs %d, hash size = %d\n",
734 ocs_log_debug(hw->os, "Max WQs %d, hash size = %d\n",
830 ocs_log_debug(h
[all...]
H A Docs_ddump.c801 ocs_log_debug(ocs, "Saved ddump already exists\n");
810 ocs_log_debug(ocs, "Saving ddump\n");
812 ocs_log_debug(ocs, "Saved ddump: %d bytes written\n", ocs_textbuf_get_written(&ocs->ddump_saved));
867 ocs_log_debug(ocs, "saved ddump cleared\n");
871 ocs_log_debug(ocs, "no saved ddump found\n");
H A Docs_hw_queues.c380 ocs_log_debug(hw->os, "create eq[%2d] id %3d len %4d\n", eq->instance, eq->queue->id,
422 ocs_log_debug(hw->os, "create cq[%2d] id %3d len %4d\n", cq->instance, cq->queue->id,
525 ocs_log_debug(hw->os, "create mq[%2d] id %3d len %4d\n", mq->instance, mq->queue->id,
571 ocs_log_debug(hw->os, "create wq[%2d] id %3d len %4d cls %d ulp %d\n", wq->instance, wq->queue->id,
622 ocs_log_debug(hw->os, "create rq[%2d] id %3d len %4d hdr size %4d ulp %d\n",
641 ocs_log_debug(hw->os, "create rq[%2d] id %3d len %4d data size %4d ulp %d\n", rq->instance,
1603 ocs_log_debug(hw->os, "queue topology: %s\n", qtop_string);
1644 ocs_log_debug(hw->os, "entry %s set_df %d len %4d class %d ulp %d\n", qtopentry2s(qt->entry), qt->set_default, qt->len,
1734 ocs_log_debug(hw->os, "Warning: RCQE status=%#x, \n", rq_status);
1840 ocs_log_debug(h
[all...]
H A Docs_fabric.c84 ocs_log_debug(node->ocs, ">>> reenter !!\n");
925 ocs_log_debug(ocs, "RSCN received while in GIDPT delay - no action\n");
1306 ocs_log_debug(sport->ocs, "r: %08x %08x\n", ocs_be32toh(remote_sparms->port_name_hi), ocs_be32toh(remote_sparms->port_name_lo));
1307 ocs_log_debug(sport->ocs, "l: %08x %08x\n", (uint32_t) (local_wwpn >> 32ll), (uint32_t) local_wwpn);
1864 ocs_log_debug(node->ocs, "residual is %u words\n", residual);
2010 ocs_log_debug(ocs, "External loopback mode enabled\n");
H A Docs_device.c123 ocs_log_debug(node->ocs,
136 ocs_log_debug(node->ocs,
149 ocs_log_debug(node->ocs,
249 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt));
254 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt));
259 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt));
H A Dsli4.c483 ocs_log_debug(sli4->os, "pmd addr does not match pmd:%x %x (%x %x)\n",
3211 ocs_log_debug(NULL, "bad status (cmpl=%#x ext=%#x con=%d cmp=%d ae=%d val=%d)\n",
3251 /*TODO*/ocs_log_debug(sli4->os, "ACQE GRP5\n");
3254 ocs_log_debug(sli4->os,"ACQE SLI Port, type=0x%x, data1,2=0x%08x,0x%08x\n",
3621 ocs_log_debug(sli4->os, "[%s]: max_qentries from %d to %d (max dma %d)\n",
3775 ocs_log_debug(sli4->os, "FCoE\n");
3778 ocs_log_debug(sli4->os, "FC (unknown)\n");
3781 ocs_log_debug(sli4->os, "FC (direct attach)\n");
3784 ocs_log_debug(sli4->os, "FC (arbitrated loop)\n");
3953 ocs_log_debug(sli
[all...]
H A Docs_node.h46 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__VA_ARGS__)
H A Docs_scsi.c520 ocs_log_debug(ocs, "blocksize %d first check_block %" PRId64 " last_check_block %" PRId64 " check_count %d\n",
532 ocs_log_debug(ocs, "block guard check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
537 ocs_log_debug(ocs, "app tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
542 ocs_log_debug(ocs, "ref tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
608 ocs_log_debug(ocs, "expected app tag 0x%x, actual 0x%x\n",
635 ocs_log_debug(ocs, "expected ref tag 0x%x, actual 0x%x\n",
2678 ocs_log_debug(ocs, "status %d ext %d\n", status, ext_status);
2777 ocs_log_debug(ocs, "invalid property request %d\n", prop);
2866 ocs_log_debug(ocs, "invalid property request %d\n", prop);
H A Docs_cam.c276 ocs_log_debug(ocs, "task set full processing is %s\n",
960 ocs_log_debug(ocs, "PORT offline,.. skipping\n");
966 ocs_log_debug(ocs,"sport is not NULL, skipping\n");
2006 ocs_log_debug(ocs, "port offline failed : %d\n", rc);
2011 ocs_log_debug(ocs, "port online failed : %d\n", rc);
2357 ocs_log_debug(ocs, "Failed to bring port online"
H A Docs_utils.c865 ocs_log_debug(os, "%s\n", label);
888 ocs_log_debug(os, "%s", linebuf);
965 ocs_log_debug(ocs, "q_hist not NULL, skipping init\n");
H A Docs_os.h376 #define ocs_log_debug(os, fmt, ...) ocs_log(os, LOG_DEBUG, fmt, ##__VA_ARGS__); macro
H A Docs_ioctl.c1014 ocs_log_debug(ocs, "Setting port to %s\n", new);
1023 ocs_log_debug(ocs, "Setting port to %s\n", new);
H A Docs_els.c56 ocs_log_debug(els->node->ocs, "[%s]" ELS_IOFMT " %-8s " fmt, els->node->display_name, ELS_IOFMT_ARGS(els), els->display_name, ##__VA_ARGS__);
176 ocs_log_debug(ocs, "called with io_alloc_enabled = FALSE\n");
2057 ocs_log_debug(ocs, "els no longer active\n");
H A Docs_pci.c399 ocs_log_debug(ocs, "VPort wwpn: %lx wwnn: %lx \n", vport->wwpn, vport->wwnn);

Completed in 352 milliseconds