Searched refs:id16 (Results 1 – 1 of 1) sorted by relevance
31 uint16_t id16, rest_id16; in info_roundtrip_pci() local34 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()68 if (!nvme_ctrl_info_pci_subvid(info, &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 …]