Lines Matching refs:id16
31 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()
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()
85 if (!nvme_ctrl_info_pci_subsys(info, &id16)) { in info_roundtrip_pci()
93 } else if (id16 != rest_id16) { in info_roundtrip_pci()
95 "now %u", id16, rest_id16); in info_roundtrip_pci()