Lines Matching refs:cpl_rx_phys_dsgl
376 struct cpl_rx_phys_dsgl *dsgl) in dsgl_walk_init()
386 struct cpl_rx_phys_dsgl *phys_cpl; in dsgl_walk_end()
806 struct cpl_rx_phys_dsgl *phys_cpl; in create_cipher_wr()
874 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_cipher_wr()
880 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + kctx_len + IV in create_cipher_wr()
1279 sizeof(struct cpl_rx_phys_dsgl) + in process_cipher()
2452 struct cpl_rx_phys_dsgl *phys_cpl; in create_authenc_wr()
2553 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_authenc_wr()
2569 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_authenc_wr()
2712 struct cpl_rx_phys_dsgl *phys_cpl, in chcr_add_aead_dst_ent()
2757 struct cpl_rx_phys_dsgl *phys_cpl, in chcr_add_cipher_dst_ent()
3050 struct cpl_rx_phys_dsgl *phys_cpl; in create_aead_ccm_wr()
3113 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_aead_ccm_wr()
3123 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_aead_ccm_wr()
3149 struct cpl_rx_phys_dsgl *phys_cpl; in create_gcm_wr()
3225 phys_cpl = (struct cpl_rx_phys_dsgl *)((u8 *)(chcr_req + 1) + kctx_len); in create_gcm_wr()
3242 temp = sizeof(struct cpl_rx_phys_dsgl) + dst_size + IV + in create_gcm_wr()