Lines Matching defs:cpl
982 struct cpl_tx_pkt_core *cpl;
996 cpl = (void *)(wr + 1);
1003 cpl->ctrl0 = nm_txq->cpl_ctrl0;
1004 cpl->pack = 0;
1005 cpl->len = htobe16(slot->len);
1006 cpl->ctrl1 = nm_txcsum ? 0 :
1009 usgl = (void *)(cpl + 1);
1016 cpl = (void *)(usgl + 1);
1310 unwrap_nm_fw6_msg(const struct cpl_fw6_msg *cpl)
1313 MPASS(cpl->type == FW_TYPE_RSSCPL || cpl->type == FW6_TYPE_RSSCPL);
1316 return (&cpl->data[1]);
1343 const void *cpl;
1358 cpl = &d->cpl[0];
1371 cpl = unwrap_nm_fw6_msg(cpl);
1374 handle_nm_sge_egr_update(sc, ifp, cpl);