Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ahci/
H A Dahci_pci.c475 ret = pci_find_cap(dev, PCIY_MSIX, &cap_offset); in ahci_pci_read_msix_bars()
/freebsd-14.2/sys/dev/oce/
H A Doce_hw.c220 if (pci_find_cap(sc->dev, PCIY_MSIX, &val) == 0) { in oce_get_pci_capabilities()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_passthru.c251 } else if (cap == PCIY_MSIX) { in cfginitmsi()
1053 PCIY_MSIX); in passthru_cfgwrite_default()
H A Dpci_emul.c1181 msixcap->capid = PCIY_MSIX; in pci_populate_msixcap()
1403 case PCIY_MSIX: in pci_emul_capwrite()
/freebsd-14.2/sys/dev/pci/
H A Dpcireg.h151 #define PCIY_MSIX 0x11 /* MSI-X */ macro
H A Dpci.c931 case PCIY_MSIX: /* PCI MSI-X */ in pci_read_cap()
/freebsd-14.2/sys/dev/virtio/pci/
H A Dvirtio_pci.c159 if (pci_find_cap(dev, PCIY_MSIX, NULL) != 0) in vtpci_init()
/freebsd-14.2/usr.sbin/pciconf/
H A Dcap.c935 case PCIY_MSIX: in list_caps()
/freebsd-14.2/sys/dev/ixgbe/
H A Dif_ixv.c1076 if (pci_find_cap(dev, PCIY_MSIX, &rid)) { in ixv_if_msix_intr_assign()
/freebsd-14.2/sys/dev/netmap/
H A Dif_ptnet.c616 if (pci_find_cap(dev, PCIY_MSIX, NULL) != 0) { in ptnet_irqs_init()
/freebsd-14.2/sys/dev/aacraid/
H A Daacraid.c1910 cap = aac_find_pci_capability(sc, PCIY_MSIX); in aac_define_int_mode()
/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c840 if (pci_find_cap(dev, PCIY_MSIX, &reg) == 0) { in bce_probe_pci_caps()
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.c13241 if (pci_find_cap(sc->dev, PCIY_MSIX, &reg) == 0) { in bxe_probe_pci_caps()