Lines Matching refs:rpl

511 	struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head;
519 INIT_TP_WR(rpl, csk->tid);
520 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid));
521 rpl->cmd = rst_status;
1045 struct cpl_act_open_rpl *rpl = (struct cpl_act_open_rpl *)skb->data;
1046 unsigned int tid = GET_TID(rpl);
1048 TID_TID_G(AOPEN_ATID_G(be32_to_cpu(rpl->atid_status)));
1049 unsigned int status = AOPEN_STATUS_G(be32_to_cpu(rpl->atid_status));
1071 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl),
1115 struct cpl_close_con_rpl *rpl = (struct cpl_close_con_rpl *)skb->data;
1116 unsigned int tid = GET_TID(rpl);
1128 cxgbi_sock_rcv_close_conn_rpl(csk, ntohl(rpl->snd_nxt));
1202 struct cpl_abort_rpl_rss *rpl = (struct cpl_abort_rpl_rss *)skb->data;
1203 unsigned int tid = GET_TID(rpl);
1213 csk->state, csk->flags, csk->tid, rpl->status);
1215 if (rpl->status == CPL_ERR_ABORT_FAILED)
1449 struct cpl_rx_data_ddp *rpl = (struct cpl_rx_data_ddp *)skb->data;
1450 unsigned int tid = GET_TID(rpl);
1453 u32 ddpvld = be32_to_cpu(rpl->ddpvld);
1485 cxgbi_skcb_rx_ddigest(lskb) = ntohl(rpl->ulp_crc);
1487 if (ntohs(rpl->len) != cxgbi_skcb_rx_pdulen(lskb))
1489 csk->tid, ntohs(rpl->len), cxgbi_skcb_rx_pdulen(lskb));
1514 struct cpl_rx_iscsi_cmp *rpl = (struct cpl_rx_iscsi_cmp *)skb->data;
1518 u32 tid = GET_TID(rpl);
1519 u32 ddpvld = be32_to_cpu(rpl->ddpvld);
1520 u32 seq = be32_to_cpu(rpl->seq);
1521 u16 pdu_len_ddp = be16_to_cpu(rpl->pdu_len_ddp);
1533 ntohs(rpl->len), pdu_len_ddp, rpl->status);
1553 __skb_pull(skb, sizeof(*rpl));
1554 __pskb_trim(skb, be16_to_cpu(rpl->len));
1582 cxgbi_skcb_rx_ddigest(skb) = be32_to_cpu(rpl->ulp_crc);
1605 struct cpl_fw4_ack *rpl = (struct cpl_fw4_ack *)skb->data;
1606 unsigned int tid = GET_TID(rpl);
1617 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una),
1618 rpl->seq_vld);
1625 struct cpl_set_tcb_rpl *rpl = (struct cpl_set_tcb_rpl *)skb->data;
1626 unsigned int tid = GET_TID(rpl);
1639 csk, csk->state, csk->flags, csk->tid, rpl->status);
1641 if (rpl->status != CPL_ERR_NONE) {
1643 csk, tid, rpl->status);
2310 const struct cpl_act_establish *rpl;
2335 rpl = (struct cpl_act_establish *)skb->data;
2336 opc = rpl->ot.opcode;
2339 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb);