Home
last modified time | relevance | path

Searched refs:msi_ctrl (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/irq/
H A Dmsi.c47 struct msi_ctrl { struct
59 static void msi_domain_free_locked(struct device *dev, struct msi_ctrl *ctrl); argument
181 static bool msi_ctrl_valid(struct device *dev, struct msi_ctrl *ctrl) in msi_ctrl_valid()
198 static void msi_domain_free_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_free_descs()
230 struct msi_ctrl ctrl = { in msi_domain_free_msi_descs_range()
246 static int msi_domain_add_simple_msi_descs(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_add_simple_msi_descs()
1293 struct msi_ctrl *ctrl) in __msi_domain_alloc_irqs()
1361 struct msi_ctrl *ctrl) in msi_domain_alloc_simple_msi_descs()
1369 static int __msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in __msi_domain_alloc_locked()
1396 static int msi_domain_alloc_locked(struct device *dev, struct msi_ctrl *ctrl) in msi_domain_alloc_locked()
[all …]
/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c979 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/drivers/net/ethernet/broadcom/
H A Dbnx2.c3423 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()