Lines Matching +full:display +full:- +full:backend
1 /*-
42 if (OCS_LOG_ENABLE_IO_ERRORS(io->ocs)) \
43 ocs_log_warn(io->ocs, fmt, ##__VA_ARGS__); \
49 * This structure is used for transport and backend IO requests and responses.
72 const char *display_name; /**< display name */
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 */
82 ocs_scsi_ini_io_t ini_io; /**< backend initiator private IO data */
83 ocs_scsi_tgt_io_t tgt_io; /**< backend target private IO data */
179 return !(io->io_free); in ocs_io_busy()