Home | History | Annotate | Download | only in qat

Lines Matching defs:cd_blk_offset

340     union hw_cipher_algo_blk *cipher, uint32_t cd_blk_offset,
353 cipher_cd_ctrl->cipher_cfg_offset = cd_blk_offset >> 3;
363 union hw_auth_algo_blk *auth, uint32_t cd_blk_offset,
376 auth_cd_ctrl->hash_cfg_offset = cd_blk_offset >> 3;
428 uint32_t cd_blk_offset = 0;
444 cd_blk_offset);
445 cd_blk_offset += qat_hw17_crypto_setup_cipher_desc(
446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl,
451 cd_blk_offset);
452 cd_blk_offset += qat_hw17_crypto_setup_auth_desc(
453 qs, desc, cria, auth, cd_blk_offset, req_tmpl,
468 roundup(cd_blk_offset, QAT_OPTIMAL_ALIGN) >> 3;