Searched refs:PCIY_MSIX (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/sys/dev/oce/ |
| D | oce_hw.c | 232 if (pci_find_extcap(sc->dev, PCIY_MSIX, &val) == 0) { in oce_get_pci_capabilities()
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | pcireg.h | 141 #define PCIY_MSIX 0x11 /* MSI-X */ macro
|
| D | pci.c | 773 case PCIY_MSIX: /* PCI MSI-X */ in pci_read_cap()
|
| /freebsd-10-stable/usr.sbin/pciconf/ |
| D | cap.c | 596 case PCIY_MSIX: in list_caps()
|
| /freebsd-10-stable/usr.sbin/bhyve/ |
| D | pci_passthru.c | 206 } else if (cap == PCIY_MSIX) { in cfginitmsi()
|
| D | pci_emul.c | 791 msixcap->capid = PCIY_MSIX; in pci_populate_msixcap() 998 case PCIY_MSIX: in pci_emul_capwrite()
|
| /freebsd-10-stable/sys/dev/virtio/pci/ |
| D | virtio_pci.c | 281 if (pci_find_cap(dev, PCIY_MSIX, NULL) == 0) { in vtpci_attach()
|
| /freebsd-10-stable/sys/dev/ixgbe/ |
| D | if_ixv.c | 1410 pci_find_cap(dev, PCIY_MSIX, &rid); in ixv_allocate_msix()
|
| /freebsd-10-stable/sys/dev/ixl/ |
| D | if_ixlv.c | 1235 pci_find_cap(dev, PCIY_MSIX, &rid); in ixlv_init_msix()
|
| D | if_ixl.c | 2116 pci_find_cap(dev, PCIY_MSIX, &rid); in ixl_init_msix()
|
| /freebsd-10-stable/sys/dev/aacraid/ |
| D | aacraid.c | 1891 cap = aac_find_pci_capability(sc, PCIY_MSIX); in aac_define_int_mode()
|
| /freebsd-10-stable/sys/dev/vmware/vmxnet3/ |
| D | if_vmx.c | 449 if (pci_find_cap(dev, PCIY_MSIX, NULL) == 0) { in vmxnet3_alloc_resources()
|
| /freebsd-10-stable/sys/dev/bce/ |
| D | if_bce.c | 829 if (pci_find_cap(dev, PCIY_MSIX, ®) == 0) { in bce_probe_pci_caps()
|
| /freebsd-10-stable/sys/dev/bxe/ |
| D | bxe.c | 13340 if (pci_find_cap(sc->dev, PCIY_MSIX, ®) == 0) { in bxe_probe_pci_caps()
|