Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c334 struct pci_conf_io conf_io = { in rte_pci_scan() local
355 if (ioctl(fd, PCIOCGETCONF, &conf_io) < 0) { in rte_pci_scan()
361 for (i = 0; i < conf_io.num_matches; i++) { in rte_pci_scan()
374 dev_count += conf_io.num_matches; in rte_pci_scan()
375 } while(conf_io.status == PCI_GETCONF_MORE_DEVS); in rte_pci_scan()