Lines Matching defs:phys_cpl
386 struct cpl_rx_phys_dsgl *phys_cpl;
388 phys_cpl = walk->dsgl;
390 phys_cpl->op_to_tid = htonl(CPL_RX_PHYS_DSGL_OPCODE_V(CPL_RX_PHYS_DSGL)
392 phys_cpl->pcirlxorder_to_noofsgentr =
399 phys_cpl->rss_hdr_int.opcode = CPL_RX_PHYS_ADDR;
400 phys_cpl->rss_hdr_int.qid = htons(qid);
401 phys_cpl->rss_hdr_int.hash_val = 0;
402 phys_cpl->rss_hdr_int.channel = pci_chan_id;
806 struct cpl_rx_phys_dsgl *phys_cpl;
874 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
875 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size);
877 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid);
2445 struct cpl_rx_phys_dsgl *phys_cpl;
2546 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
2547 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
2559 chcr_add_aead_dst_ent(req, phys_cpl, qid);
2705 struct cpl_rx_phys_dsgl *phys_cpl,
2718 dsgl_walk_init(&dsgl_walk, phys_cpl);
2750 struct cpl_rx_phys_dsgl *phys_cpl,
2762 dsgl_walk_init(&dsgl_walk, phys_cpl);
3043 struct cpl_rx_phys_dsgl *phys_cpl;
3106 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
3107 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
3112 chcr_add_aead_dst_ent(req, phys_cpl, qid);
3142 struct cpl_rx_phys_dsgl *phys_cpl;
3218 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
3219 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
3232 chcr_add_aead_dst_ent(req, phys_cpl, qid);