Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 243) sorted by relevance

12345678910

/dpdk/drivers/crypto/octeontx/
H A Dversion.map2 local: *;
11 local: *;
/dpdk/lib/rcu/
H A Dversion.map12 local: *;
23 local: *;
/dpdk/drivers/net/dpaa2/
H A Dversion.map7 local: *;
28 local: *;
/dpdk/lib/dmadev/
H A Dversion.map20 local: *;
30 local: *;
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c201 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 Dmeson.build17 cflags += '-I/usr/local/include' # assume pqos lib installed in /usr/local
/dpdk/lib/cmdline/
H A Dversion.map69 local: *;
84 local: *;
/dpdk/drivers/bus/fslmc/
H A Dversion.map6 local: *;
114 local: *;
/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c635 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 Dlibabigail.abignore48 ; 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 Dbuild-sdk-meson.rst19 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 Dring_lib.rst97 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 Dtap_netlink.c49 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 Dversion.map2 local: *;
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst63 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 Dversion.map2 local: *;
/dpdk/drivers/crypto/nitrox/
H A Dversion.map2 local: *;
/dpdk/drivers/net/netvsc/
H A Dversion.map2 local: *;
/dpdk/drivers/dma/cnxk/
H A Dversion.map2 local: *;
/dpdk/drivers/net/virtio/
H A Dversion.map2 local: *;
/dpdk/drivers/crypto/mlx5/
H A Dversion.map2 local: *;
/dpdk/drivers/dma/idxd/
H A Dversion.map2 local: *;
/dpdk/drivers/net/vmxnet3/
H A Dversion.map2 local: *;
/dpdk/drivers/net/null/
H A Dversion.map2 local: *;
/dpdk/drivers/raw/cnxk_bphy/
H A Dversion.map2 local: *;

12345678910