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 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;[all …]