Searched defs:srpt_send_ioctx (Results 1 – 1 of 1) sorted by relevance
228 struct srpt_send_ioctx { struct229 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;[all …]