Searched refs:matches (Results 1 – 3 of 3) sorted by relevance
106 struct pci_conf *matches; in fbsd_scan() local112 if (matches == NULL) in fbsd_scan()126 conf.matches = matches; in fbsd_scan()146 t->bus = matches[i].pc_sel.pc_bus; in fbsd_scan()147 t->dev = matches[i].pc_sel.pc_dev; in fbsd_scan()148 t->func = matches[i].pc_sel.pc_func; in fbsd_scan()151 t->vendor_id = matches[i].pc_vendor; in fbsd_scan()152 t->device_id = matches[i].pc_device; in fbsd_scan()154 t->hdrtype = matches[i].pc_hdr; in fbsd_scan()161 free(matches); in fbsd_scan()[all …]
66 as an alias for the latest symbol version, which matches function name in pci.h
645 * The MSI-X table size now matches the spec. Thanks to Michael S.