Lines Matching refs:rpl
520 struct cpl_act_establish *rpl = cplhdr(skb);
523 rpl->ot.opcode = cpl;
1921 struct cpl_abort_rpl_rss6 *rpl = cplhdr(skb);
1923 unsigned int tid = GET_TID(rpl);
1927 pr_warn("Abort rpl to freed endpoint\n");
1932 srqidx = ABORT_RSS_SRQIDX_G(be32_to_cpu(rpl->srqidx_status));
2270 struct cpl_act_open_rpl *rpl = cplhdr(skb);
2272 ntohl(rpl->atid_status)));
2274 int status = AOPEN_STATUS_G(ntohl(rpl->atid_status));
2316 ntohl(rpl->atid_status))));
2368 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl),
2382 struct cpl_pass_open_rpl *rpl = cplhdr(skb);
2383 unsigned int stid = GET_TID(rpl);
2391 rpl->status, status2errno(rpl->status));
2392 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status));
2400 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb);
2401 unsigned int stid = GET_TID(rpl);
2409 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status));
2418 struct cpl_pass_accept_rpl *rpl;
2475 rpl = cplhdr(skb);
2478 rpl5 = (void *)rpl;
2481 skb_trim(skb, sizeof(*rpl));
2482 INIT_TP_WR(rpl, ep->hwtid);
2484 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL,
2492 rpl5 = (void *)rpl;
2493 memset(&rpl5->iss, 0, roundup(sizeof(*rpl5)-sizeof(*rpl), 16));
2500 rpl->opt0 = cpu_to_be64(opt0);
2501 rpl->opt2 = cpu_to_be32(opt2);
2979 struct cpl_close_con_rpl *rpl = cplhdr(skb);
2981 unsigned int tid = GET_TID(rpl);
3025 struct cpl_rdma_terminate *rpl = cplhdr(skb);
3026 unsigned int tid = GET_TID(rpl);
3850 struct cpl_get_tcb_rpl *rpl = cplhdr(skb);
3851 __be64 *tcb = (__be64 *)(rpl + 1);
3852 unsigned int tid = GET_TID(rpl);
3901 struct cpl_fw6_msg *rpl = cplhdr(skb);
3904 switch (rpl->type) {
3906 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]);
3909 req = (struct cpl_fw6_msg_ofld_connection_wr_rpl *)rpl->data;
4298 struct cpl_act_establish *rpl;
4304 rpl = cplhdr(skb);
4306 opcode = rpl->ot.opcode;
4364 struct cpl_set_tcb_rpl *rpl = cplhdr(skb);
4366 if (rpl->status != CPL_ERR_NONE) {
4368 rpl->status, GET_TID(rpl));
4376 struct cpl_fw6_msg *rpl = cplhdr(skb);
4380 pr_debug("type %u\n", rpl->type);
4382 switch (rpl->type) {
4384 ret = (int)((be64_to_cpu(rpl->data[0]) >> 8) & 0xff);
4385 wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1];
4397 __func__, rpl->type);