Lines Matching defs:ersp
2149 struct nvme_fc_ersp_iu *ersp = &fod->rspiubuf;
2151 struct nvme_completion *cqe = &ersp->cqe;
2165 * seen in an ersp), and command_id. Thus it will create a
2167 * must send an ersp for any condition where the cqe won't match
2170 * Here are the FC-NVME mandated cases where we must send an ersp:
2172 * force fabric commands to send ersp's (not in FC-NVME but good
2190 fod->fcpreq->rspaddr = ersp;
2194 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP);
2197 ersp->iu_len = cpu_to_be16(sizeof(*ersp)/sizeof(u32));
2199 ersp->rsn = cpu_to_be32(rsn);
2200 ersp->xfrd_len = cpu_to_be32(xfr_length);
2201 fod->fcpreq->rsplen = sizeof(*ersp);