Searched refs:match_buf (Results 1 – 1 of 1) sorted by relevance
158 struct pci_conf *match_buf) in pci_conf_match_native() argument162 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0)) in pci_conf_match_native()178 && (match_buf->pc_sel.pc_domain != in pci_conf_match_native()183 && (match_buf->pc_sel.pc_bus != matches[i].pc_sel.pc_bus)) in pci_conf_match_native()187 && (match_buf->pc_sel.pc_dev != matches[i].pc_sel.pc_dev)) in pci_conf_match_native()191 && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) in pci_conf_match_native()195 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_native()199 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_native()203 && (match_buf->pc_class != matches[i].pc_class)) in pci_conf_match_native()207 && (match_buf->pd_unit != matches[i].pd_unit)) in pci_conf_match_native()[all …]