Home
last modified time | relevance | path

Searched refs:PCIY_MSIX (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/sys/dev/ahci/
HDahci_pci.c475 ret = pci_find_cap(dev, PCIY_MSIX, &cap_offset); in ahci_pci_read_msix_bars()
/freebsd-14-stable/sys/dev/oce/
HDoce_hw.c220 if (pci_find_cap(sc->dev, PCIY_MSIX, &val) == 0) { in oce_get_pci_capabilities()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_passthru.c294 } else if (cap == PCIY_MSIX) { in cfginitmsi()
1096 PCIY_MSIX); in passthru_cfgwrite_default()
HDpci_emul.c1181 msixcap->capid = PCIY_MSIX; in pci_populate_msixcap()
1403 case PCIY_MSIX: in pci_emul_capwrite()
/freebsd-14-stable/sys/dev/pci/
HDpcireg.h151 #define PCIY_MSIX 0x11 /* MSI-X */ macro
HDpci.c941 case PCIY_MSIX: /* PCI MSI-X */ in pci_read_cap()
/freebsd-14-stable/sys/dev/virtio/pci/
HDvirtio_pci.c159 if (pci_find_cap(dev, PCIY_MSIX, NULL) != 0) in vtpci_init()
/freebsd-14-stable/usr.sbin/pciconf/
HDcap.c935 case PCIY_MSIX: in list_caps()
/freebsd-14-stable/sys/dev/ixgbe/
HDif_ixv.c1089 if (pci_find_cap(dev, PCIY_MSIX, &rid)) { in ixv_if_msix_intr_assign()
/freebsd-14-stable/sys/dev/netmap/
HDif_ptnet.c616 if (pci_find_cap(dev, PCIY_MSIX, NULL) != 0) { in ptnet_irqs_init()
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid.c1910 cap = aac_find_pci_capability(sc, PCIY_MSIX); in aac_define_int_mode()
/freebsd-14-stable/sys/dev/bce/
HDif_bce.c840 if (pci_find_cap(dev, PCIY_MSIX, &reg) == 0) { in bce_probe_pci_caps()
/freebsd-14-stable/sys/dev/bxe/
HDbxe.c13241 if (pci_find_cap(sc->dev, PCIY_MSIX, &reg) == 0) { in bxe_probe_pci_caps()