Searched refs:cd_blk_offset (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/qat/ |
H A D | qat_hw17.c | 340 union hw_cipher_algo_blk *cipher, uint32_t cd_blk_offset, in qat_hw17_crypto_setup_cipher_desc() argument 353 cipher_cd_ctrl->cipher_cfg_offset = cd_blk_offset >> 3; in qat_hw17_crypto_setup_cipher_desc() 363 union hw_auth_algo_blk *auth, uint32_t cd_blk_offset, in qat_hw17_crypto_setup_auth_desc() argument 376 auth_cd_ctrl->hash_cfg_offset = cd_blk_offset >> 3; in qat_hw17_crypto_setup_auth_desc() 428 uint32_t cd_blk_offset = 0; in qat_hw17_crypto_setup_desc() local 444 cd_blk_offset); in qat_hw17_crypto_setup_desc() 445 cd_blk_offset += qat_hw17_crypto_setup_cipher_desc( in qat_hw17_crypto_setup_desc() 446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl, in qat_hw17_crypto_setup_desc() 451 cd_blk_offset); in qat_hw17_crypto_setup_desc() 452 cd_blk_offset += qat_hw17_crypto_setup_auth_desc( in qat_hw17_crypto_setup_desc() [all …]
|