Home
last modified time | relevance | path

Searched refs:lse (Results 1 – 18 of 18) sorted by relevance

/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/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh556 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 Dlib.sh175 # Old versions of tc produce invalid json output for mpls lse statistics
182 flower mpls lse depth 2 \
/linux/net/sched/
H A 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()
H A Dcls_flower.c2969 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 Dstm32mp157a-dk1-scmi.dts72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ed1-scmi.dts77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-dk2-scmi.dts78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157c-ev1-scmi.dts82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32mp157f-dk2-scmi.dtsi100 clock-names = "hse", "hsi", "csi", "lse", "lsi";
H A Dstm32f746.dtsi59 clk-lse {
H A Dstm32h743.dtsi59 clk_lse: clk-lse {
H A Dstm32f429.dtsi63 clk_lse: clk-lse {
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h247 __be32 lse; member
259 __be32 lse; member
/linux/net/openvswitch/
H A Dflow.h152 __be32 lse[MPLS_LABEL_DEPTH]; /* label stack entry */ member
H A Dactions.c167 __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 Dflow_netlink.c1647 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 Dhub.c2844 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()