Home
last modified time | relevance | path

Searched refs:match_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpci_user.c155 struct pci_conf *match_buf) in pci_conf_match_native() argument
159 if ((matches == NULL) || (match_buf == NULL) || (num_matches <= 0)) in pci_conf_match_native()
175 && (match_buf->pc_sel.pc_domain != in pci_conf_match_native()
180 && (match_buf->pc_sel.pc_bus != matches[i].pc_sel.pc_bus)) in pci_conf_match_native()
184 && (match_buf->pc_sel.pc_dev != matches[i].pc_sel.pc_dev)) in pci_conf_match_native()
188 && (match_buf->pc_sel.pc_func != matches[i].pc_sel.pc_func)) in pci_conf_match_native()
192 && (match_buf->pc_vendor != matches[i].pc_vendor)) in pci_conf_match_native()
196 && (match_buf->pc_device != matches[i].pc_device)) in pci_conf_match_native()
200 && (match_buf->pc_class != matches[i].pc_class)) in pci_conf_match_native()
204 && (match_buf->pd_unit != matches[i].pd_unit)) in pci_conf_match_native()
[all …]