Lines Matching defs:qedf_ioreq
100 struct qedf_ioreq { struct
101 struct list_head link;
102 uint16_t xid;
103 struct scsi_cmnd *sc_cmd;
110 u8 cmd_type;
135 enum qedf_ioreq_event event; argument
136 size_t data_xfer_len;
140 struct kref refcount;
141 struct qedf_cmd_mgr *cmd_mgr;
142 struct io_bdt *bd_tbl;
143 struct delayed_work timeout_work;
144 struct completion tm_done;
145 struct completion abts_done;
146 struct completion cleanup_done;
147 struct e4_fcoe_task_context *task;
148 struct fcoe_task_params *task_params;
149 struct scsi_sgl_task_params *sgl_task_params;
150 int idx;
151 int lun;
157 uint8_t *sense_buffer;
158 dma_addr_t sense_buffer_dma;
159 u32 fcp_resid;
160 u32 fcp_rsp_len;
161 u32 fcp_sns_len;
162 u8 cdb_status;
163 u8 fcp_status;
164 u8 fcp_rsp_code;
165 u8 scsi_comp_flags;
167 u16 reuse_count;
168 struct qedf_mp_req mp_req;
169 void (*cb_func)(struct qedf_els_cb_arg *cb_arg);
170 struct qedf_els_cb_arg *cb_arg;
171 int fp_idx;
172 unsigned int cpu;
173 unsigned int int_cpu;
177 u8 sge_type;
178 struct delayed_work rrq_work;
181 uint32_t rx_buf_off;
182 uint32_t tx_buf_off;
183 uint32_t rx_id;
184 uint32_t task_retry_identifier;
190 bool return_scsi_cmd_on_abts;
192 unsigned int alloc;