Lines Matching refs:cpl
980 struct cpl_tx_pkt_core *cpl; in cxgbe_nm_tx() local
994 cpl = (void *)(wr + 1); in cxgbe_nm_tx()
1001 cpl->ctrl0 = nm_txq->cpl_ctrl0; in cxgbe_nm_tx()
1002 cpl->pack = 0; in cxgbe_nm_tx()
1003 cpl->len = htobe16(slot->len); in cxgbe_nm_tx()
1004 cpl->ctrl1 = nm_txcsum ? 0 : in cxgbe_nm_tx()
1007 usgl = (void *)(cpl + 1); in cxgbe_nm_tx()
1014 cpl = (void *)(usgl + 1); in cxgbe_nm_tx()
1308 unwrap_nm_fw6_msg(const struct cpl_fw6_msg *cpl) in unwrap_nm_fw6_msg() argument
1311 MPASS(cpl->type == FW_TYPE_RSSCPL || cpl->type == FW6_TYPE_RSSCPL); in unwrap_nm_fw6_msg()
1314 return (&cpl->data[1]); in unwrap_nm_fw6_msg()
1341 const void *cpl; in service_nm_rxq() local
1356 cpl = &d->cpl[0]; in service_nm_rxq()
1369 cpl = unwrap_nm_fw6_msg(cpl); in service_nm_rxq()
1372 handle_nm_sge_egr_update(sc, ifp, cpl); in service_nm_rxq()