Home
last modified time | relevance | path

Searched +full:xo +full:- +full:1 (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Linux-v6.1/net/ipv4/
Desp4_offload.c1 // SPDX-License-Identifier: GPL-2.0-only
33 struct xfrm_offload *xo; in esp4_gro_receive() local
44 xo = xfrm_offload(skb); in esp4_gro_receive()
45 if (!xo || !(xo->flags & CRYPTO_DONE)) { in esp4_gro_receive()
51 if (sp->len == XFRM_MAX_DEPTH) in esp4_gro_receive()
54 x = xfrm_state_lookup(dev_net(skb->dev), skb->mark, in esp4_gro_receive()
55 (xfrm_address_t *)&ip_hdr(skb)->daddr, in esp4_gro_receive()
60 skb->mark = xfrm_smark_get(skb->mark, x); in esp4_gro_receive()
62 sp->xvec[sp->len++] = x; in esp4_gro_receive()
63 sp->olen++; in esp4_gro_receive()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_rxtx.c14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
48 unsigned int alen = crypto_aead_authsize(x->data); in mlx5e_ipsec_remove_trailer()
55 ret = skb_copy_bits(skb, skb->len - alen - 2, &plen, 1); in mlx5e_ipsec_remove_trailer()
61 pskb_trim(skb, skb->len - trailer_len); in mlx5e_ipsec_remove_trailer()
62 if (skb->protocol == htons(ETH_P_IP)) { in mlx5e_ipsec_remove_trailer()
63 ipv4hdr->tot_len = htons(ntohs(ipv4hdr->tot_len) - trailer_len); in mlx5e_ipsec_remove_trailer()
66 ipv6hdr->payload_len = htons(ntohs(ipv6hdr->payload_len) - in mlx5e_ipsec_remove_trailer()
74 struct xfrm_offload *xo) in mlx5e_ipsec_set_swp() argument
90 eseg->swp_outer_l3_offset = skb_network_offset(skb) / 2; in mlx5e_ipsec_set_swp()
[all …]
/Linux-v6.1/net/ipv6/
Desp6_offload.c1 // SPDX-License-Identifier: GPL-2.0-only
36 if (likely(ipv6_hdr->nexthdr == NEXTHDR_ESP)) in esp6_nexthdr_esp_offset()
41 if (exthdr->nexthdr == NEXTHDR_ESP) in esp6_nexthdr_esp_offset()
54 struct xfrm_offload *xo; in esp6_gro_receive() local
67 xo = xfrm_offload(skb); in esp6_gro_receive()
68 if (!xo || !(xo->flags & CRYPTO_DONE)) { in esp6_gro_receive()
74 if (sp->len == XFRM_MAX_DEPTH) in esp6_gro_receive()
77 x = xfrm_state_lookup(dev_net(skb->dev), skb->mark, in esp6_gro_receive()
78 (xfrm_address_t *)&ipv6_hdr(skb)->daddr, in esp6_gro_receive()
83 skb->mark = xfrm_smark_get(skb->mark, x); in esp6_gro_receive()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dqcom,mmcc.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeffrey Hugo <quic_jhugo@quicinc.com>
11 - Taniya Das <tdas@codeaurora.org>
20 - qcom,mmcc-apq8064
21 - qcom,mmcc-apq8084
22 - qcom,mmcc-msm8226
23 - qcom,mmcc-msm8660
24 - qcom,mmcc-msm8960
[all …]
Dqcom,a53pll.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
14 frequencies above 1GHz.
19 - qcom,ipq6018-a53pll
20 - qcom,ipq8074-a53pll
21 - qcom,msm8916-a53pll
22 - qcom,msm8939-a53pll
25 maxItems: 1
[all …]
Dqcom,sc7180-camcc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,sc7180-camcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Taniya Das <tdas@codeaurora.org>
17 - dt-bindings/clock/qcom,camcc-sc7180.h
21 const: qcom,sc7180-camcc
25 - description: Board XO source
26 - description: Camera_ahb clock from GCC
27 - description: Camera XO clock from GCC
[all …]
Dqcom,gcc-msm8976.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8976.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <tdas@codeaurora.org>
18 - dt-bindings/clock/qcom,gcc-msm8976.h
23 - qcom,gcc-msm8976
24 - qcom,gcc-msm8976-v1.1
28 - description: XO source
[all …]
Dqcom,gcc-sdm845.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-sdm845.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <tdas@codeaurora.org>
18 - dt-bindings/clock/qcom,gcc-sdm845.h
23 - qcom,gcc-sdm670
24 - qcom,gcc-sdm845
30 clock-names:
[all …]
Dqcom,hfpll.txt1 High-Frequency PLL (HFPLL)
5 - compatible:
11 "qcom,hfpll-ipq8064", "qcom,hfpll"
12 "qcom,hfpll-apq8064", "qcom,hfpll"
13 "qcom,hfpll-msm8974", "qcom,hfpll"
14 "qcom,hfpll-msm8960", "qcom,hfpll"
16 - reg:
18 Value type: <prop-encoded-array>
23 - clocks:
25 Value type: <prop-encoded-array>
[all …]
Dqcom,msm8996-apcc.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,msm8996-apcc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Loic Poulain <loic.poulain@linaro.org>
14 and clock 1 is for Perf cluster.
19 - qcom,msm8996-apcc
22 maxItems: 1
24 '#clock-cells':
25 const: 1
[all …]
Dqcom,msm8998-gpucc.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,msm8998-gpucc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Taniya Das <tdas@codeaurora.org>
16 See also dt-bindings/clock/qcom,gpucc-msm8998.h.
20 const: qcom,msm8998-gpucc
24 - description: Board XO source
25 - description: GPLL0 main branch source (gcc_gpu_gpll0_clk_src)
27 clock-names:
[all …]
Dqcom,gcc-msm8994.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8994.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Konrad Dybcio <konrad.dybcio@somainline.org>
17 - dt-bindings/clock/qcom,gcc-msm8994.h
22 - qcom,gcc-msm8992
23 - qcom,gcc-msm8994
27 - description: Board XO source
28 - description: Sleep clock source
[all …]
Dqcom,gcc-msm8909.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8909.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephan Gerhold <stephan@gerhold.net>
17 - dt-bindings/clock/qcom,gcc-msm8909.h
21 const: qcom,gcc-msm8909
25 - description: XO source
26 - description: Sleep clock source
27 - description: DSI phy instance 0 dsi clock
[all …]
Dmaxim,max9485.txt5 - MAX9485_MCLKOUT: A gated, buffered output of the input clock of 27 MHz
6 - MAX9485_CLKOUT: A PLL that can be configured to 16 different discrete
8 - MAX9485_CLKOUT[1,2]: Two gated outputs for MAX9485_CLKOUT
10 MAX9485_CLKOUT[1,2] are children of MAX9485_CLKOUT which upchain all rate set
14 - compatible: "maxim,max9485"
15 - clocks: Input clock, must provice 27.000 MHz
16 - clock-names: Must be set to "xclk"
17 - #clock-cells: From common clock binding; shall be set to 1
20 - reset-gpios: GPIO descriptor connected to the #RESET input pin
21 - vdd-supply: A regulator node for Vdd
[all …]
Dqcom,spmi-clkdiv.txt11 - compatible
14 Definition: must be "qcom,spmi-clkdiv".
16 - reg
18 Value type: <prop-encoded-array>
21 - qcom,num-clkdivs
26 - clocks:
28 Value type: <prop-encoded-array>
29 Definition: reference to the xo clock.
31 - clock-names:
34 Definition: must be "xo".
[all …]
Dqcom,gpucc-sdm660.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gpucc-sdm660.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
16 See also dt-bindings/clock/qcom,gpucc-sdm660.h.
21 - qcom,gpucc-sdm630
22 - qcom,gpucc-sdm660
26 - description: Board XO source
27 - description: GPLL0 main gpu branch
[all …]
Dqcom,gcc-msm8998.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,gcc-msm8998.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Stephen Boyd <sboyd@kernel.org>
11 - Taniya Das <tdas@codeaurora.org>
18 - dt-bindings/clock/qcom,gcc-msm8998.h
22 const: qcom,gcc-msm8998
26 - description: Board XO source
27 - description: Sleep clock source
[all …]
/Linux-v6.1/net/xfrm/
Dxfrm_replay.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * xfrm_replay.c - xfrm replay detection, derived from xfrm_state.c.
15 struct xfrm_replay_state_esn *replay_esn = x->replay_esn; in xfrm_replay_seqhi()
17 if (!(x->props.flags & XFRM_STATE_ESN)) in xfrm_replay_seqhi()
21 seq_hi = replay_esn->seq_hi; in xfrm_replay_seqhi()
22 bottom = replay_esn->seq - replay_esn->replay_window + 1; in xfrm_replay_seqhi()
24 if (likely(replay_esn->seq >= replay_esn->replay_window - 1)) { in xfrm_replay_seqhi()
31 seq_hi--; in xfrm_replay_seqhi()
45 * 1. we updated on of the sequence numbers, and the seqno difference in xfrm_replay_notify()
46 * is at least x->replay_maxdiff, in this case we also update the in xfrm_replay_notify()
[all …]
Dxfrm_device.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * xfrm_device.c - IPsec device offloading code.
25 struct xfrm_offload *xo = xfrm_offload(skb); in __xfrm_transport_prep() local
28 if (xo->flags & XFRM_GSO_SEGMENT) in __xfrm_transport_prep()
29 skb->transport_header -= x->props.header_len; in __xfrm_transport_prep()
31 pskb_pull(skb, skb_transport_offset(skb) + x->props.header_len); in __xfrm_transport_prep()
38 struct xfrm_offload *xo = xfrm_offload(skb); in __xfrm_mode_tunnel_prep() local
40 if (xo->flags & XFRM_GSO_SEGMENT) in __xfrm_mode_tunnel_prep()
41 skb->transport_header = skb->network_header + hsize; in __xfrm_mode_tunnel_prep()
44 pskb_pull(skb, skb->mac_len + x->props.header_len); in __xfrm_mode_tunnel_prep()
[all …]
/Linux-v6.1/include/linux/
Dolpc-ec.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 /* XO-1 EC commands */
23 #define EC_SCI_SRC_BATTERY BIT(1)
26 #define EC_SCI_SRC_EBOOK BIT(4) /* XO-1 only */
27 #define EC_SCI_SRC_WLAN BIT(5) /* XO-1 only */
30 #define EC_SCI_SRC_GPWAKE BIT(8) /* XO-1.5 only */
62 size_t outlen) { return -ENODEV; } in olpc_ec_cmd()
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,adsp.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
19 - qcom,msm8226-adsp-pil
20 - qcom,msm8974-adsp-pil
21 - qcom,msm8996-adsp-pil
22 - qcom,msm8996-slpi-pil
23 - qcom,msm8998-adsp-pas
24 - qcom,msm8998-slpi-pas
[all …]
Dqcom,sdm845-adsp-pil.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,sdm845-adsp-pil.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
19 - qcom,sdm845-adsp-pil
22 maxItems: 1
28 - description: Watchdog interrupt
29 - description: Fatal interrupt
30 - description: Ready interrupt
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/interconnect/
Dqcom,osm-l3.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sibi Sankar <quic_sibis@quicinc.com>
20 - qcom,sc7180-osm-l3
21 - qcom,sc7280-epss-l3
22 - qcom,sc8180x-osm-l3
23 - qcom,sdm845-osm-l3
24 - qcom,sm8150-osm-l3
[all …]
/Linux-v6.1/arch/powerpc/xmon/
Dppc-opc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* ppc-opc.c -- PowerPC opcode list
3 Copyright (C) 1994-2016 Free Software Foundation, Inc.
27 inserting operands into instructions and vice-versa is kept in this
139 #define BA UNUSED + 1
147 #define BAT BA + 1
151 #define BB BAT + 1
157 #define BBA BB + 1
165 #define BD BBA + 1
170 #define BDA BD + 1
[all …]
/Linux-v6.1/arch/x86/platform/olpc/
Dolpc.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright © 2007-2008 Andres Salomon <dilinger@debian.org>
19 #include <linux/olpc-ec.h>
37 if (get_option(&str, &ec_timeout) != 1) { in olpc_ec_timeout_set()
39 printk(KERN_ERR "olpc-ec: invalid argument to " in olpc_ec_timeout_set()
42 printk(KERN_DEBUG "olpc-ec: using %d ms delay for EC commands.\n", in olpc_ec_timeout_set()
44 return 1; in olpc_ec_timeout_set()
68 for (timeo = ec_timeout; state != desired && timeo; timeo--) { in __wait_on_ibf()
69 mdelay(1); in __wait_on_ibf()
74 timeo < (ec_timeout - EC_BASE_TIMEOUT)) { in __wait_on_ibf()
[all …]

1234567891011