Home
last modified time | relevance | path

Searched refs:pls (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c842 unsigned long flags, pls; in i2400m_tx_msg_get() local
897 pls = le32_to_cpu(tx_msg_moved->num_pls); in i2400m_tx_msg_get()
898 i2400m->tx_pl_num += pls; /* Update stats */ in i2400m_tx_msg_get()
899 if (pls > i2400m->tx_pl_max) in i2400m_tx_msg_get()
900 i2400m->tx_pl_max = pls; in i2400m_tx_msg_get()
901 if (pls < i2400m->tx_pl_min) in i2400m_tx_msg_get()
902 i2400m->tx_pl_min = pls; in i2400m_tx_msg_get()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Didle.c612 unsigned long pls; in power9_idle_stop() local
743 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power9_idle_stop()
744 if (likely(pls < deep_spr_loss_state)) { in power9_idle_stop()
763 if (pls >= pnv_first_tb_loss_level) { in power9_idle_stop()
901 unsigned long pls; in power10_idle_stop() local
951 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power10_idle_stop()
952 if (likely(pls < deep_spr_loss_state)) { in power10_idle_stop()
968 if (pls >= pnv_first_tb_loss_level) { in power10_idle_stop()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Didle.c615 unsigned long pls; in power9_idle_stop() local
743 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power9_idle_stop()
744 if (likely(pls < deep_spr_loss_state)) { in power9_idle_stop()
763 if (pls >= pnv_first_tb_loss_level) { in power9_idle_stop()
900 unsigned long pls; in power10_idle_stop() local
948 pls = (psscr & PSSCR_PLS) >> PSSCR_PLS_SHIFT; in power10_idle_stop()
949 if (likely(pls < deep_spr_loss_state)) { in power10_idle_stop()
965 if (pls >= pnv_first_tb_loss_level) { in power10_idle_stop()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c743 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state() local
756 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state()
757 pls != USB_SS_PORT_LS_SS_INACTIVE) { in xhci_hub_report_usb3_link_state()
758 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
764 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
771 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
785 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state()
786 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
790 *status |= pls; in xhci_hub_report_usb3_link_state()
1330 u32 pls in xhci_hub_control() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c848 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state() local
861 if (pls != USB_SS_PORT_LS_COMP_MOD && in xhci_hub_report_usb3_link_state()
862 pls != USB_SS_PORT_LS_SS_INACTIVE) { in xhci_hub_report_usb3_link_state()
863 pls = USB_SS_PORT_LS_COMP_MOD; in xhci_hub_report_usb3_link_state()
869 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
876 if (pls == XDEV_RESUME) { in xhci_hub_report_usb3_link_state()
890 (pls == USB_SS_PORT_LS_COMP_MOD)) in xhci_hub_report_usb3_link_state()
891 pls |= USB_PORT_STAT_CONNECTION; in xhci_hub_report_usb3_link_state()
895 *status |= pls; in xhci_hub_report_usb3_link_state()
1435 u32 pls in xhci_hub_control() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/nvec/
H A Dnvec_power.c77 s16 pls; member
175 power->bat_current_now = res->pls * 1000; in nvec_power_bat_notifier()
178 power->bat_current_avg = res->pls * 1000; in nvec_power_bat_notifier()
/kernel/linux/linux-6.6/drivers/staging/nvec/
H A Dnvec_power.c77 s16 pls; member
175 power->bat_current_now = res->pls * 1000; in nvec_power_bat_notifier()
178 power->bat_current_avg = res->pls * 1000; in nvec_power_bat_notifier()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_ppp.c912 struct pppol2tp_session *pls; in pppol2tp_getname() local
925 pls = l2tp_session_priv(session); in pppol2tp_getname()
937 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
955 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
973 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
992 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_ppp.c911 struct pppol2tp_session *pls; in pppol2tp_getname() local
924 pls = l2tp_session_priv(session); in pppol2tp_getname()
936 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
954 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
972 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
991 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c722 u32 pls, val; in tegra_xudc_device_mode_off() local
736 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
741 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
839 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
842 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
862 u32 pls; in tegra_xudc_port_reset_war_work() local
868 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
870 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
3025 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; __tegra_xudc_handle_port_status() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c723 u32 pls, val; in tegra_xudc_device_mode_off() local
737 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_device_mode_off()
742 (pls == PORTSC_PLS_RESUME || pls == PORTSC_PLS_U2)) { in tegra_xudc_device_mode_off()
849 u32 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_plc_reset_work() local
852 if (pls == PORTSC_PLS_INACTIVE) { in tegra_xudc_plc_reset_work()
872 u32 pls; in tegra_xudc_port_reset_war_work() local
878 pls = (xudc_readl(xudc, PORTSC) & PORTSC_PLS_MASK) >> in tegra_xudc_port_reset_war_work()
880 dev_dbg(xudc->dev, "pls = %x\n", pls); in tegra_xudc_port_reset_war_work()
3036 u32 pls = (portsc & PORTSC_PLS_MASK) >> PORTSC_PLS_SHIFT; __tegra_xudc_handle_port_status() local
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dname_distr.c143 * @pls: linked list of publication items to be packed into buffer chain
146 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute()
156 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
145 named_distribute(struct net *net, struct sk_buff_head *list, u32 dnode, struct list_head *pls, u16 seqno) named_distribute() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dname_distr.c147 * @pls: linked list of publication items to be packed into buffer chain
151 u32 dnode, struct list_head *pls, u16 seqno) in named_distribute()
161 list_for_each_entry(publ, pls, binding_node) { in named_distribute()
150 named_distribute(struct net *net, struct sk_buff_head *list, u32 dnode, struct list_head *pls, u16 seqno) named_distribute() argument
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli4.h560 uint8_t pls; member
H A Dlpfc_attr.c3500 phba->sli4_hba.pc_sli4_params.pls); in lpfc_pls_show()
3502 static DEVICE_ATTR(pls, 0444,
4081 (!phba->sli4_hba.pc_sli4_params.pls && in lpfc_topology_store()
H A Dlpfc_mbox.c518 !(phba->sli4_hba.pc_sli4_params.pls) && in lpfc_init_link()
H A Dlpfc_init.c12095 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli4.h569 uint8_t pls; member
H A Dlpfc_attr.c3623 phba->sli4_hba.pc_sli4_params.pls); in lpfc_pls_show()
3625 static DEVICE_ATTR(pls, 0444,
4208 (!phba->sli4_hba.pc_sli4_params.pls && in lpfc_topology_store()
H A Dlpfc_mbox.c587 !(phba->sli4_hba.pc_sli4_params.pls) && in lpfc_init_link()
H A Dlpfc_init.c714 phba->sli4_hba.pc_sli4_params.pls = in lpfc_sli4_refresh_params()
6554 "3174 Unable to update pls support, " in lpfc_sli4_async_sli_evt()
13794 sli4_params->pls = bf_get(cfg_pvl, mbx_sli4_parameters); in lpfc_get_sli4_parameters()

Completed in 123 milliseconds