Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/oce/
Doce_hw.c232 if (pci_find_extcap(sc->dev, PCIY_MSIX, &val) == 0) { in oce_get_pci_capabilities()
/freebsd-10-stable/sys/dev/pci/
Dpcireg.h141 #define PCIY_MSIX 0x11 /* MSI-X */ macro
Dpci.c773 case PCIY_MSIX: /* PCI MSI-X */ in pci_read_cap()
/freebsd-10-stable/usr.sbin/pciconf/
Dcap.c596 case PCIY_MSIX: in list_caps()
/freebsd-10-stable/usr.sbin/bhyve/
Dpci_passthru.c206 } else if (cap == PCIY_MSIX) { in cfginitmsi()
Dpci_emul.c791 msixcap->capid = PCIY_MSIX; in pci_populate_msixcap()
998 case PCIY_MSIX: in pci_emul_capwrite()
/freebsd-10-stable/sys/dev/virtio/pci/
Dvirtio_pci.c281 if (pci_find_cap(dev, PCIY_MSIX, NULL) == 0) { in vtpci_attach()
/freebsd-10-stable/sys/dev/ixgbe/
Dif_ixv.c1410 pci_find_cap(dev, PCIY_MSIX, &rid); in ixv_allocate_msix()
/freebsd-10-stable/sys/dev/ixl/
Dif_ixlv.c1235 pci_find_cap(dev, PCIY_MSIX, &rid); in ixlv_init_msix()
Dif_ixl.c2116 pci_find_cap(dev, PCIY_MSIX, &rid); in ixl_init_msix()
/freebsd-10-stable/sys/dev/aacraid/
Daacraid.c1891 cap = aac_find_pci_capability(sc, PCIY_MSIX); in aac_define_int_mode()
/freebsd-10-stable/sys/dev/vmware/vmxnet3/
Dif_vmx.c449 if (pci_find_cap(dev, PCIY_MSIX, NULL) == 0) { in vmxnet3_alloc_resources()
/freebsd-10-stable/sys/dev/bce/
Dif_bce.c829 if (pci_find_cap(dev, PCIY_MSIX, &reg) == 0) { in bce_probe_pci_caps()
/freebsd-10-stable/sys/dev/bxe/
Dbxe.c13340 if (pci_find_cap(sc->dev, PCIY_MSIX, &reg) == 0) { in bxe_probe_pci_caps()