/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 554 # 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 D | asm.h | 20 __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 D | spinlock.h | 17 #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 D | platform.c | 224 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 D | cmpxchg.h | 14 #include <asm/lse.h> 17 * We need separate acquire parameters for ll/sc and lse, since the full 34 /* LSE atomics */ \
|
H A D | percpu.h | 79 /* LSE atomics */ \ 100 /* LSE atomics */ \
|
H A D | atomic.h | 17 #include <asm/lse.h>
|
H A D | processor.h | 43 #include <asm/lse.h>
|
/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp157a-dk1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157c-dk2-scmi.dts | 78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp157f-dk2-scmi.dtsi | 100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
H A D | stm32mp151c-plyaqm.dts | 267 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
/linux/drivers/clk/ |
H A D | clk-stm32f4.c | 1256 "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 D | tc_tun_mplsoudp.c | 78 /* Only support matching the first LSE */ in parse_tunnel()
|
/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 55 name: mpls-lse 308 name: mpls-lse 326 name: mpls-lse
|
H A D | tc.yaml | 2977 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 D | st,stm32-rtc.yaml | 63 - LSCO (Low Speed Clock Output) that allow to output LSE clock on a pin.
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | st,stm32-rcc.yaml | 99 - description: low speed external (LSE) clock input
|
/linux/net/core/ |
H A D | flow_dissector.c | 542 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 D | actions.c | 166 __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 D | flow.h | 152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */ member
|
/linux/Documentation/admin-guide/acpi/ |
H A D | ssdt-overlays.rst | 22 Minnowboard MAX development board exposed via the LSE connector [1], the
|
/linux/kernel/rcu/ |
H A D | update.c | 14 * 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 D | match.c | 130 /* 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 D | xhci-hub.c | 154 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()
|