/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-mv78460.dtsi | 122 interrupt-names = "intx"; 150 interrupt-names = "intx"; 178 interrupt-names = "intx"; 206 interrupt-names = "intx"; 234 interrupt-names = "intx"; 262 interrupt-names = "intx"; 290 interrupt-names = "intx"; 318 interrupt-names = "intx"; 346 interrupt-names = "intx"; 374 interrupt-names = "intx";
|
H A D | armada-xp-mv78260.dtsi | 101 interrupt-names = "intx"; 129 interrupt-names = "intx"; 157 interrupt-names = "intx"; 185 interrupt-names = "intx"; 213 interrupt-names = "intx"; 241 interrupt-names = "intx"; 269 interrupt-names = "intx"; 297 interrupt-names = "intx"; 325 interrupt-names = "intx";
|
H A D | armada-385.dtsi | 72 interrupt-names = "intx"; 100 interrupt-names = "intx"; 128 interrupt-names = "intx"; 159 interrupt-names = "intx";
|
H A D | armada-xp-mv78230.dtsi | 86 interrupt-names = "intx"; 114 interrupt-names = "intx"; 142 interrupt-names = "intx"; 170 interrupt-names = "intx"; 198 interrupt-names = "intx";
|
H A D | armada-380.dtsi | 67 interrupt-names = "intx"; 96 interrupt-names = "intx"; 125 interrupt-names = "intx";
|
H A D | kirkwood-6282.dtsi | 33 interrupt-names = "intx", "error"; 61 interrupt-names = "intx", "error";
|
H A D | armada-39x.dtsi | 440 interrupt-names = "intx"; 469 interrupt-names = "intx"; 498 interrupt-names = "intx"; 530 interrupt-names = "intx";
|
H A D | kirkwood-98dx4122.dtsi | 29 interrupt-names = "intx", "error";
|
/freebsd/sys/dev/enic/ |
H A D | vnic_enet.h | 62 #define VENET_INTR_MODE_ANY 0 /* Try MSI-X, then MSI, then INTx */ 63 #define VENET_INTR_MODE_MSI 1 /* Try MSI then INTx */ 64 #define VENET_INTR_MODE_INTX 2 /* Try INTx only */
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | dm_op.h | 212 * PCI INTx pins. 217 /* IN - PCI INTx identification (domain:bus:device:intx) */ 219 uint8_t bus, device, intx; member 240 * XEN_DMOP_set_pci_link_route: Map a PCI INTx line to an IRQ line. 245 /* PCI INTx line (0-3) */
|
H A D | hvm_op.h | 62 /* Set the logical level of one of a domain's PCI INTx wires. */ 67 /* PCI INTx identification in PCI topology (domain:bus:device:intx). */ 68 uint8_t domain, bus, device, intx; member
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_amd.c | 859 bool intx) in amd_ntb_setup_isr() argument 865 if (intx) in amd_ntb_setup_isr() 869 /* RID should be 0 for intx */ in amd_ntb_setup_isr() 870 if (intx) in amd_ntb_setup_isr() 885 if (msi || intx) { in amd_ntb_setup_isr() 938 bool msi = false, intx = false; in amd_ntb_init_isr() local 990 intx = true; in amd_ntb_init_isr() 996 if (intx) { in amd_ntb_init_isr() 1002 amd_ntb_printf(0, "%s: db %d msix %d msi %d intx %d\n", in amd_ntb_init_isr() 1003 __func__, ntb->hw_info->db_count, ntb->msix_vec_count, (int)msi, (int)intx); in amd_ntb_init_isr() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | layerscape-pcie-gen4.txt | 17 none MSI/MSI-X/INTx mode,but there is interrupt line for aer. 19 none MSI/MSI-X/INTx mode,but there is interrupt line for pme.
|
H A D | xilinx-nwl-pcie.txt | 19 "intx": interrupt asserted when a legacy interrupt is received 52 interrupt-names = "msi0", "msi1", "intx", "dummy", "misc";
|
H A D | xilinx-pcie.txt | 33 The core provides a single interrupt for both INTx/MSI messages. So, 36 the four INTx interrupts in ISR and route them to this domain.
|
H A D | layerscape-pci.txt | 36 non MSI/MSI-X/INTx mode is used 38 non MSI/MSI-X/INTx mode is used
|
H A D | xlnx,nwl-pcie.yaml | 44 - const: intx 140 interrupt-names = "misc", "dummy", "intx", "msi1", "msi0";
|
H A D | rockchip-pcie-host.txt | 66 The core controller provides a single interrupt for legacy INTx. The PCIe node 69 INTx interrupts are decoded and routed.
|
/freebsd/contrib/unifdef/tests/ |
H A D | if5-kDU.expout | 16 intx foo3() { return 0; }
|
H A D | if5-k.expout | 25 intx foo3() { return 0; }
|
H A D | if5-k.c | 33 intx foo3() { return 0; } in foo3()
|
H A D | if5-kDU.c | 33 intx foo3() { return 0; } in foo3()
|
/freebsd/sys/contrib/xen/arch-x86/hvm/ |
H A D | save.h | 432 * Indexed by: device*4 + INTx#. 458 * Each PCI <device:INTx#> is 'wire-ORed' into one of four links using 459 * the traditional 'barber's pole' mapping ((device + INTx#) & 3).
|
/freebsd/share/man/man4/ |
H A D | cxgbev.4 | 219 Bit 0 represents INTx (line interrupts), bit 1 MSI, and bit 2 MSI-X. 222 Note that Virtual Functions do not support INTx interrupts and fail
|
/freebsd/usr.sbin/bhyve/riscv/ |
H A D | pci_irq.c | 60 * Assign swizzled IRQ for this INTx if one is not yet assigned. Must in pci_irq_route()
|