Home
last modified time | relevance | path

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

/dpdk/doc/guides/platform/
H A Docteontx.rst71 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
73 The **OCTEON TX** :sup:`®` board must be running the linux kernel based on
125 Now this build system can be used to build applications for **OCTEON TX** :sup:`®` platforms.
/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst9 **OCTEON TX** :sup:`®` family of processors (CN8XXX). The OCTEON TX crypto
67 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
/dpdk/doc/guides/prog_guide/
H A Dfib_lib.rst98 * TBL24: An array with 2\ :sup:`24` entries, corresponding to the ``nh_sz`` size.
116 ideally we would have 2\ :sup:`24` tbl8s, which would be the same as having a
117 single table with 2\ :sup:`32` entries. This is not feasible due to resource restrictions.
/dpdk/lib/vhost/
H A Dvhost_user.c543 struct vring_used_elem_packed *sup; in numa_realloc() local
545 sup = rte_realloc_socket(vq->shadow_used_packed, vq->size * sizeof(*sup), in numa_realloc()
547 if (!sup) { in numa_realloc()
552 vq->shadow_used_packed = sup; in numa_realloc()
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h36 uint32_t sup:1; /* Whether QOS is supported. */ member
H A Dmlx5_devx_cmds.c870 attr->qos.sup = MLX5_GET(cmd_hca_cap, hcattr, qos); in mlx5_devx_cmd_query_hca_attr()
987 if (attr->qos.sup) { in mlx5_devx_cmd_query_hca_attr()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1295 if (hca_attr->qos.sup && hca_attr->qos.flow_meter_old && in mlx5_dev_spawn()
1326 if (hca_attr->qos.sup && hca_attr->qos.flow_meter_aso_sup) { in mlx5_dev_spawn()