Lines Matching defs:rpl
645 struct cpl_smt_write_rpl *rpl = cplhdr(m);
647 if (rpl->status != CPL_ERR_NONE)
650 rpl->status, GET_TID(rpl));
658 struct cpl_l2t_write_rpl *rpl = cplhdr(m);
660 if (rpl->status != CPL_ERR_NONE)
663 rpl->status, GET_TID(rpl));
671 struct cpl_act_open_rpl *rpl = cplhdr(m);
672 unsigned int atid = G_TID(ntohl(rpl->atid));
764 struct cpl_abort_rpl *rpl;
776 rpl = cplhdr(m2);
777 rpl->wr.wr_hi =
779 rpl->wr.wr_lo = htonl(V_WR_TID(GET_TID(req)));
780 OPCODE_TID(rpl) =
782 rpl->cmd = req->status;
811 struct cpl_set_tcb_rpl *rpl = cplhdr(m);
813 if (rpl->status != CPL_ERR_NONE)
816 rpl->status, GET_TID(rpl));