Home
last modified time | relevance | path

Searched refs:get_clock_speed (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_4xxxvf_hw_data.c108 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
363 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_4xxxiov()
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c187 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
348 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c170 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
356 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c174 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
361 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c171 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
483 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_transport.c556 if (hw_data->get_clock_speed) in adf_get_coalesc_timer()
559 (hw_data->get_clock_speed(hw_data) / USEC_PER_SEC)) / in adf_get_coalesc_timer()
H A Dadf_init.c213 u32 clk_per_sec = hw_data->get_clock_speed(hw_data); in adf_set_ssm_wdtimer()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c461 get_clock_speed(struct adf_hw_device_data *self) in get_clock_speed() function
2148 hw_data->get_clock_speed = get_clock_speed; in adf_init_hw_data_c4xxx()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h353 uint32_t (*get_clock_speed)(struct adf_hw_device_data *self); member