Home
last modified time | relevance | path

Searched refs:get_objs_num (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c311 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
367 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c323 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
378 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c318 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
376 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_accel_engine.c92 if (hw_device->get_objs_num) in adf_ae_fw_load()
93 max_objs = hw_device->get_objs_num(accel_dev); in adf_ae_fw_load()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c443 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
503 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c537 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
980 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_4xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c2059 get_objs_num(struct adf_accel_dev *accel_dev) in get_objs_num() function
2156 hw_data->get_objs_num = get_objs_num; in adf_init_hw_data_c4xxx()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h416 uint32_t (*get_objs_num)(struct adf_accel_dev *accel_dev); member