ntint_sts 699 drivers/ntb/hw/idt/ntb_hw_idt.c static void idt_se_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) ntint_sts 715 drivers/ntb/hw/idt/ntb_hw_idt.c ntint_sts, sests); ntint_sts 1426 drivers/ntb/hw/idt/ntb_hw_idt.c static void idt_db_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) ntint_sts 1432 drivers/ntb/hw/idt/ntb_hw_idt.c dev_dbg(&ndev->ntb.pdev->dev, "DB IRQ detected %#08x", ntint_sts); ntint_sts 1609 drivers/ntb/hw/idt/ntb_hw_idt.c static void idt_msg_isr(struct idt_ntb_dev *ndev, u32 ntint_sts) ntint_sts 1615 drivers/ntb/hw/idt/ntb_hw_idt.c dev_dbg(&ndev->ntb.pdev->dev, "Message IRQ detected %#08x", ntint_sts); ntint_sts 2205 drivers/ntb/hw/idt/ntb_hw_idt.c u32 ntint_sts; ntint_sts 2208 drivers/ntb/hw/idt/ntb_hw_idt.c ntint_sts = idt_nt_read(ndev, IDT_NT_NTINTSTS); ntint_sts 2211 drivers/ntb/hw/idt/ntb_hw_idt.c if (ntint_sts & IDT_NTINTSTS_MSG) { ntint_sts 2212 drivers/ntb/hw/idt/ntb_hw_idt.c idt_msg_isr(ndev, ntint_sts); ntint_sts 2217 drivers/ntb/hw/idt/ntb_hw_idt.c if (ntint_sts & IDT_NTINTSTS_DBELL) { ntint_sts 2218 drivers/ntb/hw/idt/ntb_hw_idt.c idt_db_isr(ndev, ntint_sts); ntint_sts 2223 drivers/ntb/hw/idt/ntb_hw_idt.c if (ntint_sts & IDT_NTINTSTS_SEVENT) { ntint_sts 2224 drivers/ntb/hw/idt/ntb_hw_idt.c idt_se_isr(ndev, ntint_sts); ntint_sts 2228 drivers/ntb/hw/idt/ntb_hw_idt.c dev_dbg(&ndev->ntb.pdev->dev, "IDT IRQs 0x%08x handled", ntint_sts);