Home
last modified time | relevance | path

Searched full:lse (Results 1 – 25 of 51) sorted by relevance

123

/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh554 # Match on first LSE (minimal values for each field)
556 flower $tcflags mpls lse depth 1 label 0 action continue
558 flower $tcflags mpls lse depth 1 tc 0 action continue
560 flower $tcflags mpls lse depth 1 bos 0 action continue
562 flower $tcflags mpls lse depth 1 ttl 0 action continue
564 # Match on second LSE (maximal values for each field)
566 flower $tcflags mpls lse depth 2 label 1048575 action continue
568 flower $tcflags mpls lse depth 2 tc 7 action continue
570 flower $tcflags mpls lse depth 2 bos 1 action continue
572 flower $tcflags mpls lse dept
[all...]
/linux/include/linux/soc/marvell/octeontx2/
H A Dasm.h20 __asm__ volatile(".cpu generic+lse\n" \
33 __asm__ volatile(".cpu generic+lse\n" \
43 asm volatile (".cpu generic+lse\n" in otx2_atomic64_fetch_add()
/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dspinlock.h17 #include <asm/lse.h>
58 /* LSE atomics */ in hyp_spin_lock()
92 /* LSE atomics */ in hyp_spin_unlock()
/linux/drivers/infiniband/hw/hfi1/
H A Dplatform.c224 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in qual_bitrate() local
227 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G) && in qual_bitrate()
232 if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G) && in qual_bitrate()
729 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in tune_active_qsfp() local
794 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G)) in tune_active_qsfp()
798 else if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G)) in tune_active_qsfp()
819 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in tune_qsfp() local
833 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G)) in tune_qsfp()
836 (lse & OPA_LINK_SPEED_12_5G)) in tune_qsfp()
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h14 #include <asm/lse.h>
17 * We need separate acquire parameters for ll/sc and lse, since the full
34 /* LSE atomics */ \
H A Dpercpu.h79 /* LSE atomics */ \
100 /* LSE atomics */ \
H A Datomic.h17 #include <asm/lse.h>
H A Dprocessor.h43 #include <asm/lse.h>
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-dk1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157f-dk2-scmi.dtsi100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp151c-plyaqm.dts267 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/linux/drivers/clk/
H A Dclk-stm32f4.c1256 "no-clock", "lse", "lsi", "hse-rtc"
1276 static const char *hdmi_parents[2] = { "lse", "hsi_div488" };
1280 static const char *lptim_parent[4] = { "apb1_mul", "lsi", "hsi", "lse" };
1282 static const char *uart_parents1[4] = { "apb2_div", "sys", "hsi", "lse" };
1283 static const char *uart_parents2[4] = { "apb1_div", "sys", "hsi", "lse" };
1980 clks[CLK_LSE] = clk_register_rgate(NULL, "lse", "clk-lse", 0, in stm32f4_rcc_init()
1984 pr_err("Unable to register lse clock\n"); in stm32f4_rcc_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_mplsoudp.c78 /* Only support matching the first LSE */ in parse_tunnel()
/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml55 name: mpls-lse
308 name: mpls-lse
326 name: mpls-lse
H A Dtc.yaml2977 attr-max-name: tca-flower-key-mpls-opt-lse-max
2980 name: lse-depth
2983 name: lse-ttl
2986 name: lse-bos
2989 name: lse-tc
2992 name: lse-label
/linux/Documentation/devicetree/bindings/rtc/
H A Dst,stm32-rtc.yaml63 - LSCO (Low Speed Clock Output) that allow to output LSE clock on a pin.
/linux/Documentation/devicetree/bindings/clock/
H A Dst,stm32-rcc.yaml99 - description: low speed external (LSE) clock input
/linux/net/core/
H A Dflow_dissector.c542 struct flow_dissector_mpls_lse *lse; in __skb_flow_dissect_mpls() local
547 lse = &key_mpls->ls[lse_index]; in __skb_flow_dissect_mpls()
549 lse->mpls_ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in __skb_flow_dissect_mpls()
550 lse->mpls_bos = bos; in __skb_flow_dissect_mpls()
551 lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls()
552 lse->mpls_label = label; in __skb_flow_dissect_mpls()
/linux/net/openvswitch/
H A Dactions.c166 __be32 lse; in set_mpls() local
173 lse = OVS_MASKED(stack->label_stack_entry, *mpls_lse, *mask); in set_mpls()
174 err = skb_mpls_update_lse(skb, lse); in set_mpls()
178 flow_key->mpls.lse[0] = lse; in set_mpls()
H A Dflow.h152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */ member
/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst22 Minnowboard MAX development board exposed via the LSE connector [1], the
/linux/kernel/rcu/
H A Dupdate.c14 * http://lse.sourceforge.net/locking/rclock_OLS.2001.05.01c.sc.pdf (OLS2001)
17 * http://lse.sourceforge.net/locking/rcupdate.html
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c130 /* Only support matching the first LSE */ in nfp_flower_compile_mpls()
133 "unsupported offload: invalid LSE depth for MPLS match offload"); in nfp_flower_compile_mpls()
/linux/drivers/usb/host/
H A Dxhci-hub.c154 u8 lse; in xhci_create_usb3x_bos_desc() local
167 lse = psie; in xhci_create_usb3x_bos_desc()
207 lse = USB_SSP_SUBLINK_SPEED_LSE_GBPS; in xhci_create_usb3x_bos_desc()
213 lse = USB_SSP_SUBLINK_SPEED_LSE_GBPS; in xhci_create_usb3x_bos_desc()
220 FIELD_PREP(USB_SSP_SUBLINK_SPEED_LSE, lse) | in xhci_create_usb3x_bos_desc()

123