Lines Matching defs:resfp
1059 struct fw_pkt *fp, *resfp;
1153 resfp = &rb->xfer->send.hdr;
1157 resfp->mode.hdr.tcode = FWTCODE_WRES;
1160 resfp->mode.hdr.tcode = FWTCODE_RRESQ;
1163 resfp->mode.hdr.tcode = FWTCODE_RRESB;
1166 resfp->mode.hdr.tcode = FWTCODE_LRES;
1169 resfp->mode.hdr.dst = fp->mode.hdr.src;
1170 resfp->mode.hdr.tlrt = fp->mode.hdr.tlrt;
1171 resfp->mode.hdr.pri = fp->mode.hdr.pri;
1172 resfp->mode.rresb.rtcode = RESP_ADDRESS_ERROR;
1173 resfp->mode.rresb.extcode = 0;
1174 resfp->mode.rresb.len = 0;