Home
last modified time | relevance | path

Searched refs:disable_all_vf2pf_interrupts (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c140 static void disable_all_vf2pf_interrupts(void __iomem *pmisc_addr) in disable_all_vf2pf_interrupts() function
260 hw_data->pfvf_ops.disable_all_vf2pf_interrupts = disable_all_vf2pf_interrupts; in adf_init_hw_data_dh895xcc()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pfvf.c142 pfvf_ops->disable_all_vf2pf_interrupts = adf_gen4_disable_all_vf2pf_interrupts; in adf_gen4_init_pf_pfvf_ops()
H A Dadf_isr.c75 GET_PFVF_OPS(accel_dev)->disable_all_vf2pf_interrupts(pmisc_addr); in adf_disable_all_vf2pf_interrupts()
H A Dadf_gen2_pfvf.c386 pfvf_ops->disable_all_vf2pf_interrupts = adf_gen2_disable_all_vf2pf_interrupts; in adf_gen2_init_pf_pfvf_ops()
H A Dadf_accel_devices.h160 void (*disable_all_vf2pf_interrupts)(void __iomem *pmisc_addr); member