Lines Matching defs:phys_cpl
390 struct cpl_rx_phys_dsgl *phys_cpl;
392 phys_cpl = walk->dsgl;
394 phys_cpl->op_to_tid = htonl(CPL_RX_PHYS_DSGL_OPCODE_V(CPL_RX_PHYS_DSGL)
396 phys_cpl->pcirlxorder_to_noofsgentr =
403 phys_cpl->rss_hdr_int.opcode = CPL_RX_PHYS_ADDR;
404 phys_cpl->rss_hdr_int.qid = htons(qid);
405 phys_cpl->rss_hdr_int.hash_val = 0;
406 phys_cpl->rss_hdr_int.channel = pci_chan_id;
813 struct cpl_rx_phys_dsgl *phys_cpl;
881 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
882 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size);
884 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid);
2450 struct cpl_rx_phys_dsgl *phys_cpl;
2551 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
2552 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
2564 chcr_add_aead_dst_ent(req, phys_cpl, qid);
2710 struct cpl_rx_phys_dsgl *phys_cpl,
2723 dsgl_walk_init(&dsgl_walk, phys_cpl);
2755 struct cpl_rx_phys_dsgl *phys_cpl,
2767 dsgl_walk_init(&dsgl_walk, phys_cpl);
3048 struct cpl_rx_phys_dsgl *phys_cpl;
3111 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
3112 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
3117 chcr_add_aead_dst_ent(req, phys_cpl, qid);
3147 struct cpl_rx_phys_dsgl *phys_cpl;
3223 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len);
3224 ivptr = (u8 *)(phys_cpl + 1) + dst_size;
3237 chcr_add_aead_dst_ent(req, phys_cpl, qid);