Home
last modified time | relevance | path

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

/f-stack/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.
/f-stack/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.
H A Docteontx2.rst10 **OCTEON TX2** :sup:`®` family of processors (CN9XXX).
/f-stack/freebsd/netipsec/
H A Dkey_debug.c363 struct sadb_supported *sup = (struct sadb_supported *)ext; in kdebug_sadb_supported() local
371 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup)) in kdebug_sadb_supported()
373 alg = (struct sadb_alg *)(sup + 1); in kdebug_sadb_supported()
H A Dkey.c7118 struct sadb_supported *sup; in key_register() local
7167 sup = (struct sadb_supported *)(mtod(n, caddr_t) + off); in key_register()
7168 sup->sadb_supported_len = PFKEY_UNIT64(alen); in key_register()
7169 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_AUTH; in key_register()
7170 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
7191 sup = (struct sadb_supported *)(mtod(n, caddr_t) + off); in key_register()
7192 sup->sadb_supported_len = PFKEY_UNIT64(elen); in key_register()
7193 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_ENCRYPT; in key_register()
7194 off += PFKEY_ALIGN8(sizeof(*sup)); in key_register()
/f-stack/freebsd/contrib/device-tree/src/nios2/
H A D10m50_devboard.dts103 altr,enable-sup-addr = <1>;
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h39 uint32_t sup:1; /* Whether QOS is supported. */ member
H A Dmlx5_devx_cmds.c696 attr->qos.sup = MLX5_GET(cmd_hca_cap, hcattr, qos); in mlx5_devx_cmd_query_hca_attr()
723 if (attr->qos.sup) { in mlx5_devx_cmd_query_hca_attr()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1166 if (config->hca_attr.qos.sup && in mlx5_dev_spawn()