Home
last modified time | relevance | path

Searched refs:get_etr_bar_id (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c93 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
343 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_4xxxvf_hw_data.c102 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
361 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_4xxxiov()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c106 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
356 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c104 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
351 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c105 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
478 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c177 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
953 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_4xxx()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_gen4_hw_data.c192 u32 etr_bar_id = hw_data->get_etr_bar_id(hw_data); in adf_gen4_ring_pair_reset()
H A Dadf_freebsd_uio.c35 (GET_HW_DATA(accel_dev)->get_etr_bar_id(GET_HW_DATA(accel_dev)))
H A Dadf_transport.c682 i = hw_data->get_etr_bar_id(hw_data); in adf_init_etr_data()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c179 get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id() function
2143 hw_data->get_etr_bar_id = get_etr_bar_id; in adf_init_hw_data_c4xxx()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h342 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); member