Searched refs:PCI_VPD_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/hme/
H A Dif_hme_pci.c234 #define PCI_VPD_SIZE 0x03 macro
310 if (HME_ROM_READ_1(j + PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE +
312 HME_ROM_READ_1(j + 4 * (PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE +
315 j += slot * (PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE +
322 PCI_VPD_SIZE + ETHER_ADDR_LEN ||
/freebsd-10.2-release/sys/dev/gem/
H A Dif_gem_pci.c252 #define PCI_VPD_SIZE 0x03 macro
294 PCI_VPD_SIZE + ETHER_ADDR_LEN ||
301 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE +
307 GEM_PCI_ROM_OFFSET + j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE,
/freebsd-10.2-release/sys/dev/cas/
H A Dif_cas.c2763 #define PCI_VPD_SIZE 0x03 macro
2816 i -= PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN),
2817 j += PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN)) {
2821 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE) != 'I')
2824 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE + 3) == 'B') {
2827 j + PCI_VPD_SIZE + 4) != ETHER_ADDR_LEN)
2830 CAS_PCI_ROM_OFFSET + j + PCI_VPD_SIZE + 5,
2836 CAS_PCI_ROM_OFFSET + j + PCI_VPD_SIZE +
2842 } else if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE + 3) ==
2846 j + PCI_VPD_SIZE
[all...]

Completed in 116 milliseconds