Lines Matching refs:rpl

512 	struct cpl_abort_rpl *rpl = (struct cpl_abort_rpl *)skb->head;
520 INIT_TP_WR(rpl, csk->tid);
521 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid));
522 rpl->cmd = rst_status;
1046 struct cpl_act_open_rpl *rpl = (struct cpl_act_open_rpl *)skb->data;
1047 unsigned int tid = GET_TID(rpl);
1049 TID_TID_G(AOPEN_ATID_G(be32_to_cpu(rpl->atid_status)));
1050 unsigned int status = AOPEN_STATUS_G(be32_to_cpu(rpl->atid_status));
1072 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl),
1116 struct cpl_close_con_rpl *rpl = (struct cpl_close_con_rpl *)skb->data;
1117 unsigned int tid = GET_TID(rpl);
1129 cxgbi_sock_rcv_close_conn_rpl(csk, ntohl(rpl->snd_nxt));
1203 struct cpl_abort_rpl_rss *rpl = (struct cpl_abort_rpl_rss *)skb->data;
1204 unsigned int tid = GET_TID(rpl);
1214 csk->state, csk->flags, csk->tid, rpl->status);
1216 if (rpl->status == CPL_ERR_ABORT_FAILED)
1450 struct cpl_rx_data_ddp *rpl = (struct cpl_rx_data_ddp *)skb->data;
1451 unsigned int tid = GET_TID(rpl);
1454 u32 ddpvld = be32_to_cpu(rpl->ddpvld);
1486 cxgbi_skcb_rx_ddigest(lskb) = ntohl(rpl->ulp_crc);
1488 if (ntohs(rpl->len) != cxgbi_skcb_rx_pdulen(lskb))
1490 csk->tid, ntohs(rpl->len), cxgbi_skcb_rx_pdulen(lskb));
1515 struct cpl_rx_iscsi_cmp *rpl = (struct cpl_rx_iscsi_cmp *)skb->data;
1519 u32 tid = GET_TID(rpl);
1520 u32 ddpvld = be32_to_cpu(rpl->ddpvld);
1521 u32 seq = be32_to_cpu(rpl->seq);
1522 u16 pdu_len_ddp = be16_to_cpu(rpl->pdu_len_ddp);
1534 ntohs(rpl->len), pdu_len_ddp, rpl->status);
1554 __skb_pull(skb, sizeof(*rpl));
1555 __pskb_trim(skb, be16_to_cpu(rpl->len));
1583 cxgbi_skcb_rx_ddigest(skb) = be32_to_cpu(rpl->ulp_crc);
1606 struct cpl_fw4_ack *rpl = (struct cpl_fw4_ack *)skb->data;
1607 unsigned int tid = GET_TID(rpl);
1618 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una),
1619 rpl->seq_vld);
1626 struct cpl_set_tcb_rpl *rpl = (struct cpl_set_tcb_rpl *)skb->data;
1627 unsigned int tid = GET_TID(rpl);
1640 csk, csk->state, csk->flags, csk->tid, rpl->status);
1642 if (rpl->status != CPL_ERR_NONE) {
1644 csk, tid, rpl->status);
2311 const struct cpl_act_establish *rpl;
2336 rpl = (struct cpl_act_establish *)skb->data;
2337 opc = rpl->ot.opcode;
2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb);