Lines Matching defs:ersp
2126 struct nvme_fc_ersp_iu *ersp = &fod->rspiubuf;
2128 struct nvme_completion *cqe = &ersp->cqe;
2142 * seen in an ersp), and command_id. Thus it will create a
2144 * must send an ersp for any condition where the cqe won't match
2147 * Here are the FC-NVME mandated cases where we must send an ersp:
2149 * force fabric commands to send ersp's (not in FC-NVME but good
2167 fod->fcpreq->rspaddr = ersp;
2171 memset(ersp, 0, NVME_FC_SIZEOF_ZEROS_RSP);
2174 ersp->iu_len = cpu_to_be16(sizeof(*ersp)/sizeof(u32));
2176 ersp->rsn = cpu_to_be32(rsn);
2177 ersp->xfrd_len = cpu_to_be32(xfr_length);
2178 fod->fcpreq->rsplen = sizeof(*ersp);