Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/qat/qat_c3xxxvf/
Dadf_c3xxxvf_hw_data.c50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c3xxxiov()
/Linux-v5.15/drivers/crypto/qat/qat_c62xvf/
Dadf_c62xvf_hw_data.c50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c62xiov()
/Linux-v5.15/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcciov()
/Linux-v5.15/drivers/crypto/qat/qat_common/
Dadf_sriov.c65 if (hw_data->get_pf2vf_offset) in adf_enable_sriov()
95 if (hw_data->get_pf2vf_offset) in adf_disable_sriov()
101 if (hw_data->get_pf2vf_offset) in adf_disable_sriov()
Dadf_pf2vf_msg.c101 pf2vf_offset = hw_data->get_pf2vf_offset(0); in __adf_iov_putmsg()
109 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg()
206 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl()
210 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl()
Dadf_vf_isr.c103 msg = ADF_CSR_RD(pmisc_bar_addr, hw_data->get_pf2vf_offset(0)); in adf_pf2vf_bh_handler()
130 ADF_CSR_WR(pmisc_bar_addr, hw_data->get_pf2vf_offset(0), msg); in adf_pf2vf_bh_handler()
150 ADF_CSR_WR(pmisc_bar_addr, hw_data->get_pf2vf_offset(0), msg); in adf_pf2vf_bh_handler()
Dadf_accel_devices.h156 u32 (*get_pf2vf_offset)(u32 i); member
/Linux-v5.15/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c109 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
208 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c3xxx()
/Linux-v5.15/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c111 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
210 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c62x()
/Linux-v5.15/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c129 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function
228 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcc()