Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
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()
A Dmad.c1326 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()
/drivers/net/ethernet/netronome/nfp/flower/
A Dcmsg.h247 __be32 lse; member
259 __be32 lse; member
A Daction.c58 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()
/drivers/usb/host/
A Dxhci-hub.c154 u8 lse; in xhci_create_usb3x_bos_desc() local
167 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()
/drivers/usb/core/
A Dhub.c2843 u8 lse; in get_port_ssp_rate() local
2859 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