Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dfcloop.c297 tgt_fcp_req_to_fcpreq(struct nvmefc_tgt_fcp_req *tgt_fcpreq) in tgt_fcp_req_to_fcpreq() argument
299 return container_of(tgt_fcpreq, struct fcloop_fcpreq, tgt_fcp_req); in tgt_fcp_req_to_fcpreq()
803 struct nvmefc_tgt_fcp_req *tgt_fcpreq) in fcloop_fcp_op() argument
805 struct fcloop_fcpreq *tfcp_req = tgt_fcp_req_to_fcpreq(tgt_fcpreq); in fcloop_fcp_op()
809 u8 op = tgt_fcpreq->op; in fcloop_fcp_op()
827 tgt_fcpreq->transferred_length = 0; in fcloop_fcp_op()
828 tgt_fcpreq->fcp_error = -ECANCELED; in fcloop_fcp_op()
829 tgt_fcpreq->done(tgt_fcpreq); in fcloop_fcp_op()
841 xfrlen = tgt_fcpreq->transfer_length; in fcloop_fcp_op()
843 fcloop_fcp_copy_data(op, tgt_fcpreq->sg, in fcloop_fcp_op()
[all …]