Searched refs:host_conf (Results 1 – 2 of 2) sorted by relevance
356 pci_config_read_reg(const struct pci_conf *host_conf, nvlist_t *nvl, in pci_config_read_reg() argument373 host = host_conf != NULL ? host_conf->pc_device : 0; in pci_config_read_reg()377 host = host_conf != NULL ? host_conf->pc_vendor : 0; in pci_config_read_reg()381 host = host_conf != NULL ? host_conf->pc_revid : 0; in pci_config_read_reg()385 host = host_conf != NULL ? host_conf->pc_subvendor : 0; in pci_config_read_reg()389 host = host_conf != NULL ? host_conf->pc_subdevice : 0; in pci_config_read_reg()397 } else if (host_conf != NULL && strcmp(config, "host") == 0) { in pci_config_read_reg()
233 uint32_t pci_config_read_reg(const struct pci_conf *host_conf, nvlist_t *nvl,