Searched refs:hdr_next_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c66 uint64_t data, hdr, hdr_next_ptr, hdr_cap_id; local
88 hdr_next_ptr = hdr & 0xFF;
91 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
94 offset = hdr_next_ptr;
96 if (hdr_next_ptr < 0x40)
99 (void) hvio_config_get(dev_hdl, bdf, hdr_next_ptr, 4,
102 hdr_next_ptr = (hdr >> 8) & 0xFF;
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c468 uint32_t data, hdr_next_ptr, hdr_cap_id; local
503 hdr_next_ptr = data & 0xff;
509 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
512 if (hdr_next_ptr < 0x40)
515 cfg_prg.offset = hdr_next_ptr;
522 hdr_next_ptr = (data >> 8) & 0xFF;
534 hdr_next_ptr = 0x100;
540 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
543 if (hdr_next_ptr < 0x40)
546 cfg_prg.offset = hdr_next_ptr;
[all...]

Completed in 60 milliseconds