Home
last modified time | relevance | path

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

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_main.c85 int pci_index, total_files, i, j; in probe_all_rte_devices() local
94 total_files = scandir(SYSFS_PCI_IGB_UIO, &dirlist, in probe_all_rte_devices()
99 total_files = scandir(SYSFS_PCI_VFIO_PCI, &dirlist, in probe_all_rte_devices()
104 total_files = scandir(SYSFS_PCI_UIOPCIGEN, &dirlist, in probe_all_rte_devices()
112 for (i = 0; i < total_files; i++, pci_index++) { in probe_all_rte_devices()