Searched refs:msi_ctrl (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/kernel/irq/ |
D | msi.c | 46 struct msi_ctrl { struct 58 static void msi_domain_free_locked(struct device *dev, struct msi_ctrl *ctrl); argument 179 static bool msi_ctrl_valid(struct device *dev, struct msi_ctrl *ctrl) in msi_ctrl_valid() 196 static void msi_domain_free_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_free_descs() 228 struct msi_ctrl ctrl = { in msi_domain_free_msi_descs_range() 244 static int msi_domain_add_simple_msi_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_add_simple_msi_descs() 1223 struct msi_ctrl *ctrl) in __msi_domain_alloc_irqs() 1291 struct msi_ctrl *ctrl) in msi_domain_alloc_simple_msi_descs() 1299 static int __msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in __msi_domain_alloc_locked() 1326 static int msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_alloc_locked() [all …]
|
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp.h | 181 volatile u8 msi_ctrl; member 198 MSI_CTRL = offsetof(struct ctrl_reg, msi_ctrl),
|
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pci-imx6.c | 117 u16 msi_ctrl; member 1221 imx_pcie->msi_ctrl = val; in imx_pcie_msi_save_restore() 1224 val = imx_pcie->msi_ctrl; in imx_pcie_msi_save_restore()
|
/linux-6.12.1/drivers/net/ethernet/atheros/alx/ |
D | main.c | 979 u32 msi_ctrl; in alx_request_irq() local 981 msi_ctrl = (hw->imt >> 1) << ALX_MSI_RETRANS_TM_SHIFT; in alx_request_irq() 984 alx_write_mem32(hw, ALX_MSI_RETRANS_TIMER, msi_ctrl); in alx_request_irq() 997 msi_ctrl | ALX_MSI_MASK_SEL_LINE); in alx_request_irq()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 3423 u32 msi_ctrl; in bnx2_chk_missed_msi() local 3426 msi_ctrl = BNX2_RD(bp, BNX2_PCICFG_MSI_CONTROL); in bnx2_chk_missed_msi() 3427 if (!(msi_ctrl & BNX2_PCICFG_MSI_CONTROL_ENABLE)) in bnx2_chk_missed_msi() 3431 BNX2_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl & in bnx2_chk_missed_msi() 3433 BNX2_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl); in bnx2_chk_missed_msi()
|