Lines Matching refs:cpl

1512 	struct cpl_tx_pkt_core *cpl;
1617 len += sizeof(*cpl);
1633 cpl = (void *)(tnl_lso + 1);
1645 cpl = write_tso_wr(adap, skb, lso);
1648 sgl = (u64 *)(cpl + 1); /* sgl start here */
1659 cpl = write_eo_udp_wr(skb, eowr, hdrlen);
1662 start = (u64 *)(cpl + 1);
1679 cpl = (void *)(wr + 1);
1680 sgl = (u64 *)(cpl + 1);
1718 cpl->ctrl0 = htonl(ctrl0);
1719 cpl->pack = htons(0);
1720 cpl->len = htons(skb->len);
1721 cpl->ctrl1 = cpu_to_be64(cntrl);
1830 struct cpl_tx_pkt_core *cpl;
1946 sizeof(*cpl)));
1967 cpl = (void *)(lso + 1);
1983 ? skb->len + sizeof(*cpl)
1984 : sizeof(*cpl));
1992 cpl = (void *)(wr + 1);
2011 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) |
2014 cpl->pack = cpu_to_be16(0);
2015 cpl->len = cpu_to_be16(skb->len);
2016 cpl->ctrl1 = cpu_to_be64(cntrl);
2025 cxgb4_inline_tx_skb(skb, &txq->q, cpl + 1);
2064 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1);
2205 struct cpl_tx_pkt_core *cpl;
2235 cpl = write_eo_udp_wr(skb, wr, hdr_len);
2250 cpl = write_tso_wr(adap, skb, lso);
2253 cpl = (void *)(wr + 1);
2259 return cpl;
2271 struct cpl_tx_pkt_core *cpl;
2330 cpl = write_eo_wr(adap, eosw_txq, skb, wr, hdr_len, wrlen);
2335 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) |
2338 cpl->pack = 0;
2339 cpl->len = cpu_to_be16(skb->len);
2340 cpl->ctrl1 = cpu_to_be64(cntrl);
2342 start = (u64 *)(cpl + 1);
2672 struct cpl_tx_pkt_core *cpl;
2679 flits = DIV_ROUND_UP(pkt_len + sizeof(*cpl) + sizeof(*wr),
2701 sizeof(*cpl)));
2705 cpl = (void *)(wr + 1);
2706 sgl = (u8 *)(cpl + 1);
2711 cpl->ctrl0 = htonl(ctrl0);
2712 cpl->pack = htons(0);
2713 cpl->len = htons(pkt_len);
2714 cpl->ctrl1 = cpu_to_be64(TXPKT_L4CSUM_DIS_F | TXPKT_IPCSUM_DIS_F);
3506 struct cpl_rx_mps_pkt *cpl = NULL;
3510 cpl = (struct cpl_rx_mps_pkt *)skb->data;
3511 if (!(CPL_RX_MPS_PKT_TYPE_G(ntohl(cpl->op_to_r1_hi)) &
3515 data = skb->data + sizeof(*cpl);
4078 const struct cpl_fw4_ack *cpl;
4086 cpl = (const struct cpl_fw4_ack *)rsp;
4087 eotid = CPL_FW4_ACK_FLOWID_G(ntohl(OPCODE_TID(cpl))) -
4098 credits = cpl->credits;
4129 eosw_txq->cred += cpl->credits;