Lines Matching refs:cpl
1142 struct cpl_tx_pkt_core *cpl; in t4_eth_xmit() local
1229 cpl = (void *)(lso + 1); in t4_eth_xmit()
1236 len += sizeof(*cpl); in t4_eth_xmit()
1239 cpl = (void *)(wr + 1); in t4_eth_xmit()
1256 cpl->ctrl0 = htonl(TXPKT_OPCODE(CPL_TX_PKT_XT) | in t4_eth_xmit()
1258 cpl->pack = htons(0); in t4_eth_xmit()
1259 cpl->len = htons(skb->len); in t4_eth_xmit()
1260 cpl->ctrl1 = cpu_to_be64(cntrl); in t4_eth_xmit()
1263 inline_tx_skb(skb, &q->q, cpl + 1); in t4_eth_xmit()
1268 write_sgl(skb, &q->q, (struct ulptx_sgl *)(cpl + 1), end, 0, in t4_eth_xmit()
1276 q->q.sdesc[last_desc].sgl = (struct ulptx_sgl *)(cpl + 1); in t4_eth_xmit()