Lines Matching refs:xport

637 	ocs_xport_t *xport = ocs->xport;  in ocs_ddump()  local
660 ocs_ddump_value(textbuf, "nodes_count", "%d", xport->nodes_count); in ocs_ddump()
664 …ocs_ddump_value(textbuf, "io_alloc_failed_count", "%d", ocs_atomic_read(&xport->io_alloc_failed_co… in ocs_ddump()
665 ocs_ddump_value(textbuf, "io_active_count", "%d", ocs_atomic_read(&xport->io_active_count)); in ocs_ddump()
666 ocs_ddump_value(textbuf, "io_pending_count", "%d", ocs_atomic_read(&xport->io_pending_count)); in ocs_ddump()
667 ocs_ddump_value(textbuf, "io_total_alloc", "%d", ocs_atomic_read(&xport->io_total_alloc)); in ocs_ddump()
668 ocs_ddump_value(textbuf, "io_total_free", "%d", ocs_atomic_read(&xport->io_total_free)); in ocs_ddump()
669 ocs_ddump_value(textbuf, "io_total_pending", "%d", ocs_atomic_read(&xport->io_total_pending)); in ocs_ddump()
670 …ocs_ddump_value(textbuf, "io_pending_recursing", "%d", ocs_atomic_read(&xport->io_pending_recursin… in ocs_ddump()
673 ocs_lock(&xport->fcfi[i].pend_frames_lock); in ocs_ddump()
674 if (!ocs_list_empty(&xport->fcfi[i].pend_frames)) { in ocs_ddump()
677 ocs_ddump_value(textbuf, "hold_frames", "%d", xport->fcfi[i].hold_frames); in ocs_ddump()
678 ocs_list_foreach(&xport->fcfi[i].pend_frames, frame) { in ocs_ddump()
690 ocs_unlock(&xport->fcfi[i].pend_frames_lock); in ocs_ddump()
693 ocs_lock(&xport->io_pending_lock); in ocs_ddump()
695 ocs_list_foreach(&xport->io_pending_list, io) { in ocs_ddump()
699 ocs_unlock(&xport->io_pending_lock); in ocs_ddump()
726 ocs_list_foreach(&xport->vport_list, vport) { in ocs_ddump()