Home
last modified time | relevance | path

Searched refs:chained_io_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h388 uint32_t chained_io_count; /**< count of IOs with chained SGL's */ member
H A Docs_node.c1540 ocs_ddump_value(textbuf, "chained_io_count", "%d", node->chained_io_count); in ocs_ddump_node()
1812 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "chained_io_count", "%d", node->chained_io_count); in ocs_mgmt_node_get()
1872 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "chained_io_count", "%d", node->chained_io_count); in ocs_mgmt_node_get_all()
H A Docs_scsi.c1306 io->node->chained_io_count++; in ocs_scsi_io_dispatch_hw_io()