Home
last modified time | relevance | path

Searched refs:set_msi (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpci-epc.h74 * @set_msi: ops to set the requested number of MSI interrupts in the MSI
102 int (*set_msi)(struct pci_epc *epc, u8 func_no, u8 vfunc_no,
68 int (*set_msi)(struct pci_epc *epc, u8 func_no, u8 vfunc_no, global() member
/linux/drivers/crypto/hisilicon/
H A Dqm.c398 int (*set_msi)(struct hisi_qm *qm, bool set); member
1848 .set_msi = qm_set_msi,
1857 .set_msi = qm_set_msi,
1866 .set_msi = qm_set_msi_v3,
4212 ret = qm->ops->set_msi(qm, false); in qm_soft_reset_prepare()
4391 ret = qm->ops->set_msi(qm, true); in qm_controller_reset_done()
5591 ret = qm->ops->set_msi(qm, false); in qm_prepare_for_suspend()
5619 ret = qm->ops->set_msi(qm, true); in qm_rebuild_for_resume()