Home
last modified time | relevance | path

Searched refs:next_slice (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
538 cipher_hdr->next_id = next_slice; in qat_hw15_crypto_setup_cipher_desc()
569 enum fw_slice next_slice) in qat_hw15_crypto_setup_auth_desc() argument
575 auth_hdr->next_id = next_slice; in qat_hw15_crypto_setup_auth_desc()
818 enum fw_slice next_slice; in qat_hw15_crypto_setup_req_params() local
916 next_slice = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()
918 next_slice = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()
924 cipher_req->next_id = next_slice; in qat_hw15_crypto_setup_req_params()
945 next_slice = FW_SLICE_CIPHER; in qat_hw15_crypto_setup_req_params()
947 next_slice = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()
[all …]