Lines Matching defs:cpl
975 struct cpl_tx_pkt_core *cpl;
989 cpl = (void *)(wr + 1);
996 cpl->ctrl0 = nm_txq->cpl_ctrl0;
997 cpl->pack = 0;
998 cpl->len = htobe16(slot->len);
999 cpl->ctrl1 = nm_txcsum ? 0 :
1002 usgl = (void *)(cpl + 1);
1009 cpl = (void *)(usgl + 1);
1303 unwrap_nm_fw6_msg(const struct cpl_fw6_msg *cpl)
1306 MPASS(cpl->type == FW_TYPE_RSSCPL || cpl->type == FW6_TYPE_RSSCPL);
1309 return (&cpl->data[1]);
1336 const void *cpl;
1351 cpl = &d->cpl[0];
1364 cpl = unwrap_nm_fw6_msg(cpl);
1367 handle_nm_sge_egr_update(sc, ifp, cpl);