Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c99 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
349 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_dh895xcc()
/freebsd/sys/dev/qat/qat_hw/qat_c62x/
H A Dadf_c62x_hw_data.c112 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
355 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c62x()
/freebsd/sys/dev/qat/qat_hw/qat_c3xxx/
H A Dadf_c3xxx_hw_data.c110 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
350 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c3xxx()
/freebsd/sys/dev/qat/qat_hw/qat_200xx/
H A Dadf_200xx_hw_data.c111 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
477 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_200xx()
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c183 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
952 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_4xxx()
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c185 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
2142 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c4xxx()
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h340 uint32_t (*get_sram_bar_id)(struct adf_hw_device_data *self); member
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1039 &pci_info->pci_bars[hw_data->get_sram_bar_id(hw_data)]; in qat_hal_init()