Lines Matching refs:cpl
1167 struct cpl_tx_pkt_core *cpl;
1288 sizeof(*cpl)));
1312 cpl = (void *)(lso + 1);
1327 len = is_eth_imm(skb) ? skb->len + sizeof(*cpl) : sizeof(*cpl);
1336 cpl = (void *)(wr + 1);
1357 cpl->ctrl0 = cpu_to_be32(TXPKT_OPCODE_V(CPL_TX_PKT_XT) |
1360 cpl->pack = cpu_to_be16(0);
1361 cpl->len = cpu_to_be16(skb->len);
1362 cpl->ctrl1 = cpu_to_be64(cntrl);
1379 inline_tx_skb(skb, &txq->q, cpl + 1);
1419 struct ulptx_sgl *sgl = (struct ulptx_sgl *)(cpl + 1);