Searched refs:rest_info (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/ |
H A D | info-roundtrip.c | 27 info_roundtrip_pci(nvme_ctrl_info_t *info, nvme_ctrl_info_t *rest_info) in info_roundtrip_pci() argument 38 } else if (!nvme_ctrl_info_pci_vid(rest_info, &rest_id16)) { in info_roundtrip_pci() 55 } else if (!nvme_ctrl_info_pci_did(rest_info, &rest_id16)) { in info_roundtrip_pci() 72 } else if (!nvme_ctrl_info_pci_subvid(rest_info, &rest_id16)) { in info_roundtrip_pci() 89 } else if (!nvme_ctrl_info_pci_subsys(rest_info, &rest_id16)) { in info_roundtrip_pci() 106 } else if (!nvme_ctrl_info_pci_rev(rest_info, &rest_id8)) { in info_roundtrip_pci() 123 } else if (!nvme_ctrl_info_pci_mps_min(rest_info, &rest_id32)) { in info_roundtrip_pci() 140 } else if (!nvme_ctrl_info_pci_mps_max(rest_info, &rest_id32)) { in info_roundtrip_pci() 157 } else if (!nvme_ctrl_info_pci_nintrs(rest_info, &rest_id32)) { in info_roundtrip_pci() 174 info_roundtrip_ns(nvme_ctrl_info_t *info, nvme_ctrl_info_t *rest_info) in info_roundtrip_ns() argument [all …]
|