Home
last modified time | relevance | path

Searched refs:id16 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dinfo-roundtrip.c31 uint16_t id16, rest_id16; in info_roundtrip_pci() local
34 if (!nvme_ctrl_info_pci_vid(info, &id16)) { in info_roundtrip_pci()
42 } else if (id16 != rest_id16) { in info_roundtrip_pci()
44 id16, rest_id16); in info_roundtrip_pci()
51 if (!nvme_ctrl_info_pci_did(info, &id16)) { in info_roundtrip_pci()
59 } else if (id16 != rest_id16) { in info_roundtrip_pci()
61 id16, rest_id16); in info_roundtrip_pci()
76 } else if (id16 != rest_id16) { in info_roundtrip_pci()
78 "now %u", id16, rest_id16); in info_roundtrip_pci()
93 } else if (id16 != rest_id16) { in info_roundtrip_pci()
[all …]