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 int sg_cnt;
242 int mapped_sg_count;
243 u16 n_rdma_ius;
244 u8 n_rdma;
245 u8 n_rbuf;
246 bool queue_status_only;
247 u8 sense_data[TRANSPORT_SENSE_BUFFER];