Searched refs:io_alloc_failed_count (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_xport.h | 175 ocs_atomic_t io_alloc_failed_count; /**< used to track how often IO pool is empty */ member
|
H A D | ocs_ddump.c | 440 …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 D | ocs_xport.c | 549 ocs_atomic_init(&xport->io_alloc_failed_count, 0); in ocs_xport_initialize()
|
H A D | ocs_els.c | 183 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 D | ocs_scsi.c | 190 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 D | ocs_hw.h | 1052 ocs_atomic_t io_alloc_failed_count; member
|
H A D | ocs_node.c | 2217 ocs_atomic_add_return(&xport->io_alloc_failed_count, 1); in ocs_node_recv_abts_frame()
|
H A D | ocs_hw.c | 376 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()
|