Home
last modified time | relevance | path

Searched refs:auth_desc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1418 struct icp_qat_fw_auth_desc *auth_desc; in qat_uclo_map_auth_fw() local
1442 auth_desc = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()
1443 auth_desc->css_hdr_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1444 auth_desc->css_hdr_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1449 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw()
1453 auth_desc->fwsk_pub_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1454 auth_desc->fwsk_pub_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1471 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_map_auth_fw()
1472 auth_desc in qat_uclo_map_auth_fw()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c1224 struct icp_qat_fw_auth_desc *auth_desc; in qat_uclo_map_auth_fw() local
1247 auth_desc = img_desc.dram_base_addr_v; in qat_uclo_map_auth_fw()
1248 auth_desc->css_hdr_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1249 auth_desc->css_hdr_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1254 bus_addr = ADD_ADDR(auth_desc->css_hdr_high, auth_desc->css_hdr_low) + in qat_uclo_map_auth_fw()
1258 auth_desc->fwsk_pub_high = (unsigned int)(bus_addr >> BITS_IN_DWORD); in qat_uclo_map_auth_fw()
1259 auth_desc->fwsk_pub_low = (unsigned int)bus_addr; in qat_uclo_map_auth_fw()
1276 bus_addr = ADD_ADDR(auth_desc->fwsk_pub_high, in qat_uclo_map_auth_fw()
1277 auth_desc in qat_uclo_map_auth_fw()
[all...]

Completed in 5 milliseconds