Searched refs:sup (Results 1 – 9 of 9) sorted by relevance
71 **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 on125 Now this build system can be used to build applications for **OCTEON TX** :sup:`®` platforms.
9 **OCTEON TX** :sup:`®` family of processors (CN8XXX). The OCTEON TX crypto67 **OCTEON TX** :sup:`®` board or cross-compiled on an x86 based platform.
10 **OCTEON TX2** :sup:`®` family of processors (CN9XXX).
363 struct sadb_supported *sup = (struct sadb_supported *)ext; in kdebug_sadb_supported() local371 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup)) in kdebug_sadb_supported()373 alg = (struct sadb_alg *)(sup + 1); in kdebug_sadb_supported()
7118 struct sadb_supported *sup; in key_register() local7167 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()
103 altr,enable-sup-addr = <1>;
39 uint32_t sup:1; /* Whether QOS is supported. */ member
696 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()
1166 if (config->hca_attr.qos.sup && in mlx5_dev_spawn()