Searched refs:ocs_atomic_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/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 */
181 ocs_atomic_t io_total_alloc; /**< count of totals IOS allocated */
182 ocs_atomic_t io_total_free; /**< count of totals IOS free'd */
183 ocs_atomic_t io_total_pending; /**< count of totals IOS that were pended */
184 ocs_atomic_t io_active_count; /**< count of active IOS */
185 ocs_atomic_t io_pending_count; /**< count of pending IOS */
186 ocs_atomic_t io_pending_recursing; /**< non-zero if ocs_scsi_check_pending is executing */
H A Docs_os.h905 typedef uint32_t ocs_atomic_t; typedef
982 ocs_atomic_t terminate; /*<< terminate request */
H A Docs_hw.h685 ocs_atomic_t rpi_count;
686 ocs_atomic_t rpi_attached;
1052 ocs_atomic_t io_alloc_failed_count;
1081 ocs_atomic_t send_frame_seq_id; /**< send frame sequence ID */

Completed in 207 milliseconds