Lines Matching refs:phys_cpl

390 	struct cpl_rx_phys_dsgl *phys_cpl;  in dsgl_walk_end()  local
392 phys_cpl = walk->dsgl; in dsgl_walk_end()
394 phys_cpl->op_to_tid = htonl(CPL_RX_PHYS_DSGL_OPCODE_V(CPL_RX_PHYS_DSGL) in dsgl_walk_end()
396 phys_cpl->pcirlxorder_to_noofsgentr = in dsgl_walk_end()
403 phys_cpl->rss_hdr_int.opcode = CPL_RX_PHYS_ADDR; in dsgl_walk_end()
404 phys_cpl->rss_hdr_int.qid = htons(qid); in dsgl_walk_end()
405 phys_cpl->rss_hdr_int.hash_val = 0; in dsgl_walk_end()
406 phys_cpl->rss_hdr_int.channel = pci_chan_id; in dsgl_walk_end()
811 struct cpl_rx_phys_dsgl *phys_cpl; in create_cipher_wr() local
878 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_cipher_wr()
879 ulptx = (struct ulptx_sgl *)((u8 *)(phys_cpl + 1) + dst_size); in create_cipher_wr()
881 chcr_add_cipher_dst_ent(wrparam->req, phys_cpl, wrparam, wrparam->qid); in create_cipher_wr()
2445 struct cpl_rx_phys_dsgl *phys_cpl; in create_authenc_wr() local
2545 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_authenc_wr()
2546 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_authenc_wr()
2558 chcr_add_aead_dst_ent(req, phys_cpl, qid); in create_authenc_wr()
2704 struct cpl_rx_phys_dsgl *phys_cpl, in chcr_add_aead_dst_ent() argument
2715 dsgl_walk_init(&dsgl_walk, phys_cpl); in chcr_add_aead_dst_ent()
2747 struct cpl_rx_phys_dsgl *phys_cpl, in chcr_add_cipher_dst_ent() argument
2757 dsgl_walk_init(&dsgl_walk, phys_cpl); in chcr_add_cipher_dst_ent()
3035 struct cpl_rx_phys_dsgl *phys_cpl; in create_aead_ccm_wr() local
3098 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_aead_ccm_wr()
3099 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_aead_ccm_wr()
3104 chcr_add_aead_dst_ent(req, phys_cpl, qid); in create_aead_ccm_wr()
3133 struct cpl_rx_phys_dsgl *phys_cpl; in create_gcm_wr() local
3208 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_gcm_wr()
3209 ivptr = (u8 *)(phys_cpl + 1) + dst_size; in create_gcm_wr()
3222 chcr_add_aead_dst_ent(req, phys_cpl, qid); in create_gcm_wr()