Searched refs:full_id (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/advansys/
H A Dadw_pci.c76 u_int64_t full_id; member in struct:adw_pci_identity
164 u_int64_t full_id; local
168 full_id = adw_compose_id(pci_get_device(dev),
175 if (entry->full_id == (full_id & entry->id_mask))
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx_pci.c288 uint64_t full_id; local
309 full_id = ahd_compose_id(device,
320 full_id &= ID_ALL_IROC_MASK;
324 if (entry->full_id == (full_id & entry->id_mask)) {
H A Daic7770.c120 if (entry->full_id == (id & entry->id_mask))
H A Daic7xxx_pci.c747 uint64_t full_id; local
759 full_id = ahc_compose_id(device, vendor, subdevice, subvendor);
775 if (entry->full_id == (full_id & entry->id_mask)) {
H A Daic7xxx.h1165 uint64_t full_id; member in struct:ahc_pci_identity
1175 uint32_t full_id; member in struct:aic7770_identity
H A Daic79xx.h1373 uint64_t full_id; member in struct:ahd_pci_identity

Completed in 180 milliseconds