Lines Matching refs:rpl

520 	struct cpl_act_establish *rpl = cplhdr(skb);  in queue_arp_failure_cpl()  local
523 rpl->ot.opcode = cpl; in queue_arp_failure_cpl()
1921 struct cpl_abort_rpl_rss6 *rpl = cplhdr(skb); in abort_rpl() local
1923 unsigned int tid = GET_TID(rpl); in abort_rpl()
1932 srqidx = ABORT_RSS_SRQIDX_G(be32_to_cpu(rpl->srqidx_status)); in abort_rpl()
2267 struct cpl_act_open_rpl *rpl = cplhdr(skb); in act_open_rpl() local
2269 ntohl(rpl->atid_status))); in act_open_rpl()
2271 int status = AOPEN_STATUS_G(ntohl(rpl->atid_status)); in act_open_rpl()
2313 ntohl(rpl->atid_status)))); in act_open_rpl()
2365 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl), in act_open_rpl()
2379 struct cpl_pass_open_rpl *rpl = cplhdr(skb); in pass_open_rpl() local
2380 unsigned int stid = GET_TID(rpl); in pass_open_rpl()
2388 rpl->status, status2errno(rpl->status)); in pass_open_rpl()
2389 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in pass_open_rpl()
2397 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb); in close_listsrv_rpl() local
2398 unsigned int stid = GET_TID(rpl); in close_listsrv_rpl()
2406 c4iw_wake_up_noref(ep->com.wr_waitp, status2errno(rpl->status)); in close_listsrv_rpl()
2415 struct cpl_pass_accept_rpl *rpl; in accept_cr() local
2472 rpl = cplhdr(skb); in accept_cr()
2475 rpl5 = (void *)rpl; in accept_cr()
2478 skb_trim(skb, sizeof(*rpl)); in accept_cr()
2479 INIT_TP_WR(rpl, ep->hwtid); in accept_cr()
2481 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, in accept_cr()
2489 rpl5 = (void *)rpl; in accept_cr()
2490 memset(&rpl5->iss, 0, roundup(sizeof(*rpl5)-sizeof(*rpl), 16)); in accept_cr()
2497 rpl->opt0 = cpu_to_be64(opt0); in accept_cr()
2498 rpl->opt2 = cpu_to_be32(opt2); in accept_cr()
2976 struct cpl_close_con_rpl *rpl = cplhdr(skb); in close_con_rpl() local
2978 unsigned int tid = GET_TID(rpl); in close_con_rpl()
3022 struct cpl_rdma_terminate *rpl = cplhdr(skb); in terminate() local
3023 unsigned int tid = GET_TID(rpl); in terminate()
3847 struct cpl_get_tcb_rpl *rpl = cplhdr(skb); in read_tcb_rpl() local
3848 __be64 *tcb = (__be64 *)(rpl + 1); in read_tcb_rpl()
3849 unsigned int tid = GET_TID(rpl); in read_tcb_rpl()
3898 struct cpl_fw6_msg *rpl = cplhdr(skb); in deferred_fw6_msg() local
3901 switch (rpl->type) { in deferred_fw6_msg()
3903 c4iw_ev_dispatch(dev, (struct t4_cqe *)&rpl->data[0]); in deferred_fw6_msg()
3906 req = (struct cpl_fw6_msg_ofld_connection_wr_rpl *)rpl->data; in deferred_fw6_msg()
4295 struct cpl_act_establish *rpl; in process_work() local
4301 rpl = cplhdr(skb); in process_work()
4303 opcode = rpl->ot.opcode; in process_work()
4361 struct cpl_set_tcb_rpl *rpl = cplhdr(skb); in set_tcb_rpl() local
4363 if (rpl->status != CPL_ERR_NONE) { in set_tcb_rpl()
4365 rpl->status, GET_TID(rpl)); in set_tcb_rpl()
4373 struct cpl_fw6_msg *rpl = cplhdr(skb); in fw6_msg() local
4377 pr_debug("type %u\n", rpl->type); in fw6_msg()
4379 switch (rpl->type) { in fw6_msg()
4381 ret = (int)((be64_to_cpu(rpl->data[0]) >> 8) & 0xff); in fw6_msg()
4382 wr_waitp = (struct c4iw_wr_wait *)(__force unsigned long) rpl->data[1]; in fw6_msg()
4394 __func__, rpl->type); in fw6_msg()