Searched refs:PCI_ANY_ID (Results 1 – 5 of 5) sorted by relevance
94 #define PCI_ANY_ID (0xffff) macro103 PCI_ANY_ID, \104 PCI_ANY_ID111 .subsystem_vendor_id = PCI_ANY_ID, \112 .subsystem_device_id = PCI_ANY_ID
136 id_table->vendor_id != PCI_ANY_ID) in rte_pci_match()139 id_table->device_id != PCI_ANY_ID) in rte_pci_match()143 id_table->subsystem_vendor_id != PCI_ANY_ID) in rte_pci_match()147 id_table->subsystem_device_id != PCI_ANY_ID) in rte_pci_match()
138 id_table->vendor_id != PCI_ANY_ID) in mlx5_bus_match()141 id_table->device_id != PCI_ANY_ID) in mlx5_bus_match()145 id_table->subsystem_vendor_id != PCI_ANY_ID) in mlx5_bus_match()149 id_table->subsystem_device_id != PCI_ANY_ID) in mlx5_bus_match()
98 #define PCI_ANY_ID (0xffff) macro
37 #define PCI_ANY_ID (-1) macro