Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_4xxx/
Dadf_4xxx_hw_data.c47 static const struct adf_fw_config adf_fw_cy_config[] = { variable
89 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_dc_config));
90 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_sym_config));
91 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_asym_config));
92 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_asym_dc_config));
93 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_sym_dc_config));
94 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_dcc_config));
238 return ARRAY_SIZE(adf_fw_cy_config); in uof_get_num_objs()
246 return adf_fw_cy_config; in get_fw_config()
/linux-6.12.1/drivers/crypto/intel/qat/qat_420xx/
Dadf_420xx_hw_data.c41 static const struct adf_fw_config adf_fw_cy_config[] = { variable
111 return ARRAY_SIZE(adf_fw_cy_config); in uof_get_num_objs()
136 return adf_fw_cy_config; in get_fw_config()
333 if (get_fw_config(accel_dev) == adf_fw_cy_config) in get_rp_group()