Searched refs:PCIY_PCIX (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_hw.c | 199 if (pci_find_cap(sc->dev, PCIY_PCIX, &val) == 0) { in oce_get_pci_capabilities()
|
/freebsd/sys/dev/pci/ |
H A D | pcireg.h | 141 #define PCIY_PCIX 0x07 /* PCI-X */ macro
|
H A D | pci.c | 979 case PCIY_PCIX: /* PCI-X */ in pci_read_cap()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 363 pci_find_cap(ahd->dev_softc, PCIY_PCIX, &ahd->pcix_ptr); in ahd_pci_config()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | pci_mpc85xx.c | 345 case PCIY_PCIX: in fsl_pcib_attach()
|
/freebsd/usr.sbin/pciconf/ |
H A D | cap.c | 913 case PCIY_PCIX: in ecap_vendor()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pci.h | 621 #define PCI_CAP_ID_PCIX PCIY_PCIX
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 1826 } else if (pci_find_cap(sc->msk_dev, PCIY_PCIX, ®) == 0) { in mskc_attach()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 3586 if (pci_find_cap(dev, PCIY_PCIX, ®) == 0) in bge_attach()
|
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 815 if (pci_find_cap(dev, PCIY_PCIX, ®) == 0) { in bce_probe_pci_caps()
|