Lines Matching refs:rest_id16
31 uint16_t id16, rest_id16; in info_roundtrip_pci() local
38 } 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()
89 } else if (!nvme_ctrl_info_pci_subsys(rest_info, &rest_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()