Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/sili/
H A Dsili_attach.c61 .ad_vendor = PCI_VENDOR_SII,
69 .ad_vendor = PCI_VENDOR_SII,
101 for (ad = &sili_devices[0]; ad->ad_vendor; ++ad) { in sili_lookup_device()
102 if (ad->ad_vendor == vendor && ad->ad_product == product) in sili_lookup_device()
H A Dsili.h840 pci_vendor_id_t ad_vendor; member
/dragonfly/sys/dev/disk/ahci/
H A Dahci_attach.c143 for (ad = &ahci_devices[0]; ad->ad_vendor; ++ad) { in ahci_lookup_device()
144 if (ad->ad_vendor == vendor && ad->ad_product == product) in ahci_lookup_device()
H A Dahci.h568 pci_vendor_id_t ad_vendor; member