Home
last modified time | relevance | path

Searched +full:tsn +full:- +full:capable (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/arm/
Dmicrochip,sparx5.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lars Povlsen <lars.povlsen@microchip.com>
13 The Microchip Sparx5 SoC is a ARMv8-based used in a family of
14 gigabit TSN-capable gigabit switches.
16 The SparX-5 Ethernet switch family provides a rich set of switching
17 features such as advanced TCAM-based VLAN and QoS processing
19 TCAM-based frame processing using versatile content aware processor
27 - description: The Sparx5 pcb125 board is a modular board,
[all …]
/linux-5.10/net/sctp/
Dsm_statefuns.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2002 Intel Corp.
15 * lksctp developers <linux-sctp@vger.kernel.org>
162 __u16 chunk_length = ntohs(chunk->chunk_hdr->length); in sctp_chunk_length_valid()
165 if (unlikely(chunk->pdiscard)) in sctp_chunk_length_valid()
178 sctp_walk_errors(err, chunk->chunk_hdr); in sctp_err_chunk_valid()
180 return (void *)err == (void *)chunk->chunk_end; in sctp_err_chunk_valid()
192 * that it is in SHUTDOWN-ACK-SENT state, if it is not the chunk should be
[all …]
Dsm_make_chunk.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 1999-2000 Cisco, Inc.
5 * Copyright (c) 1999-2001 Motorola, Inc.
6 * Copyright (c) 2001-2002 Intel Corp.
16 * lksctp developers <linux-sctp@vger.kernel.org>
73 struct sctp_chunk *chunk = skb_shinfo(skb)->destructor_arg; in sctp_control_release_owner()
75 if (chunk->shkey) { in sctp_control_release_owner()
76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()
77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner()
83 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_control_release_owner()
[all …]
Dtransport.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001-2003 International Business Machines Corp.
17 * lksctp developers <linux-sctp@vger.kernel.org>
46 peer->af_specific = sctp_get_af_specific(addr->sa.sa_family); in sctp_transport_init()
47 memcpy(&peer->ipaddr, addr, peer->af_specific->sockaddr_len); in sctp_transport_init()
48 memset(&peer->saddr, 0, sizeof(union sctp_addr)); in sctp_transport_init()
50 peer->sack_generation = 0; in sctp_transport_init()
58 peer->rto = msecs_to_jiffies(net->sctp.rto_initial); in sctp_transport_init()
[all …]
/linux-5.10/arch/arm64/
DKconfig.platforms1 # SPDX-License-Identifier: GPL-2.0-only
17 bool "Allwinner sunxi 64-bit SoC Family"
69 bool "Broadcom Set-Top-Box SoCs"
97 This enables support for the Microchip Sparx5 ARMv8-based
98 SoC family of TSN-capable gigabit switches.
100 The SparX-5 Ethernet switch family provides a rich set of
101 switching features such as advanced TCAM-based VLAN and QoS
103 security through TCAM-based frame processing using versatile
142 This enables support for Intel Movidius SoC code-named Keem Bay.
184 - Armada 3700 SoC Family
[all …]
/linux-5.10/block/
Dsed-opal.c1 // SPDX-License-Identifier: GPL-2.0
19 #include <uapi/linux/sed-opal.h>
20 #include <linux/sed-opal.h>
86 u32 tsn; member
272 u8 flags = tper->supported_features; in check_tper()
276 tper->supported_features); in check_tper()
286 u8 sup_feat = lfeat->supported_features; in check_mbrenabled()
294 u32 nlo = be32_to_cpu(sum->num_locking_objects); in check_sum()
310 return be16_to_cpu(v100->baseComID); in get_comid_v100()
317 return be16_to_cpu(v200->baseComID); in get_comid_v200()
[all …]