/Linux-v5.15/arch/arm64/include/asm/ |
D | lse.h | 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
|
/Linux-v5.15/tools/testing/selftests/net/forwarding/ |
D | tc_flower.sh | 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 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 576 flower $tcflags mpls lse depth 1 action continue 578 flower $tcflags mpls lse depth 2 action continue [all …]
|
D | lib.sh | 70 flower mpls lse depth 2 \
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
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()
|
D | mad.c | 1326 u16 lse, lwe, mtu; in __subn_set_opa_portinfo() local 1470 lse = be16_to_cpu(pi->link_speed.enabled); in __subn_set_opa_portinfo() 1471 if (lse) { in __subn_set_opa_portinfo() 1472 if (lse & be16_to_cpu(pi->link_speed.supported)) in __subn_set_opa_portinfo() 1473 set_link_speed_enabled(ppd, lse); in __subn_set_opa_portinfo()
|
/Linux-v5.15/net/sched/ |
D | act_mpls.c | 23 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()
|
D | cls_flower.c | 2505 struct nlattr *lse; in fl_dump_key_mpls_opts() local 2517 lse = nla_nest_start(skb, TCA_FLOWER_KEY_MPLS_OPTS_LSE); in fl_dump_key_mpls_opts() 2518 if (!lse) { in fl_dump_key_mpls_opts() 2527 nla_nest_end(skb, lse); in fl_dump_key_mpls_opts() 2534 nla_nest_cancel(skb, lse); in fl_dump_key_mpls_opts()
|
/Linux-v5.15/net/openvswitch/ |
D | flow.c | 650 __be32 lse; in key_extract_l3l4() local 657 memcpy(&lse, skb_inner_network_header(skb), MPLS_HLEN); in key_extract_l3l4() 660 memcpy(&key->mpls.lse[label_count - 1], &lse, in key_extract_l3l4() 665 if (lse & htonl(MPLS_LS_S_MASK)) in key_extract_l3l4()
|
D | flow.h | 138 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */ member
|
D | actions.c | 200 __be32 lse; in set_mpls() local 207 lse = OVS_MASKED(stack->label_stack_entry, *mpls_lse, *mask); in set_mpls() 208 err = skb_mpls_update_lse(skb, lse); in set_mpls() 212 flow_key->mpls.lse[0] = lse; in set_mpls()
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/ |
D | cmsg.h | 248 __be32 lse; member 260 __be32 lse; member
|
D | action.c | 58 push_mpls->lse = cpu_to_be32(mpls_lse); in nfp_fl_push_mpls() 101 set_mpls->lse = cpu_to_be32(mpls_lse); in nfp_fl_set_mpls()
|
/Linux-v5.15/net/core/ |
D | flow_dissector.c | 437 struct flow_dissector_mpls_lse *lse; in __skb_flow_dissect_mpls() local 442 lse = &key_mpls->ls[lse_index]; in __skb_flow_dissect_mpls() 444 lse->mpls_ttl = (entry & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in __skb_flow_dissect_mpls() 445 lse->mpls_bos = bos; in __skb_flow_dissect_mpls() 446 lse->mpls_tc = (entry & MPLS_LS_TC_MASK) >> MPLS_LS_TC_SHIFT; in __skb_flow_dissect_mpls() 447 lse->mpls_label = label; in __skb_flow_dissect_mpls()
|
D | skbuff.c | 5904 struct mpls_shim_hdr *lse; in skb_mpls_push() local 5930 lse = mpls_hdr(skb); in skb_mpls_push() 5931 lse->label_stack_entry = mpls_lse; in skb_mpls_push() 5932 skb_postpush_rcsum(skb, lse, MPLS_HLEN); in skb_mpls_push() 6031 u32 lse; in skb_mpls_dec_ttl() local 6040 lse = be32_to_cpu(mpls_hdr(skb)->label_stack_entry); in skb_mpls_dec_ttl() 6041 ttl = (lse & MPLS_LS_TTL_MASK) >> MPLS_LS_TTL_SHIFT; in skb_mpls_dec_ttl() 6045 lse &= ~MPLS_LS_TTL_MASK; in skb_mpls_dec_ttl() 6046 lse |= ttl << MPLS_LS_TTL_SHIFT; in skb_mpls_dec_ttl() 6048 return skb_mpls_update_lse(skb, cpu_to_be32(lse)); in skb_mpls_dec_ttl()
|
/Linux-v5.15/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 665 u8 lse; in subn_set_portinfo() local 742 lse = pip->linkspeedactive_enabled & 0xF; in subn_set_portinfo() 743 if (lse) { in subn_set_portinfo() 749 if (lse == 15) in subn_set_portinfo() 752 else if (lse >= 8 || (lse & ~ppd->link_speed_supported)) in subn_set_portinfo() 754 else if (lse != ppd->link_speed_enabled) in subn_set_portinfo() 755 set_link_speed_enabled(ppd, lse); in subn_set_portinfo()
|
/Linux-v5.15/drivers/usb/host/ |
D | xhci-hub.c | 153 u8 lse; in xhci_create_usb3x_bos_desc() local 166 lse = psie; in xhci_create_usb3x_bos_desc() 206 lse = USB_SSP_SUBLINK_SPEED_LSE_GBPS; in xhci_create_usb3x_bos_desc() 212 lse = USB_SSP_SUBLINK_SPEED_LSE_GBPS; in xhci_create_usb3x_bos_desc() 219 FIELD_PREP(USB_SSP_SUBLINK_SPEED_LSE, lse) | in xhci_create_usb3x_bos_desc()
|
/Linux-v5.15/Documentation/translations/zh_CN/process/ |
D | magic-number.rst | 86 LSEMAGIC 0x05091998 lse ``drivers/fc4/fc.c``
|
/Linux-v5.15/Documentation/translations/zh_TW/process/ |
D | magic-number.rst | 89 LSEMAGIC 0x05091998 lse ``drivers/fc4/fc.c``
|
/Linux-v5.15/Documentation/process/ |
D | magic-number.rst | 97 LSEMAGIC 0x05091998 lse ``drivers/fc4/fc.c``
|
/Linux-v5.15/Documentation/translations/it_IT/process/ |
D | magic-number.rst | 103 LSEMAGIC 0x05091998 lse ``drivers/fc4/fc.c``
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | stm32f746.dtsi | 58 clk-lse {
|
D | stm32h743.dtsi | 59 clk_lse: clk-lse {
|
D | stm32f429.dtsi | 63 clk_lse: clk-lse {
|
/Linux-v5.15/arch/arm64/kernel/ |
D | entry.S | 128 .arch_extension lse
|
/Linux-v5.15/drivers/usb/core/ |
D | hub.c | 2714 u8 lse; in get_port_ssp_rate() local 2730 lse = FIELD_GET(USB_SSP_SUBLINK_SPEED_LSE, attr); in get_port_ssp_rate() 2734 for (; lse < USB_SSP_SUBLINK_SPEED_LSE_GBPS; lse++) in get_port_ssp_rate()
|