| /dpdk/doc/guides/ |
| H A D | conf.py | 11 from os.path import dirname 130 ini_path = path_join(dirname(output_filename), 'features') 334 table_file = dirname(__file__) + '/nics/overview_table.txt' 339 table_file = dirname(__file__) + '/nics/rte_flow_items_table.txt' 344 table_file = dirname(__file__) + '/nics/rte_flow_actions_table.txt' 359 table_file = dirname(__file__) + '/cryptodevs/overview_auth_table.txt' 364 table_file = dirname(__file__) + '/cryptodevs/overview_aead_table.txt' 369 table_file = dirname(__file__) + '/cryptodevs/overview_asym_table.txt' 374 table_file = dirname(__file__) + '/cryptodevs/overview_os_table.txt' 394 table_file = dirname(__file__) + '/bbdevs/overview_feature_table.txt' [all …]
|
| /dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_bus.c | 119 char dirname[PATH_MAX]; in vmbus_get_uio_dev() local 125 snprintf(dirname, sizeof(dirname), in vmbus_get_uio_dev() 128 dir = opendir(dirname); in vmbus_get_uio_dev() 171 char dirname[PATH_MAX], mapname[64]; in rte_vmbus_map_device() local 186 snprintf(dirname, sizeof(dirname), in rte_vmbus_map_device() 190 "%s/name", dirname); in rte_vmbus_map_device() 205 "%s/size", dirname); in rte_vmbus_map_device() 237 char dirname[PATH_MAX]; in vmbus_scan_one() local 255 snprintf(dirname, sizeof(dirname), "%s/%s", in vmbus_scan_one() 276 snprintf(filename, sizeof(filename), "%s/id", dirname); in vmbus_scan_one() [all …]
|
| /dpdk/drivers/bus/auxiliary/linux/ |
| H A D | auxiliary.c | 22 auxiliary_scan_one(const char *dirname, const char *name) in auxiliary_scan_one() argument 44 dirname, name); in auxiliary_scan_one() 85 char dirname[PATH_MAX]; in auxiliary_dev_exists() local 87 snprintf(dirname, sizeof(dirname), "%s/%s", in auxiliary_dev_exists() 89 dir = opendir(dirname); in auxiliary_dev_exists() 104 char dirname[PATH_MAX]; in auxiliary_scan() local 121 snprintf(dirname, sizeof(dirname), "%s/%s", in auxiliary_scan() 132 if (auxiliary_scan_one(dirname, e->d_name) < 0) in auxiliary_scan()
|
| /dpdk/devtools/ |
| H A D | checkpatches.sh | 10 . $(dirname $(readlink -f $0))/load-devel-config 12 VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh 61 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 69 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 77 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 85 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 93 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 101 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 109 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ 118 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \ [all …]
|
| H A D | test-null.sh | 14 [ -f "$testpmd" ] && build=$(dirname $(dirname $testpmd))
|
| H A D | load-devel-config | 13 test ! -r $(dirname $(readlink -f $0))/../.develconfig || 14 . $(dirname $(readlink -f $0))/../.develconfig
|
| H A D | update-patches.py | 8 from os.path import abspath, dirname, join 20 dpdk_libdir = abspath(join(dirname(sys.argv[0]), '..', 'lib'))
|
| H A D | test-meson-builds.sh | 14 srcdir=$(dirname $(readlink -f $0))/.. 285 export PKG_CONFIG_PATH=$(dirname $pc_file):$PKG_CONFIG_PATH 286 libdir=$(dirname $(find $DESTDIR -name librte_eal.so))
|
| H A D | check-dup-includes.sh | 8 dir=${1:-$(dirname $(readlink -f $0))/..}
|
| H A D | cocci.sh | 7 SRCTREE=$(readlink -f $(dirname $0)/..)
|
| H A D | get-maintainer.sh | 8 . $(dirname $(readlink -f $0))/load-devel-config
|
| H A D | check-symbol-maps.sh | 5 cd $(dirname $0)/..
|
| H A D | check-doc-vs-code.sh | 9 selfdir=$(dirname $(readlink -f $0))
|
| /dpdk/lib/eal/windows/include/ |
| H A D | dirent.h | 92 static _WDIR *_wopendir(const wchar_t *dirname); 126 static DIR *opendir(const char *dirname); 156 _wopendir(const wchar_t *dirname) in _wopendir() argument 162 if (dirname == NULL || dirname[0] == '\0') { in _wopendir() 183 n = wcslen(dirname); in _wopendir() 185 n = GetFullPathNameW(dirname, 0, NULL, NULL); in _wopendir() 205 wcsncpy_s(dirp->patt, n + 1, dirname, n); in _wopendir() 207 n = GetFullPathNameW(dirname, n, dirp->patt, NULL); in _wopendir() 377 opendir(const char *dirname) in opendir() argument 383 if (dirname == NULL || dirname[0] == '\0') { in opendir() [all …]
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci_uio.c | 143 char dirname[PATH_MAX]; in pci_get_uio_dev() local 148 snprintf(dirname, sizeof(dirname), in pci_get_uio_dev() 152 dir = opendir(dirname); in pci_get_uio_dev() 155 snprintf(dirname, sizeof(dirname), in pci_get_uio_dev() 158 dir = opendir(dirname); in pci_get_uio_dev() 161 RTE_LOG(ERR, EAL, "Cannot opendir %s\n", dirname); in pci_get_uio_dev() 231 char dirname[PATH_MAX]; in pci_uio_alloc_resource() local 240 uio_num = pci_get_uio_dev(dev, dirname, sizeof(dirname), 1); in pci_uio_alloc_resource() 401 char dirname[PATH_MAX]; in pci_uio_ioport_map() local 454 int uio_num = pci_get_uio_dev(dev, dirname, sizeof(dirname), 0); in pci_uio_ioport_map() [all …]
|
| H A D | pci.c | 230 snprintf(filename, sizeof(filename), "%s/vendor", dirname); in pci_scan_one() 238 snprintf(filename, sizeof(filename), "%s/device", dirname); in pci_scan_one() 247 dirname); in pci_scan_one() 256 dirname); in pci_scan_one() 265 dirname); in pci_scan_one() 282 "%s/sriov_numvfs", dirname); in pci_scan_one() 290 dirname); in pci_scan_one() 312 snprintf(filename, sizeof(filename), "%s/driver", dirname); in pci_scan_one() 451 char dirname[PATH_MAX]; in rte_pci_scan() local 480 snprintf(dirname, sizeof(dirname), "%s/%s", in rte_pci_scan() [all …]
|
| /dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pci.c | 188 ccp_find_uio_devname(const char *dirname) in ccp_find_uio_devname() argument 200 snprintf(dirname_uio, sizeof(dirname_uio), "%s/uio", dirname); in ccp_find_uio_devname() 204 dir = opendir(dirname); in ccp_find_uio_devname()
|
| H A D | ccp_dev.c | 620 is_ccp_device(const char *dirname, in is_ccp_device() argument 631 snprintf(filename, sizeof(filename), "%s/vendor", dirname); in is_ccp_device() 637 snprintf(filename, sizeof(filename), "%s/device", dirname); in is_ccp_device() 692 char dirname[PATH_MAX]; in ccp_probe_devices() local 709 snprintf(dirname, sizeof(dirname), "%s/%s", in ccp_probe_devices() 711 if (is_ccp_device(dirname, ccp_id, &ccp_type)) { in ccp_probe_devices()
|
| H A D | ccp_pci.h | 25 int ccp_find_uio_devname(const char *dirname);
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_vfio.c | 66 ret = vfio_map_dev_obj(dev->dirname, dev->name, in bcmfs_attach_vfio() 89 ret = rte_vfio_release_device(dev->dirname, dev->name, in bcmfs_release_vfio()
|
| H A D | bcmfs_device.h | 51 char dirname[BCMFS_MAX_PATH_LEN]; member
|
| /dpdk/doc/api/ |
| H A D | generate_doxygen.sh | 9 OUT_FILE=$(dirname $OUTDIR)/doxygen.out
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry.py | 97 prefixes.append(os.path.relpath(os.path.dirname(s), start=path)) 123 socks = find_sockets(os.path.dirname(path))
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | pkttest.sh | 4 DIR=$(dirname $0)
|
| H A D | linux_test.sh | 57 DIR=`dirname $0`
|