Searched refs:MATCH (Results 1 – 1 of 1) sorted by relevance
180 #define MATCH(x, y) ((y) > 0xffff || (x) == (y)) in match_pcimap() macro182 MATCH(dev->vendor_id, e->vendor) && in match_pcimap()183 MATCH(dev->device_id, e->device) && in match_pcimap()184 MATCH(dev->subsys_vendor_id, e->subvendor) && in match_pcimap()185 MATCH(dev->subsys_id, e->subdevice) && in match_pcimap()187 #undef MATCH in match_pcimap()