Home
last modified time | relevance | path

Searched defs:get_sku (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxxvf/
H A Dadf_c3xxxvf_hw_data.c48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xccvf/
H A Dadf_dh895xccvf_hw_data.c48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_c62xvf/
H A Dadf_c62xvf_hw_data.c48 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_c62x/
H A Dadf_c62x_hw_data.c92 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c92 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c98 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c282 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku() function
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_accel_devices.h184 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); member