Searched refs:get_pf2vf_offset (Results 1 – 10 of 10) sorted by relevance
50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c62xiov()
50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_dh895xcciov()
50 static u32 get_pf2vf_offset(u32 i) in get_pf2vf_offset() function89 hw_data->get_pf2vf_offset = get_pf2vf_offset; in adf_init_hw_data_c3xxxiov()
65 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()
70 pf2vf_offset = hw_data->get_pf2vf_offset(0); in __adf_iov_putmsg()78 pf2vf_offset = hw_data->get_pf2vf_offset(vf_nr); in __adf_iov_putmsg()230 msg = ADF_CSR_RD(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr)); in adf_vf2pf_req_hndl()239 ADF_CSR_WR(pmisc_addr, hw_data->get_pf2vf_offset(vf_nr), msg); in adf_vf2pf_req_hndl()
98 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()
160 u32 (*get_pf2vf_offset)(u32 i); member
140 hw_data->get_pf2vf_offset = adf_gen2_get_pf2vf_offset; in adf_init_hw_data_c62x()
138 hw_data->get_pf2vf_offset = adf_gen2_get_pf2vf_offset; in adf_init_hw_data_c3xxx()
204 hw_data->get_pf2vf_offset = adf_gen2_get_pf2vf_offset; in adf_init_hw_data_dh895xcc()
Completed in 13 milliseconds