Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c57 ae_mask = hw_data->ae_mask & ~hw_data->admin_ae_mask; in adf_fw_counters_load_from_device()
119 ae_count = hweight_long(hw_data->ae_mask & ~hw_data->admin_ae_mask); in adf_fw_counters_get()
H A Dadf_admin.c188 u32 ae_mask = hw_device->admin_ae_mask ?: hw_device->ae_mask; in adf_set_fw_constants()
238 ae_mask = hw_device->ae_mask & ~hw_device->admin_ae_mask; in adf_get_dc_capabilities()
369 u32 ae_mask = hw_data->admin_ae_mask; in adf_init_admin_pm()
H A Dicp_qat_fw_loader_handle.h18 unsigned int admin_ae_mask; member
H A Dadf_accel_devices.h228 u32 admin_ae_mask; member
H A Dqat_hal.c793 handle->hal_handle->admin_ae_mask = hw_data->admin_ae_mask; in qat_hal_chip_init()
H A Dqat_uclo.c1257 if (handle->hal_handle->admin_ae_mask & in qat_uclo_is_broadcast()
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c543 hw_data->admin_ae_mask = ADF_4XXX_ADMIN_AE_MASK; in adf_init_hw_data_4xxx()