Searched defs:hdr_cap_id (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
89 hdr_cap_id = 0;
92 (hdr_cap_id != PCI_CAP_ID_PCI_E)) {
103 hdr_cap_id = hdr & 0xFF;
109 if (hdr_cap_id != PCI_CAP_ID_PCI_E)
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c468 uint32_t data, hdr_next_ptr, hdr_cap_id; local
504 hdr_cap_id = 0;
510 (hdr_cap_id != PCI_CAP_ID_PCI_E)) {
523 hdr_cap_id = data & 0xFF;
529 if (hdr_cap_id != PCI_CAP_ID_PCI_E)
535 hdr_cap_id = 0;
541 (hdr_cap_id != 0xe)) {
554 hdr_cap_id = data & 0xFFFF;
560 if (hdr_cap_id != 0xe)

Completed in 68 milliseconds