Searched refs:pause (Results 51 - 75 of 266) sorted by relevance

1234567891011

/linux-master/mm/
H A Dpage-writeback.c52 * by raising pause time to max_pause when falls below it.
1556 * Limit pause time for small memory systems. If sleeping for too long
1576 long t; /* target pause */
1577 long pause; /* estimated next pause */ local
1580 /* target for 10ms pause on 1-dd case */
1584 * Scale up pause time for concurrent dirtiers in order to reduce CPU
1594 * on the much more stable dirty_ratelimit. However the next pause time
1597 * below dirty_ratelimit/2 and the target pause is max_pause, the next
1598 * pause tim
1702 long pause; local
[all...]
/linux-master/drivers/net/
H A Dsungem_phy.c317 phy->pause = 0;
348 phy->pause = 0;
402 phy->pause = 0;
473 phy->pause = 0;
517 phy->pause = 0;
561 phy->pause = (phy->duplex == DUPLEX_FULL) &&
749 phy->pause = 0;
800 phy->pause = 0;
863 phy->pause = (status & pmask) == pmask;
878 /* On gigabit capable PHYs, we advertise Pause support but not asym pause
[all...]
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c790 struct ethtool_pauseparam *pause)
804 pause->autoneg = nic->pfc.autoneg;
805 pause->rx_pause = nic->pfc.fc_rx;
806 pause->tx_pause = nic->pfc.fc_tx;
811 struct ethtool_pauseparam *pause)
822 if (pause->autoneg)
827 mbx.pfc.fc_rx = pause->rx_pause;
828 mbx.pfc.fc_tx = pause->tx_pause;
832 nic->pfc.fc_rx = pause->rx_pause;
833 nic->pfc.fc_tx = pause
789 nicvf_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
810 nicvf_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
[all...]
H A Dthunder_bgx.h233 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause);
234 void bgx_lmac_set_pfc(int node, int bgx_idx, int lmacid, void *pause);
/linux-master/drivers/net/phy/
H A Dswphy.c141 if (state->pause)
H A Dncn26000.c91 phydev->pause = 0;
H A Ddp83tg720.c46 phydev->pause = 0;
H A Dlxt.c255 phydev->pause = phydev->asym_pause = 0;
273 phydev->pause = phydev->asym_pause = 0;
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c248 struct ethtool_pauseparam *pause)
253 pause->autoneg =
257 pause->rx_pause = 1;
259 pause->tx_pause = 1;
261 pause->rx_pause = 1;
262 pause->tx_pause = 1;
267 struct ethtool_pauseparam *pause)
273 adapter->fc_autoneg = pause->autoneg;
278 if (pause->rx_pause && pause
247 e1000_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
266 e1000_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.h95 int pause; member in struct:sparx5_port_status
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c217 struct ethtool_pauseparam *pause)
221 phylink_ethtool_get_pauseparam(wx->phylink, pause);
226 struct ethtool_pauseparam *pause)
230 return phylink_ethtool_set_pauseparam(wx->phylink, pause);
216 wx_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
225 wx_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pcs.h146 adv_lp->pause = (value & GMAC_ANE_PSE) >> GMAC_ANE_PSE_SHIFT;
H A Dstmmac_ethtool.c352 if (adv.pause & STMMAC_PCS_PAUSE)
354 if (adv.pause & STMMAC_PCS_ASYM_PAUSE)
521 struct ethtool_pauseparam *pause)
527 pause->autoneg = 1;
528 if (!adv_lp.pause)
531 phylink_ethtool_get_pauseparam(priv->phylink, pause);
537 struct ethtool_pauseparam *pause)
543 pause->autoneg = 1;
544 if (!adv_lp.pause)
548 return phylink_ethtool_set_pauseparam(priv->phylink, pause);
520 stmmac_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
536 stmmac_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c355 struct ethtool_pauseparam *pause)
360 pause->rx_pause = !!(active_pause & FUN_PORT_CAP_RX_PAUSE);
361 pause->tx_pause = !!(active_pause & FUN_PORT_CAP_TX_PAUSE);
362 pause->autoneg = !!(fp->advertising & FUN_PORT_CAP_AUTONEG);
366 struct ethtool_pauseparam *pause)
374 if (!pause->autoneg && (fp->advertising & FUN_PORT_CAP_AUTONEG))
376 if (pause->autoneg && !(fp->advertising & FUN_PORT_CAP_AUTONEG))
378 if (pause->tx_pause && !(fp->port_caps & FUN_PORT_CAP_TX_PAUSE))
380 if (pause->rx_pause && !(fp->port_caps & FUN_PORT_CAP_RX_PAUSE))
384 if (pause
354 fun_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
365 fun_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c115 if (therm->emergency.pause)
116 therm->emergency.pause(therm, active);
/linux-master/drivers/net/dsa/b53/
H A Db53_serdes.c134 state->pause |= MLO_PAUSE_RX;
136 state->pause |= MLO_PAUSE_TX;
/linux-master/include/linux/
H A Drpmsg.h200 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst);
326 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) argument
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c782 struct ethtool_pauseparam *pause)
787 pause->autoneg = 0;
789 pause->rx_pause = !!(fc & AQ_NIC_FC_RX);
790 pause->tx_pause = !!(fc & AQ_NIC_FC_TX);
794 struct ethtool_pauseparam *pause)
802 if (pause->autoneg == AUTONEG_ENABLE)
805 if (pause->rx_pause)
810 if (pause->tx_pause)
781 aq_ethtool_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
793 aq_ethtool_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c827 struct ethtool_pauseparam *pause)
838 pause->autoneg = pause_info.auto_neg;
840 pause->rx_pause = nic_cfg->rx_pause;
841 pause->tx_pause = nic_cfg->tx_pause;
843 pause->rx_pause = pause_info.rx_pause;
844 pause->tx_pause = pause_info.tx_pause;
850 struct ethtool_pauseparam *pause)
861 if (pause->autoneg != port_cap.autoneg_state)
864 pause_info.auto_neg = pause->autoneg;
865 pause_info.rx_pause = pause
826 hinic_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
849 hinic_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ethtool.c182 struct ethtool_pauseparam *pause)
186 pause->rx_pause = mlxsw_sp_port->link.rx_pause;
187 pause->tx_pause = mlxsw_sp_port->link.tx_pause;
191 struct ethtool_pauseparam *pause)
196 mlxsw_reg_pfcc_pprx_set(pfcc_pl, pause->rx_pause);
197 mlxsw_reg_pfcc_pptx_set(pfcc_pl, pause->tx_pause);
209 struct ethtool_pauseparam *pause)
212 bool pause_en = pause->tx_pause || pause->rx_pause;
223 if (pause
181 mlxsw_sp_port_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
190 mlxsw_sp_port_pause_set(struct mlxsw_sp_port *mlxsw_sp_port, struct ethtool_pauseparam *pause) argument
208 mlxsw_sp_port_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/scsi/
H A Dxen-scsifront.c128 unsigned int pause:1; member in struct:vscsifrnt_info
587 if (info->pause)
984 info->pause = 1;
1142 if (!info->pause && sg_grant)
1144 else if (info->pause && nr_segs < host->sg_tablesize)
1170 if (info->pause) {
1173 info->pause = 0;
/linux-master/sound/soc/uniphier/
H A Daio-core.c840 u32 repet = 0, pause = OPORTMXPAUDAT_PAUSEPC_CMN; local
846 pause |= OPORTMXPAUDAT_PAUSEPD_AC3;
851 pause |= OPORTMXPAUDAT_PAUSEPD_MPA;
856 pause |= OPORTMXPAUDAT_PAUSEPD_MP3;
861 pause |= OPORTMXPAUDAT_PAUSEPD_DTS1;
866 pause |= OPORTMXPAUDAT_PAUSEPD_DTS2;
871 pause |= OPORTMXPAUDAT_PAUSEPD_DTS3;
876 pause |= OPORTMXPAUDAT_PAUSEPD_AAC;
884 regmap_write(r, OPORTMXPAUDAT(sub->swm->oport.map), pause);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c458 struct ethtool_pauseparam *pause)
462 /* record fixed values for autoneg and tx pause */
463 pause->autoneg = 0;
464 pause->tx_pause = 1;
466 pause->rx_pause = interface->rx_pause ? 1 : 0;
470 struct ethtool_pauseparam *pause)
475 if (pause->autoneg || !pause->tx_pause)
478 /* we can only support pause on the PF to avoid head-of-line blocking */
480 interface->rx_pause = pause
457 fm10k_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
469 fm10k_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c139 pause();
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c94 pause();

Completed in 412 milliseconds

1234567891011