Lines Matching defs:srpt_send_ioctx
228 struct srpt_send_ioctx { struct
229 struct srpt_ioctx ioctx;
230 struct srpt_rdma_ch *ch;
231 struct rdma_iu *rdma_ius;
232 struct srp_direct_buf *rbufs;
233 struct srp_direct_buf single_rbuf;
234 struct scatterlist *sg;
235 struct list_head free_list;
236 spinlock_t spinlock;
237 enum srpt_command_state state;
238 bool rdma_aborted;
239 struct se_cmd cmd;
240 struct completion tx_done;
241 u64 tag;
242 int sg_cnt;
243 int mapped_sg_count;
244 u16 n_rdma_ius;
245 u8 n_rdma;
246 u8 n_rbuf;
247 bool queue_status_only;
248 u8 sense_data[SCSI_SENSE_BUFFERSIZE];