Searched refs:local (Results 1 – 25 of 243) sorted by relevance
12345678910
| /dpdk/drivers/crypto/octeontx/ |
| H A D | version.map | 2 local: *; 11 local: *;
|
| /dpdk/lib/rcu/ |
| H A D | version.map | 12 local: *; 23 local: *;
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | version.map | 7 local: *; 28 local: *;
|
| /dpdk/lib/dmadev/ |
| H A D | version.map | 20 local: *; 30 local: *;
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_nl.c | 201 struct sockaddr_nl local = { in mlx5_nl_init() local 242 ret = bind(fd, (struct sockaddr *)&local, sizeof(local)); in mlx5_nl_init() 978 struct mlx5_nl_port_info local = { in mlx5_nl_cmdget_cb() local 996 local.ibindex = *(uint32_t *)payload; in mlx5_nl_cmdget_cb() 1004 local.ifindex = *(uint32_t *)payload; in mlx5_nl_cmdget_cb() 1012 local.state = *(uint8_t *)payload; in mlx5_nl_cmdget_cb() 1027 data->flags = local.flags; in mlx5_nl_cmdget_cb() 1028 data->ibindex = local.ibindex; in mlx5_nl_cmdget_cb() 1029 data->ifindex = local.ifindex; in mlx5_nl_cmdget_cb() 1030 data->portnum = local.portnum; in mlx5_nl_cmdget_cb() [all …]
|
| /dpdk/examples/l2fwd-cat/ |
| H A D | meson.build | 17 cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local
|
| /dpdk/lib/cmdline/ |
| H A D | version.map | 69 local: *; 84 local: *;
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | version.map | 6 local: *; 114 local: *;
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 635 mbx->local = fm10k_fifo_crc(&mbx->tx, head, len, mbx->local); in fm10k_mbx_update_local_crc() 878 mbx->tail_len, mbx->local); in fm10k_mbx_create_data_hdr() 1145 mbx->local = FM10K_MBX_CRC_SEED; in fm10k_mbx_connect_reset() 1324 mbx->local = FM10K_MBX_CRC_SEED; in fm10k_mbx_process_error() 1631 mbx->local = FM10K_MBX_CRC_SEED; in fm10k_pfvf_mbx_init() 1681 if (mbx->local) in fm10k_sm_mbx_create_connect_hdr() 1702 mbx->local = FM10K_SM_MBX_VERSION; in fm10k_sm_mbx_connect_reset() 1867 while (mbx->local > 1) in fm10k_sm_mbx_process_error() 1868 mbx->local--; in fm10k_sm_mbx_process_error() 2051 mbx->local = 0; in fm10k_sm_mbx_process_reset() [all …]
|
| /dpdk/devtools/ |
| H A D | libabigail.abignore | 48 ; Ignore visibility fix of local functions in experimental auxiliary driver 52 ; Ignore visibility fix of local functions in experimental gpudev library
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | build-sdk-meson.rst | 19 in /usr/local. A package-config file, ``libdpdk.pc``, for DPDK will also 35 distributions this can be got using the local package management system, 164 The install prefix defaults to ``/usr/local`` but can be used as with other 172 headers -> /usr/local/include 173 libraries -> /usr/local/lib64 174 drivers -> /usr/local/lib64/dpdk/drivers 175 libdpdk.pc -> /usr/local/lib64/pkgconfig
|
| H A D | ring_lib.rst | 97 The content of the function local variables is represented on the top of the figure, 112 First, *ring->prod_head* and ring->cons_tail are copied in local variables. 113 The prod_next local variable points to the next element of the table, or several elements after in … 165 First, ring->cons_head and ring->prod_tail are copied in local variables. 166 The cons_next local variable points to the next element of the table, or several elements after in … 218 On both cores, *ring->prod_head* and ring->cons_tail are copied in local variables. 219 The prod_next local variable points to the next element of the table, 238 * If ring->prod_head is different to local variable prod_head, 241 * Otherwise, ring->prod_head is set to local prod_next, 273 A core can only update it if ring->prod_tail is equal to the prod_head local variable.
|
| /dpdk/drivers/net/tap/ |
| H A D | tap_netlink.c | 49 struct sockaddr_nl local = { in tap_nl_init() local 78 if (bind(fd, (struct sockaddr *)&local, sizeof(local)) < 0) { in tap_nl_init()
|
| H A D | version.map | 2 local: *;
|
| /dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 63 its example applications in ``/usr/local/share/dpdk/examples``. 82 cp -r /usr/local/share/dpdk/examples/helloworld . 87 …cc -O3 -I/usr/local/include -include rte_config.h -march=corei7 -D__BSD_VISIBLE main.c -o build/h…
|
| /dpdk/drivers/net/nfb/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/crypto/nitrox/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/net/netvsc/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/dma/cnxk/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/net/virtio/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/crypto/mlx5/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/dma/idxd/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/net/null/ |
| H A D | version.map | 2 local: *;
|
| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | version.map | 2 local: *;
|
12345678910