Searched refs:rest_id16 (Results 1 – 1 of 1) sorted by relevance
31 uint16_t id16, rest_id16; in info_roundtrip_pci() local38 } else if (!nvme_ctrl_info_pci_vid(rest_info, &rest_id16)) { in info_roundtrip_pci()42 } else if (id16 != rest_id16) { in info_roundtrip_pci()44 id16, rest_id16); in info_roundtrip_pci()55 } else if (!nvme_ctrl_info_pci_did(rest_info, &rest_id16)) { in info_roundtrip_pci()59 } else if (id16 != rest_id16) { in info_roundtrip_pci()61 id16, rest_id16); in info_roundtrip_pci()72 } else if (!nvme_ctrl_info_pci_subvid(rest_info, &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()[all …]