Home
last modified time | relevance | path

Searched refs:io_alloc_failed_count (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_xport.h175 ocs_atomic_t io_alloc_failed_count; /**< used to track how often IO pool is empty */ member
H A Docs_ddump.c440 …ocs_ddump_value(textbuf, "io_alloc_failed_count", "%d", ocs_atomic_read(&hw->io_alloc_failed_count in ocs_ddump_hw()
664 …dump_value(textbuf, "io_alloc_failed_count", "%d", ocs_atomic_read(&xport->io_alloc_failed_count)); in ocs_ddump()
H A Docs_xport.c549 ocs_atomic_init(&xport->io_alloc_failed_count, 0); in ocs_xport_initialize()
H A Docs_els.c183 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_els_io_alloc_size()
2064 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_els_abort_io()
H A Docs_scsi.c190 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_scsi_io_alloc()
1947 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_scsi_tgt_abort_io()
H A Docs_hw.h1052 ocs_atomic_t io_alloc_failed_count; member
H A Docs_node.c2217 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_node_recv_abts_frame()
H A Docs_hw.c376 ocs_atomic_init(&hw->io_alloc_failed_count, 0); in ocs_hw_setup()
3367 ocs_atomic_add_return(&hw->io_alloc_failed_count, 1); in _ocs_hw_io_alloc()