Lines Matching refs:rpl

1358 	struct cpl_abort_rpl_rss *rpl = cplhdr(skb);
1360 unsigned int tid = GET_TID(rpl);
1396 struct cpl_act_open_rpl *rpl = cplhdr(skb);
1398 ntohl(rpl->atid_status)));
1400 int status = GET_AOPEN_STATUS(ntohl(rpl->atid_status));
1417 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl));
1429 struct cpl_pass_open_rpl *rpl = cplhdr(skb);
1431 unsigned int stid = GET_TID(rpl);
1439 rpl->status, status2errno(rpl->status));
1440 c4iw_wake_up(&ep->com.wr_wait, status2errno(rpl->status));
1468 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb);
1470 unsigned int stid = GET_TID(rpl);
1474 c4iw_wake_up(&ep->com.wr_wait, status2errno(rpl->status));
1481 struct cpl_pass_accept_rpl *rpl;
1489 skb_trim(skb, sizeof(*rpl));
1513 rpl = cplhdr(skb);
1514 INIT_TP_WR(rpl, ep->hwtid);
1515 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL,
1517 rpl->opt0 = cpu_to_be64(opt0);
1518 rpl->opt2 = cpu_to_be32(opt2);
1889 struct cpl_abort_rpl *rpl;
1979 rpl_skb = get_skb(skb, sizeof(*rpl), GFP_KERNEL);
1987 rpl = (struct cpl_abort_rpl *) skb_put(rpl_skb, sizeof(*rpl));
1988 INIT_TP_WR(rpl, ep->hwtid);
1989 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid));
1990 rpl->cmd = CPL_ABORT_NO_RST;
2011 struct cpl_close_con_rpl *rpl = cplhdr(skb);
2014 unsigned int tid = GET_TID(rpl);
2055 struct cpl_rdma_terminate *rpl = cplhdr(skb);
2057 unsigned int tid = GET_TID(rpl);
2475 struct cpl_fw6_msg *rpl = cplhdr(skb);
2476 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]);
2562 struct cpl_act_establish *rpl;
2567 rpl = cplhdr(skb);
2569 opcode = rpl->ot.opcode;
2612 struct cpl_set_tcb_rpl *rpl = cplhdr(skb);
2614 if (rpl->status != CPL_ERR_NONE) {
2616 "for tid %u\n", rpl->status, GET_TID(rpl));
2624 struct cpl_fw6_msg *rpl = cplhdr(skb);
2628 PDBG("%s type %u\n", __func__, rpl->type);
2630 switch (rpl->type) {
2632 ret = (int)((be64_to_cpu(rpl->data[0]) >> 8) & 0xff);
2633 wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1];
2644 rpl->type);