Lines Matching defs:cpl
1172 struct cpl_tx_pkt *cpl;
1186 cpl = (struct cpl_tx_pkt *)txd;
1188 cpl->len = htonl(mlen | 0x80000000);
1208 struct cpl_tx_pkt_lso *hdr = (struct cpl_tx_pkt_lso *) cpl;
1247 cpl->cntrl = htonl(cntrl);
1249 if (mlen <= WR_LEN - sizeof(*cpl)) {
1260 cpl->wr.wr_hi = htonl(V_WR_BCNTLFLT(mlen & 7) |
1264 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) |
2156 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad);
2157 struct port_info *pi = &adap->port[adap->rxpkt_map[cpl->iff]];
2160 DPRINTF("rx_eth m=%p m->m_data=%p p->iff=%d\n", m, mtod(m, uint8_t *), cpl->iff);
2166 if (cpl->vlan_valid) {
2167 vlan_set_tag(ntohs(cpl->vlan));
2176 m_adj(m, sizeof(*cpl) + ethpad);