Lines Matching defs:cpl

337 	struct cpl_rx_phys_dsgl *cpl;
344 cpl = dst;
345 cpl->op_to_tid = htobe32(V_CPL_RX_PHYS_DSGL_OPCODE(CPL_RX_PHYS_DSGL) |
347 cpl->pcirlxorder_to_noofsgentr = htobe32(
352 cpl->rss_hdr_int.opcode = CPL_RX_PHYS_ADDR;
353 cpl->rss_hdr_int.qid = htobe16(s->port->rxq->iq.abs_id);
354 cpl->rss_hdr_int.hash_val = 0;
355 cpl->rss_hdr_int.channel = s->port->rx_channel_id;
356 sgl = (struct phys_sge_pairs *)(cpl + 1);
378 MPASS(j + 8 * (sgl - (struct phys_sge_pairs *)(cpl + 1)) == nsegs);
601 const struct cpl_fw6_pld *cpl, int error)
611 if (timingsafe_bcmp((cpl + 1), hash, s->hmac.hash_len) != 0)
615 (cpl + 1));
783 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error)
788 * cpl->data[2], but OCF doesn't permit chained requests.
1106 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error)
1111 * cpl->data[2], but OCF doesn't permit chained requests.
1377 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error)
1382 * cpl->data[2], but OCF doesn't permit chained requests.
1743 struct cryptop *crp, const struct cpl_fw6_pld *cpl, int error)
1748 * cpl->data[2], but OCF doesn't permit chained requests.
2654 const struct cpl_fw6_pld *cpl;
2660 cpl = mtod(m, const void *);
2662 cpl = (const void *)(rss + 1);
2664 crp = (struct cryptop *)(uintptr_t)be64toh(cpl->data[1]);
2666 status = be64toh(cpl->data[0]);
2684 error = ccr_hash_done(sc, s, crp, cpl, error);
2687 error = ccr_cipher_done(sc, s, crp, cpl, error);
2690 error = ccr_eta_done(sc, s, crp, cpl, error);
2693 error = ccr_gcm_done(sc, s, crp, cpl, error);
2696 error = ccr_ccm_done(sc, s, crp, cpl, error);