Home
last modified time | relevance | path

Searched refs:get_pf2vf_offset (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c94 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
161 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcciov()
/linux-4.4.14/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c165 static uint32_t get_pf2vf_offset(uint32_t i) in get_pf2vf_offset() function
241 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcc()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_pf2vf_msg.c163 pf2vf_offset = hw_data->get_pf2vf_offset(0); in __adf_iov_putmsg()
171 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg()
269 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl()
273 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl()
Dadf_accel_devices.h151 uint32_t (*get_pf2vf_offset)(uint32_t i); member