Searched refs:pause (Results 151 - 175 of 266) sorted by relevance

1234567891011

/linux-master/tools/testing/selftests/cgroup/
H A Dtest_zswap.c318 pause();
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx.h217 * @pause: controller pause value.
242 u8 pause; member in struct:st_lsm6dsx_shub_settings
H A Dst_lsm6dsx_shub.c321 config[0] = hub_settings->pause;
380 config[0] = hub_settings->pause;
874 config[0] = hub_settings->pause;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c1353 lio_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
1356 * drivers. Just report pause frame support.
1361 pause->autoneg = 0;
1363 pause->tx_pause = oct->tx_pause;
1364 pause->rx_pause = oct->rx_pause;
1368 lio_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
1385 if (pause->rx_pause || pause->tx_pause)
1390 if (pause->autoneg == AUTONEG_ENABLE)
1401 if (pause
[all...]
/linux-master/drivers/net/pcs/
H A Dpcs-xpcs.c590 state->pause = MLO_PAUSE_TX | MLO_PAUSE_RX;
998 state->pause = 0;
1108 state->pause |= MLO_PAUSE_TX | MLO_PAUSE_RX;
/linux-master/arch/arm64/kvm/
H A Darm.c568 && !kvm_arm_vcpu_stopped(v) && !v->arch.pause);
736 vcpu->arch.pause = true;
746 vcpu->arch.pause = false;
756 (!kvm_arm_vcpu_stopped(vcpu)) && (!vcpu->arch.pause),
759 if (kvm_arm_vcpu_stopped(vcpu) || vcpu->arch.pause) {
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c501 /* This interrupt is just for pause frame and pause
1141 * pause.
1341 int full_duplex, speed, pause; local
1346 pause = 0;
1353 pause = gp->phy_mii.pause;
1416 pause = 1;
1424 if (pause)
1435 if (pause) {
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1082 struct ethtool_pauseparam *pause)
1089 if (pause->autoneg)
1092 tx_pause = !!(pause->tx_pause);
1093 rx_pause = !!(pause->rx_pause);
1101 en_err(priv, "Failed setting pause params, err = %d\n", err);
1135 struct ethtool_pauseparam *pause)
1139 pause->tx_pause = priv->prof->tx_pause;
1140 pause->rx_pause = priv->prof->rx_pause;
1081 mlx4_en_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
1134 mlx4_en_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/md/
H A Ddm-writecache.c126 unsigned long pause; member in struct:dm_writecache
1578 if (likely(wc->pause != 0)) {
1958 if (likely(wc->pause != 0)) {
1966 if (idle >= wc->pause)
1968 idle = wc->pause - idle;
2336 wc->pause = PAUSE_WRITEBACK;
2490 wc->pause = msecs_to_jiffies(pause_msecs);
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c5941 * @pause: Ethtool PAUSE settings data structure.
5946 struct ethtool_pauseparam *pause)
5952 pause->autoneg = (hw->overrides & PAUSE_FLOW_CTRL) ? 0 : 1;
5954 pause->rx_pause =
5956 pause->tx_pause =
5959 pause->rx_pause =
5962 pause->tx_pause =
5971 * @pause: Ethtool PAUSE settings data structure.
5979 struct ethtool_pauseparam *pause)
5987 if (pause
5945 netdev_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
5978 netdev_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c809 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause);
1285 static void prestera_hw_remote_fc_to_eth(u8 fc, bool *pause, bool *asym_pause) argument
1289 *pause = true;
1293 *pause = false;
1297 *pause = true;
1301 *pause = false;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c651 if (intf->old_pause != phydev->pause) {
653 intf->old_pause = phydev->pause;
656 if (!phydev->pause)
/linux-master/arch/powerpc/include/asm/
H A Dlv1call.h225 LV1_CALL(pause, 1, 0, 9 )
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv50.c384 .pause = nv04_fifo_pause,
H A Dbase.c57 return fifo->func->pause(fifo, flags);
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c462 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause) argument
464 struct pfc *pfc = (struct pfc *)pause;
482 void bgx_lmac_set_pfc(int node, int bgx_idx, int lmacid, void *pause) argument
484 struct pfc *pfc = (struct pfc *)pause;
828 /* Enable receive and transmission of pause frames */
831 /* Configure pause time and interval */
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c484 struct ethtool_pauseparam *pause)
488 phylink_ethtool_get_pauseparam(ag->phylink, pause);
492 struct ethtool_pauseparam *pause)
496 return phylink_ethtool_set_pauseparam(ag->phylink, pause);
483 ag71xx_ethtool_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
491 ag71xx_ethtool_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_new.c1159 struct ethtool_pauseparam *pause)
1169 if (!phy_validate_pause(cpsw->slaves[slave_no].phy, pause))
1172 priv->rx_pause = pause->rx_pause ? true : false;
1173 priv->tx_pause = pause->tx_pause ? true : false;
1158 cpsw_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/phy/qcom/
H A Dqcom-phy-lib.c331 phydev->pause = 0;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h400 unsigned int pause; member in struct:rgmii_adv
/linux-master/drivers/media/rc/
H A Dredrat3.c87 /* Minimum value for pause recognition. */
160 __be32 pause; member in struct:redrat3_irdata
558 dev_dbg(dev, "set ir parm min pause %d rc 0x%02x\n", *val, rc);
821 irdata->pause = cpu_to_be32(redrat3_len_to_us(100));
/linux-master/drivers/dma/
H A Dhisi_dma.c346 bool pause)
352 hisi_dma_update_bit(addr, HISI_DMA_Q_CTRL0_QUEUE_PAUSE, pause);
345 hisi_dma_pause_dma(struct hisi_dma_dev *hdma_dev, u32 index, bool pause) argument
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c125 const char *fec = "", *pause = ""; local
140 pause = ", Tx/Rx PAUSE";
142 pause = ", Rx PAUSE";
144 pause = ", Tx PAUSE";
147 speed, unit, pause, fec);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c1535 phy_cfg.pause |= (params->pause.autoneg) ? ETH_PAUSE_AUTONEG : 0;
1536 phy_cfg.pause |= (params->pause.forced_rx) ? ETH_PAUSE_RX : 0;
1537 phy_cfg.pause |= (params->pause.forced_tx) ? ETH_PAUSE_TX : 0;
1636 phy_cfg.speed, phy_cfg.pause, phy_cfg.adv_speed,
/linux-master/drivers/net/usb/
H A Dlan78xx.c1357 netif_dbg(dev, link, dev->net, "rx pause %s, tx pause %s",
1826 struct ethtool_pauseparam *pause)
1834 pause->autoneg = dev->fc_autoneg;
1837 pause->tx_pause = 1;
1840 pause->rx_pause = 1;
1844 struct ethtool_pauseparam *pause)
1853 if (pause->autoneg && !ecmd.base.autoneg) {
1859 if (pause->rx_pause)
1862 if (pause
1825 lan78xx_get_pause(struct net_device *net, struct ethtool_pauseparam *pause) argument
1843 lan78xx_set_pause(struct net_device *net, struct ethtool_pauseparam *pause) argument
[all...]

Completed in 383 milliseconds

1234567891011