Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dinfo-roundtrip.c30 uint32_t id32, rest_id32; in info_roundtrip_pci() local
123 } else if (!nvme_ctrl_info_pci_mps_min(rest_info, &rest_id32)) { in info_roundtrip_pci()
127 } else if (id32 != rest_id32) { in info_roundtrip_pci()
129 id32, rest_id32); in info_roundtrip_pci()
140 } else if (!nvme_ctrl_info_pci_mps_max(rest_info, &rest_id32)) { in info_roundtrip_pci()
144 } else if (id32 != rest_id32) { in info_roundtrip_pci()
146 id32, rest_id32); in info_roundtrip_pci()
157 } else if (!nvme_ctrl_info_pci_nintrs(rest_info, &rest_id32)) { in info_roundtrip_pci()
161 } else if (id32 != rest_id32) { in info_roundtrip_pci()
163 id32, rest_id32); in info_roundtrip_pci()