Lines Matching defs:qedf_ioreq
97 struct qedf_ioreq { struct
98 struct list_head link;
99 uint16_t xid;
100 struct scsi_cmnd *sc_cmd;
107 u8 cmd_type;
132 enum qedf_ioreq_event event; argument
133 size_t data_xfer_len;
137 struct kref refcount;
138 struct qedf_cmd_mgr *cmd_mgr;
139 struct io_bdt *bd_tbl;
140 struct delayed_work timeout_work;
141 struct completion tm_done;
142 struct completion abts_done;
143 struct completion cleanup_done;
144 struct e4_fcoe_task_context *task;
145 struct fcoe_task_params *task_params;
146 struct scsi_sgl_task_params *sgl_task_params;
147 int idx;
148 int lun;
154 uint8_t *sense_buffer;
155 dma_addr_t sense_buffer_dma;
156 u32 fcp_resid;
157 u32 fcp_rsp_len;
158 u32 fcp_sns_len;
159 u8 cdb_status;
160 u8 fcp_status;
161 u8 fcp_rsp_code;
162 u8 scsi_comp_flags;
164 u16 reuse_count;
165 struct qedf_mp_req mp_req;
166 void (*cb_func)(struct qedf_els_cb_arg *cb_arg);
167 struct qedf_els_cb_arg *cb_arg;
168 int fp_idx;
169 unsigned int cpu;
170 unsigned int int_cpu;
174 u8 sge_type;
175 struct delayed_work rrq_work;
178 uint32_t rx_buf_off;
179 uint32_t tx_buf_off;
180 uint32_t rx_id;
181 uint32_t task_retry_identifier;
187 bool return_scsi_cmd_on_abts;
189 unsigned int alloc;