| /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/tools/testing/selftests/net/forwarding/ |
| H A 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 …]
|
| H A D | lib.sh | 175 # Old versions of tc produce invalid json output for mpls lse statistics 182 flower mpls lse depth 2 \
|
| /linux/net/sched/ |
| H A 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()
|
| H A D | cls_flower.c | 2969 struct nlattr *lse; in fl_dump_key_mpls_opts() 2981 lse = nla_nest_start(skb, TCA_FLOWER_KEY_MPLS_OPTS_LSE); in fl_dump_key_mpls_opts() 2982 if (!lse) { in fl_dump_key_mpls_opts() 2991 nla_nest_end(skb, lse); in fl_dump_key_mpls_opts() 2998 nla_nest_cancel(skb, lse); in fl_dump_key_mpls_opts() 2973 struct nlattr *lse; fl_dump_key_mpls_opts() local
|
| /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-ed1-scmi.dts | 77 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 | stm32mp157c-ev1-scmi.dts | 82 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 | stm32f746.dtsi | 59 clk-lse {
|
| H A D | stm32h743.dtsi | 59 clk_lse: clk-lse {
|
| H A D | stm32f429.dtsi | 63 clk_lse: clk-lse {
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | cmsg.h | 247 __be32 lse; member 259 __be32 lse; member
|
| /linux/net/openvswitch/ |
| H A D | flow.h | 152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */ member
|
| H A D | actions.c | 167 __be32 lse; in set_mpls() 174 lse = OVS_MASKED(stack->label_stack_entry, *mpls_lse, *mask); in set_mpls() 175 err = skb_mpls_update_lse(skb, lse); in set_mpls() 179 flow_key->mpls.lse[0] = lse; in set_mpls() 166 __be32 lse; set_mpls() local
|
| H A D | flow_netlink.c | 1647 SW_FLOW_KEY_PUT(match, mpls.lse[i], in ovs_key_from_nlattrs() 2153 mpls_key[i].mpls_lse = output->mpls.lse[i]; in __ovs_nla_put_key()
|
| /linux/drivers/usb/core/ |
| H A D | hub.c | 2844 u8 lse; in get_port_ssp_rate() local 2860 lse = FIELD_GET(USB_SSP_SUBLINK_SPEED_LSE, attr); in get_port_ssp_rate() 2864 for (; lse < USB_SSP_SUBLINK_SPEED_LSE_GBPS; lse++) in get_port_ssp_rate()
|