Searched defs:vpd_rd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c370 static inline uint8_t vpd_rd(npi_handle_t handle, uint32_t addr) function
404 if (vpd_rd(handle, ep) != 0x55 ||
405 vpd_rd(handle, ep + 1) != 0xaa) {
409 vpd_rd(handle, ep), vpd_rd(handle, ep + 1)));
414 ep = base + ((vpd_rd(handle, ep) << 8) |
415 (vpd_rd(handle, ep + 1)));
417 if ((vpd_rd(handle, ep) != 0x50) ||
418 (vpd_rd(handle, ep + 1) != 0x43) ||
419 (vpd_rd(handl
[all...]

Completed in 57 milliseconds