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