Home
last modified time | relevance | path

Searched refs:PCIY_VPD (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/pci/
HDpcireg.h123 #define PCIY_VPD 0x03 /* Vital Product Data */ macro
HDpci.c205 { PCIY_VPD, pci_read_cap_vpd },
/dragonfly/usr.sbin/pciconf/
HDcap.c561 case PCIY_VPD: in list_caps()
/dragonfly/sys/dev/netif/ae/
HDif_ae.c1536 error = pci_find_extcap(sc->ae_dev, PCIY_VPD, vpdc); in ae_check_eeprom_present()