Lines Matching defs:cpl

1498 	struct cpl_tx_pkt_core *cpl;
1603 len += sizeof(*cpl);
1619 cpl = (void *)(tnl_lso + 1);
1631 cpl = write_tso_wr(adap, skb, lso);
1634 sgl = (u64 *)(cpl + 1); /* sgl start here */
1645 cpl = write_eo_udp_wr(skb, eowr, hdrlen);
1648 start = (u64 *)(cpl + 1);
1665 cpl = (void *)(wr + 1);
1666 sgl = (u64 *)(cpl + 1);
1704 cpl->ctrl0 = htonl(ctrl0);
1705 cpl->pack = htons(0);
1706 cpl->len = htons(skb->len);
1707 cpl->ctrl1 = cpu_to_be64(cntrl);
1816 struct cpl_tx_pkt_core *cpl;
1932 sizeof(*cpl)));
1953 cpl = (void *)(lso + 1);
1969 ? skb->len + sizeof(*cpl)
1970 : sizeof(*cpl));
1978 cpl = (void *)(wr + 1);
1997 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) |
2000 cpl->pack = cpu_to_be16(0);
2001 cpl->len = cpu_to_be16(skb->len);
2002 cpl->ctrl1 = cpu_to_be64(cntrl);
2011 cxgb4_inline_tx_skb(skb, &txq->q, cpl + 1);
2050 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1);
2191 struct cpl_tx_pkt_core *cpl;
2221 cpl = write_eo_udp_wr(skb, wr, hdr_len);
2236 cpl = write_tso_wr(adap, skb, lso);
2239 cpl = (void *)(wr + 1);
2245 return cpl;
2257 struct cpl_tx_pkt_core *cpl;
2316 cpl = write_eo_wr(adap, eosw_txq, skb, wr, hdr_len, wrlen);
2321 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) |
2324 cpl->pack = 0;
2325 cpl->len = cpu_to_be16(skb->len);
2326 cpl->ctrl1 = cpu_to_be64(cntrl);
2328 start = (u64 *)(cpl + 1);
2658 struct cpl_tx_pkt_core *cpl;
2665 flits = DIV_ROUND_UP(pkt_len + sizeof(*cpl) + sizeof(*wr),
2687 sizeof(*cpl)));
2691 cpl = (void *)(wr + 1);
2692 sgl = (u8 *)(cpl + 1);
2697 cpl->ctrl0 = htonl(ctrl0);
2698 cpl->pack = htons(0);
2699 cpl->len = htons(pkt_len);
2700 cpl->ctrl1 = cpu_to_be64(TXPKT_L4CSUM_DIS_F | TXPKT_IPCSUM_DIS_F);
3492 struct cpl_rx_mps_pkt *cpl = NULL;
3496 cpl = (struct cpl_rx_mps_pkt *)skb->data;
3497 if (!(CPL_RX_MPS_PKT_TYPE_G(ntohl(cpl->op_to_r1_hi)) &
3501 data = skb->data + sizeof(*cpl);
4064 const struct cpl_fw4_ack *cpl;
4072 cpl = (const struct cpl_fw4_ack *)rsp;
4073 eotid = CPL_FW4_ACK_FLOWID_G(ntohl(OPCODE_TID(cpl))) -
4084 credits = cpl->credits;
4115 eosw_txq->cred += cpl->credits;