Searched refs:match_buf (Results 1 – 1 of 1) sorted by relevance
160 struct pci_conf *match_buf) in pci_conf_match_native() argument164 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0)) in pci_conf_match_native()180 && (match_buf->pc_sel.pc_domain != in pci_conf_match_native()185 && (match_buf->pc_sel.pc_bus != matches[i].pc_sel.pc_bus)) in pci_conf_match_native()189 && (match_buf->pc_sel.pc_dev != matches[i].pc_sel.pc_dev)) in pci_conf_match_native()193 && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) in pci_conf_match_native()197 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_native()201 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_native()205 && (match_buf->pc_class != matches[i].pc_class)) in pci_conf_match_native()209 && (match_buf->pd_unit != matches[i].pd_unit)) in pci_conf_match_native()[all …]