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 kref kref;
232 struct rdma_iu *rdma_ius;
233 struct srp_direct_buf *rbufs;
234 struct srp_direct_buf single_rbuf;
235 struct scatterlist *sg;
236 struct list_head free_list;
237 spinlock_t spinlock;
238 enum srpt_command_state state;
239 bool rdma_aborted;
240 struct se_cmd cmd;
241 struct completion tx_done;
242 u64 tag;
243 int sg_cnt;
244 int mapped_sg_count;
245 u16 n_rdma_ius;
246 u8 n_rdma;
247 u8 n_rbuf;
248 bool queue_status_only;
249 u8 sense_data[SCSI_SENSE_BUFFERSIZE];