Searched refs:lse (Results 1 – 6 of 6) sorted by relevance
224 u16 lss = ppd->link_speed_supported, lse = ppd->link_speed_enabled; in qual_bitrate() local227 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() local794 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() local833 if ((lss & OPA_LINK_SPEED_25G) && (lse & OPA_LINK_SPEED_25G)) in tune_qsfp()836 (lse & OPA_LINK_SPEED_12_5G)) in tune_qsfp()
1326 u16 lse, lwe, mtu; in __subn_set_opa_portinfo() local1470 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()
247 __be32 lse; member259 __be32 lse; member
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()
154 u8 lse; in xhci_create_usb3x_bos_desc() local167 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()
2843 u8 lse; in get_port_ssp_rate() local2859 lse = FIELD_GET(USB_SSP_SUBLINK_SPEED_LSE, attr); in get_port_ssp_rate()2863 for (; lse < USB_SSP_SUBLINK_SPEED_LSE_GBPS; lse++) in get_port_ssp_rate()
Completed in 37 milliseconds