Lines Matching defs:scsi_task
108 typedef struct scsi_task { struct
109 void *task_stmf_private;
110 void *task_port_private;
112 void *task_lu_private;
113 struct stmf_scsi_session *task_session;
114 struct stmf_local_port *task_lport;
115 struct stmf_lu *task_lu;
116 void *task_lu_itl_handle; /* Assigned by LU */
119 uint8_t task_lun_no[8];
120 uint8_t task_flags; /* See def. for task flags */
121 uint8_t task_priority; /* As per SAM-3 */
122 uint8_t task_mgmt_function; /* If this is a TM request */
123 uint8_t task_max_nbufs;
124 uint8_t task_cur_nbufs;
125 uint8_t task_csn_size; /* cmd seq no size in bits */
126 uint16_t task_additional_flags;
127 uint32_t task_cmd_seq_no;
128 uint32_t task_expected_xfer_length;
129 uint32_t task_timeout; /* In seconds */
153 } scsi_task_t; argument