Searched defs:srpt_send_ioctx (Results 1 – 1 of 1) sorted by relevance
218 struct srpt_send_ioctx { struct219 struct srpt_ioctx ioctx;220 struct srpt_rdma_ch *ch;221 struct srpt_recv_ioctx *recv_ioctx;223 struct srpt_rw_ctx s_rw_ctx;224 struct srpt_rw_ctx *rw_ctxs;226 struct scatterlist imm_sg;228 struct ib_cqe rdma_cqe;229 enum srpt_command_state state;230 struct se_cmd cmd;[all …]