Searched defs:srpt_send_ioctx (Results 1 – 1 of 1) sorted by relevance
213 struct srpt_send_ioctx { struct214 struct srpt_ioctx ioctx;215 struct srpt_rdma_ch *ch;216 struct srpt_recv_ioctx *recv_ioctx;218 struct srpt_rw_ctx s_rw_ctx;219 struct srpt_rw_ctx *rw_ctxs;221 struct scatterlist imm_sg;223 struct ib_cqe rdma_cqe;224 enum srpt_command_state state;225 struct se_cmd cmd;[all …]