Searched refs:tgt_fcpreq (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/nvme/target/
H A Dfcloop.c297 tgt_fcp_req_to_fcpreq(struct nvmefc_tgt_fcp_req *tgt_fcpreq) argument
299 return container_of(tgt_fcpreq, struct fcloop_fcpreq, tgt_fcp_req);
804 struct nvmefc_tgt_fcp_req *tgt_fcpreq)
806 struct fcloop_fcpreq *tfcp_req = tgt_fcp_req_to_fcpreq(tgt_fcpreq);
810 u8 op = tgt_fcpreq->op;
829 tgt_fcpreq->transferred_length = 0;
830 tgt_fcpreq->fcp_error = -ECANCELED;
831 tgt_fcpreq->done(tgt_fcpreq);
843 xfrlen = tgt_fcpreq
803 fcloop_fcp_op(struct nvmet_fc_target_port *tgtport, struct nvmefc_tgt_fcp_req *tgt_fcpreq) argument
897 fcloop_tgt_fcp_abort(struct nvmet_fc_target_port *tgtport, struct nvmefc_tgt_fcp_req *tgt_fcpreq) argument
922 fcloop_fcp_req_release(struct nvmet_fc_target_port *tgtport, struct nvmefc_tgt_fcp_req *tgt_fcpreq) argument
[all...]

Completed in 194 milliseconds