Lines Matching refs:cpl
302 struct cpl_tx_pkt *cpl; in pe_start() local
353 cpl = (struct cpl_tx_pkt *)mp->b_rptr; in pe_start()
354 cpl->opcode = CPL_TX_PKT; in pe_start()
355 cpl->iff = 0; /* XXX port 0 needs fixing with NEMO */ in pe_start()
356 cpl->ip_csum_dis = 1; /* no IP header cksum */ in pe_start()
357 cpl->l4_csum_dis = in pe_start()
359 cpl->vlan_valid = 0; /* no vlan */ in pe_start()
1648 struct cpl_tx_pkt *cpl; in pe_make_fake_arp() local
1657 cpl = (struct cpl_tx_pkt *)bp->b_rptr; in pe_make_fake_arp()
1658 cpl->opcode = CPL_TX_PKT; in pe_make_fake_arp()
1659 cpl->iff = 0; /* XXX port 0 needs fixing with NEMO */ in pe_make_fake_arp()
1660 cpl->ip_csum_dis = 1; /* no IP header cksum */ in pe_make_fake_arp()
1661 cpl->l4_csum_dis = 1; /* no tcp/udp cksum */ in pe_make_fake_arp()
1662 cpl->vlan_valid = 0; /* no vlan */ in pe_make_fake_arp()