Lines Matching refs:cpl
1148 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit() local
1243 cpl = (void *)(lso + 1); in t4_eth_xmit()
1256 len += sizeof(*cpl); in t4_eth_xmit()
1259 cpl = (void *)(wr + 1); in t4_eth_xmit()
1285 cpl->ctrl0 = htonl(ctrl0); in t4_eth_xmit()
1286 cpl->pack = htons(0); in t4_eth_xmit()
1287 cpl->len = htons(skb->len); in t4_eth_xmit()
1288 cpl->ctrl1 = cpu_to_be64(cntrl); in t4_eth_xmit()
1291 inline_tx_skb(skb, &q->q, cpl + 1); in t4_eth_xmit()
1296 write_sgl(skb, &q->q, (struct ulptx_sgl *)(cpl + 1), end, 0, in t4_eth_xmit()
1304 q->q.sdesc[last_desc].sgl = (struct ulptx_sgl *)(cpl + 1); in t4_eth_xmit()