is_nic            195 drivers/pci/controller/pci-thunder-ecam.c 		bool is_nic = (vendor_device == 0xa01e177d);
is_nic            226 drivers/pci/controller/pci-thunder-ecam.c 			if (is_nic)
is_nic            252 drivers/pci/controller/pci-thunder-ecam.c 		if (where_a >= 0xe0 && where_a < 0xf0 && is_nic)
is_nic            257 drivers/pci/controller/pci-thunder-ecam.c 		if (where_a >= 0xf0 && where_a < 0x100 && is_nic)