ocs_atomic_t
ocs_atomic_t io_alloc_failed_count;
ocs_atomic_t send_frame_seq_id; /**< send frame sequence ID */
ocs_atomic_t rpi_count;
ocs_atomic_t rpi_attached;
ocs_atomic_t terminate; /*<< terminate request */
ocs_atomic_t io_alloc_failed_count; /**< used to track how often IO pool is empty */
ocs_atomic_t io_total_alloc; /**< count of totals IOS allocated */
ocs_atomic_t io_total_free; /**< count of totals IOS free'd */
ocs_atomic_t io_total_pending; /**< count of totals IOS that were pended */
ocs_atomic_t io_active_count; /**< count of active IOS */
ocs_atomic_t io_pending_count; /**< count of pending IOS */
ocs_atomic_t io_pending_recursing; /**< non-zero if ocs_scsi_check_pending is executing */