Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/qat/
H A Dqat_hw15.c538 uint32_t hw_blk_offset, enum fw_slice next_slice) in qat_crypto_setup_cipher_desc() argument
553 cipher_hdr->next_id = next_slice; in qat_crypto_setup_cipher_desc()
569 uint32_t hw_blk_offset, enum fw_slice next_slice) in qat_crypto_setup_auth_desc() argument
592 auth_hdr->next_id = next_slice; in qat_crypto_setup_auth_desc()
733 enum fw_slice next_slice; in qat_hw15_crypto_setup_req_params() local
759 next_slice = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()
761 next_slice = FW_SLICE_AUTH; in qat_hw15_crypto_setup_req_params()
768 cipher_req->next_id = next_slice; in qat_hw15_crypto_setup_req_params()
783 next_slice = FW_SLICE_CIPHER; in qat_hw15_crypto_setup_req_params()
785 next_slice = FW_SLICE_DRAM_WR; in qat_hw15_crypto_setup_req_params()
[all …]
H A Dqat_hw17.c341 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice) in qat_hw17_crypto_setup_cipher_desc() argument
355 FW_COMN_NEXT_ID_SET(cipher_cd_ctrl, next_slice); in qat_hw17_crypto_setup_cipher_desc()
364 struct fw_la_bulk_req *req_tmpl, enum fw_slice next_slice) in qat_hw17_crypto_setup_auth_desc() argument
395 FW_COMN_NEXT_ID_SET(auth_cd_ctrl, next_slice); in qat_hw17_crypto_setup_auth_desc()