Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dfc.c2126 struct nvme_fc_ersp_iu *ersp = &fod->rspiubuf; in nvmet_fc_prep_fcp_rsp() local
2128 struct nvme_completion *cqe = &ersp->cqe; in nvmet_fc_prep_fcp_rsp()
2142 * seen in an ersp), and command_id. Thus it will create a in nvmet_fc_prep_fcp_rsp()
2144 * must send an ersp for any condition where the cqe won't match in nvmet_fc_prep_fcp_rsp()
2147 * Here are the FC-NVME mandated cases where we must send an ersp: in nvmet_fc_prep_fcp_rsp()
2149 * force fabric commands to send ersp's (not in FC-NVME but good in nvmet_fc_prep_fcp_rsp()
2167 fod->fcpreq->rspaddr = ersp; in nvmet_fc_prep_fcp_rsp()
2171 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP); in nvmet_fc_prep_fcp_rsp()
2174 ersp->iu_len = cpu_to_be16(sizeof(*ersp)/sizeo in nvmet_fc_prep_fcp_rsp()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfc.c2149 struct nvme_fc_ersp_iu *ersp = &fod->rspiubuf; in nvmet_fc_prep_fcp_rsp() local
2151 struct nvme_completion *cqe = &ersp->cqe; in nvmet_fc_prep_fcp_rsp()
2165 * seen in an ersp), and command_id. Thus it will create a in nvmet_fc_prep_fcp_rsp()
2167 * must send an ersp for any condition where the cqe won't match in nvmet_fc_prep_fcp_rsp()
2170 * Here are the FC-NVME mandated cases where we must send an ersp: in nvmet_fc_prep_fcp_rsp()
2172 * force fabric commands to send ersp's (not in FC-NVME but good in nvmet_fc_prep_fcp_rsp()
2190 fod->fcpreq->rspaddr = ersp; in nvmet_fc_prep_fcp_rsp()
2194 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP); in nvmet_fc_prep_fcp_rsp()
2197 ersp->iu_len = cpu_to_be16(sizeof(*ersp)/sizeo in nvmet_fc_prep_fcp_rsp()
[all...]

Completed in 10 milliseconds