Home
last modified time | relevance | path

Searched refs:hw_blk_offset (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15.c529 uint32_t hw_blk_offset, enum fw_slice next_slice) in qat_hw15_crypto_setup_cipher_desc() argument
540 cipher_hdr->offset = hw_blk_offset / 8; in qat_hw15_crypto_setup_cipher_desc()
568 uint32_t ctrl_blk_offset, uint32_t hw_blk_offset, in qat_hw15_crypto_setup_auth_desc() argument
577 auth_hdr->offset = hw_blk_offset / 8; in qat_hw15_crypto_setup_auth_desc()
688 uint32_t ctrl_blk_sz, ctrl_blk_offset, hw_blk_offset; in qat_hw15_crypto_setup_desc() local
703 hw_blk_offset = 0; in qat_hw15_crypto_setup_desc()
713 hw_blk_offset); in qat_hw15_crypto_setup_desc()
714 desc->qcd_cipher_offset = ctrl_blk_sz + hw_blk_offset; in qat_hw15_crypto_setup_desc()
715 hw_blk_offset += qat_hw15_crypto_setup_cipher_desc(desc, in qat_hw15_crypto_setup_desc()
716 qs, cipher_hdr, hw_blk_offset, in qat_hw15_crypto_setup_desc()
[all …]