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;
2479 rpl = (void *)rpl5;
2489 skb = get_skb(skb, sizeof(*rpl), GFP_KERNEL);
2490 rpl = __skb_put_zero(skb, sizeof(*rpl));
2491 INIT_TP_WR_CPL(rpl, CPL_PASS_ACCEPT_RPL, ep->hwtid);
2494 rpl->opt0 = cpu_to_be64(opt0);
2495 rpl->opt2 = cpu_to_be32(opt2);
2976 struct cpl_close_con_rpl *rpl = cplhdr(skb);
2978 unsigned int tid = GET_TID(rpl);
3022 struct cpl_rdma_terminate *rpl = cplhdr(skb);
3023 unsigned int tid = GET_TID(rpl);
3847 struct cpl_get_tcb_rpl *rpl = cplhdr(skb);
3848 __be64 *tcb = (__be64 *)(rpl + 1);
3849 unsigned int tid = GET_TID(rpl);
3898 struct cpl_fw6_msg *rpl = cplhdr(skb);
3901 switch (rpl->type) {
3903 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]);
3906 req = (struct cpl_fw6_msg_ofld_connection_wr_rpl *)rpl->data;
4299 struct cpl_act_establish *rpl;
4305 rpl = cplhdr(skb);
4307 opcode = rpl->ot.opcode;
4365 struct cpl_set_tcb_rpl *rpl = cplhdr(skb);
4367 if (rpl->status != CPL_ERR_NONE) {
4369 rpl->status, GET_TID(rpl));
4377 struct cpl_fw6_msg *rpl = cplhdr(skb);
4381 pr_debug("type %u\n", rpl->type);
4383 switch (rpl->type) {
4385 ret = (int)((be64_to_cpu(rpl->data[0]) >> 8) & 0xff);
4386 wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1];
4398 __func__, rpl->type);