Searched defs:ocs_io_s (Results 1 – 1 of 1) sorted by relevance
69 struct ocs_io_s { struct70 ocs_t *ocs; /**< pointer back to ocs */71 uint32_t instance_index; /**< unique instance index value */72 const char *display_name; /**< display name */73 ocs_node_t *node; /**< pointer to node */74 ocs_list_link_t io_alloc_link; /**< (io_pool->io_free_list) free list link */75 uint32_t init_task_tag; /**< initiator task tag (OX_ID) for back-end and SCSI logging */76 uint32_t tgt_task_tag; /**< target task tag (RX_ID) - for back-end and SCSI logging */77 uint32_t hw_tag; /**< HW layer unique IO id - for back-end and SCSI logging */78 uint32_t tag; /**< unique IO identifier */[all …]