Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dlse.h9 #define __LSE_PREAMBLE ".arch_extension lse\n"
32 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) \ argument
33 ALTERNATIVE(llsc, __LSE_PREAMBLE lse, ARM64_HAS_LSE_ATOMICS)
41 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) llsc argument
Dcmpxchg.h14 #include <asm/lse.h>
17 * We need separate acquire parameters for ll/sc and lse, since the full
34 /* LSE atomics */ \
Dpercpu.h79 /* LSE atomics */ \
100 /* LSE atomics */ \
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dlse.h9 #define __LSE_PREAMBLE ".arch_extension lse\n"
36 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) \ argument
37 ALTERNATIVE(llsc, __LSE_PREAMBLE lse, ARM64_HAS_LSE_ATOMICS)
45 #define ARM64_LSE_ATOMIC_INSN(llsc, lse) llsc argument
Dcmpxchg.h14 #include <asm/lse.h>
17 * We need separate acquire parameters for ll/sc and lse, since the full
34 /* LSE atomics */ \
Dpercpu.h78 /* LSE atomics */ \
99 /* LSE atomics */ \
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
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 depth 2 ttl 255 action continue
[all …]
/kernel/linux/linux-6.6/include/linux/soc/marvell/octeontx2/
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()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
Dspinlock.h17 #include <asm/lse.h>
58 /* LSE atomics */ in hyp_spin_lock()
92 /* LSE atomics */ in hyp_spin_unlock()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
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()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dst,stm32mp1-rcc.yaml93 - const: lse
118 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dst,stm32h7-rcc.txt22 - low speed external clock signal (LSE)
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dplatform.c266 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in qual_bitrate() local
269 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G) && in qual_bitrate()
274 if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G) && in qual_bitrate()
771 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in tune_active_qsfp() local
836 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G)) in tune_active_qsfp()
840 else if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G)) in tune_active_qsfp()
861 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in tune_qsfp() local
875 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G)) in tune_qsfp()
878 (lse & OPA_LINK_SPEED_12_5G)) in tune_qsfp()
/kernel/linux/linux-5.10/net/sched/
Dact_mpls.c23 static __be32 tcf_mpls_get_lse(struct mpls_shim_hdr *lse, in tcf_mpls_get_lse() argument
28 if (lse) in tcf_mpls_get_lse()
29 new_lse = be32_to_cpu(lse->label_stack_entry); in tcf_mpls_get_lse()
/kernel/linux/linux-6.6/net/sched/
Dact_mpls.c23 static __be32 tcf_mpls_get_lse(struct mpls_shim_hdr *lse, in tcf_mpls_get_lse() argument
28 if (lse) in tcf_mpls_get_lse()
29 new_lse = be32_to_cpu(lse->label_stack_entry); in tcf_mpls_get_lse()
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dstm32mp157a-dk1-scmi.dts67 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ed1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-dk2-scmi.dts73 clock-names = "hse", "hsi", "csi", "lse", "lsi";
Dstm32mp157c-ev1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dst,stm32h7-rcc.txt22 - low speed external clock signal (LSE)
/kernel/linux/linux-5.10/drivers/clk/
Dclk-stm32f4.c1116 "no-clock", "lse", "lsi", "hse-rtc"
1136 static const char *hdmi_parents[2] = { "lse", "hsi_div488" };
1140 static const char *lptim_parent[4] = { "apb1_mul", "lsi", "hsi", "lse" };
1142 static const char *uart_parents1[4] = { "apb2_div", "sys", "hsi", "lse" };
1143 static const char *uart_parents2[4] = { "apb1_div", "sys", "hsi", "lse" };
1839 clks[CLK_LSE] = clk_register_rgate(NULL, "lse", "clk-lse", 0, in stm32f4_rcc_init()
1843 pr_err("Unable to register lse clock\n"); in stm32f4_rcc_init()
/kernel/linux/linux-6.6/drivers/clk/
Dclk-stm32f4.c1117 "no-clock", "lse", "lsi", "hse-rtc"
1137 static const char *hdmi_parents[2] = { "lse", "hsi_div488" };
1141 static const char *lptim_parent[4] = { "apb1_mul", "lsi", "hsi", "lse" };
1143 static const char *uart_parents1[4] = { "apb2_div", "sys", "hsi", "lse" };
1144 static const char *uart_parents2[4] = { "apb1_div", "sys", "hsi", "lse" };
1840 clks[CLK_LSE] = clk_register_rgate(NULL, "lse", "clk-lse", 0, in stm32f4_rcc_init()
1844 pr_err("Unable to register lse clock\n"); in stm32f4_rcc_init()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow.c645 __be32 lse; in key_extract_l3l4() local
652 memcpy(&lse, skb_inner_network_header(skb), MPLS_HLEN); in key_extract_l3l4()
655 memcpy(&key->mpls.lse[label_count - 1], &lse, in key_extract_l3l4()
660 if (lse & htonl(MPLS_LS_S_MASK)) in key_extract_l3l4()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_mplsoudp.c78 /* Only support matching the first LSE */ in parse_tunnel()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_mplsoudp.c90 /* Only support matching the first LSE */ in parse_tunnel()

12345