Searched refs:pause (Results 126 - 150 of 266) sorted by relevance

1234567891011

/linux-master/drivers/net/pcs/
H A Dpcs-lynx.c78 state->pause |= MLO_PAUSE_TX | MLO_PAUSE_RX;
262 * 2500 Mbps and we do rate adaptation through pause frames.
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c469 struct ethtool_pauseparam *pause)
473 phylink_ethtool_get_pauseparam(salve->phylink, pause);
477 struct ethtool_pauseparam *pause)
481 return phylink_ethtool_set_pauseparam(salve->phylink, pause);
468 am65_cpsw_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
476 am65_cpsw_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.c594 DBG(dev, " link = %d duplex = %d, pause = %d, asym_pause = %d\n",
595 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause);
657 if (dev->phy.pause)
1221 dev->phy.pause ? ", pause enabled" :
1222 dev->phy.asym_pause ? ", asymmetric pause enabled" : "");
1308 int speed, pause, asym_pause;
1319 pause = 1;
1323 pause = 0;
1327 pause
[all...]
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c376 struct ethtool_pauseparam *pause)
381 pause->autoneg =
385 pause->rx_pause = 1;
387 pause->tx_pause = 1;
389 pause->rx_pause = 1;
390 pause->tx_pause = 1;
395 struct ethtool_pauseparam *pause)
406 adapter->fc_autoneg = pause->autoneg;
420 if (pause->rx_pause && pause
375 igb_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
394 igb_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/include/linux/
H A Dphylink.h109 * @pause: link pause state, described by MLO_PAUSE_* constants.
123 int pause; member in struct:phylink_link_state
149 * @mac_capabilities: MAC pause/speed/duplex capabilities.
264 * or pause modes or to change the in-band advertisement.
266 * In all negotiation modes, as defined by @mode, @state->pause indicates the
267 * pause settings which should be applied as follows. If %MLO_PAUSE_AN is not
269 * pause frames and/or act on received pause frames respectively. Otherwise,
271 * to control the MAC pause mod
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c11 (void)pause();
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h273 bool pause; member in struct:kvm_vcpu_arch
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1929 /* Set flow control negotiated Rx/Tx pause */
3097 * @pause: ethernet pause (flow control) parameters
3102 * the negotiated Rx/Tx pause via lp_advertising.
3105 ice_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
3113 /* Initialize pause params */
3114 pause->rx_pause = 0;
3115 pause->tx_pause = 0;
3129 pause->autoneg = ice_is_phy_caps_an_enabled(pcaps) ? AUTONEG_ENABLE :
3137 pause
3151 ice_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/calxeda/
H A Dxgmac.c1536 struct ethtool_pauseparam *pause)
1540 pause->rx_pause = priv->rx_pause;
1541 pause->tx_pause = priv->tx_pause;
1545 struct ethtool_pauseparam *pause)
1549 if (pause->autoneg)
1552 return xgmac_set_flow_ctrl(priv, pause->rx_pause, pause->tx_pause);
1535 xgmac_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
1544 xgmac_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/dma/
H A Dsprd-dma.c168 u32 pause; member in struct:sprd_dma_chn_hw
343 u32 pause, timeout = SPRD_DMA_PAUSE_CNT; local
350 pause = readl(schan->chn_base + SPRD_DMA_CHN_PAUSE);
351 if (pause & SPRD_DMA_PAUSE_STS)
359 "pause dma controller timeout\n");
516 writel(cfg->pause, schan->chn_base + SPRD_DMA_CHN_PAUSE);
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c1193 /* enable pause frame*/
1196 ndev->phydev && ndev->phydev->pause)) {
2796 struct ethtool_pauseparam *pause)
2800 pause->autoneg = (fep->pause_flag & FEC_PAUSE_FLAG_AUTONEG) != 0;
2801 pause->tx_pause = (fep->pause_flag & FEC_PAUSE_FLAG_ENABLE) != 0;
2802 pause->rx_pause = pause->tx_pause;
2806 struct ethtool_pauseparam *pause)
2813 if (pause->tx_pause != pause
2795 fec_enet_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
2805 fec_enet_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1651 * @pause: buffer to return pause parameters
1653 * Return tx/rx-pause status
1656 struct ethtool_pauseparam *pause)
1664 pause->autoneg =
1670 pause->rx_pause = 0;
1671 pause->tx_pause = 0;
1676 pause->rx_pause = 1;
1678 pause->tx_pause = 1;
1680 pause
1655 i40e_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
1690 i40e_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c1238 /* set up pause thresholds */
1525 /* This interrupt is just for pause frame and pause
3087 /* Calculate pause thresholds. Setting the OFF threshold to the
3483 int *pause)
3487 *pause = (val & PCS_MII_LPA_SYM_PAUSE) ? 0x01 : 0x00;
3489 *pause |= 0x10;
3495 int *pause)
3501 *pause = 0;
3506 *pause
3482 cas_read_pcs_link_mode(struct cas *cp, int *fd, int *spd, int *pause) argument
3494 cas_read_mii_link_mode(struct cas *cp, int *fd, int *spd, int *pause) argument
3533 int full_duplex, speed, pause; local
4476 int full_duplex, speed, pause; local
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_star_emac.c276 int pause; member in struct:mtk_star_priv
885 if (priv->pause) {
926 if (priv->pause != phydev->pause) {
927 priv->pause = phydev->pause;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h696 u64 pause:1; member in struct:oct_link_status::__anon226
704 u64 pause:1;
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c2264 struct ethtool_pauseparam *pause)
2275 if (pause->autoneg != AUTONEG_DISABLE)
2279 pause->tx_pause, pause->rx_pause);
2288 struct ethtool_pauseparam *pause)
2298 /* Currently pause frame autoneg is fixed */
2299 pause->autoneg = AUTONEG_DISABLE;
2300 pause->rx_pause = eth_port->rx_pause;
2301 pause->tx_pause = eth_port->tx_pause;
2263 nfp_port_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
2287 nfp_port_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c195 pause();
224 pause();
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c100 pcsx_anx_adv_reg.s.pause = 3;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dg84.c216 .pause = nv04_fifo_pause,
/linux-master/drivers/net/phy/
H A Dmotorcomm.c1233 phydev->pause = 0;
1236 phydev->pause = 1;
1239 phydev->pause = 1;
1268 phydev->pause = 0;
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_main.h211 u8 pause; member in struct:octep_iface_link_info
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c148 { ENETC_PM_RXPF(0), "MAC rx valid pause frames" },
174 { ENETC_PM_TXPF(0), "MAC tx valid pause frames" },
903 struct ethtool_pauseparam *pause)
907 phylink_ethtool_get_pauseparam(priv->phylink, pause);
911 struct ethtool_pauseparam *pause)
915 return phylink_ethtool_set_pauseparam(priv->phylink, pause);
902 enetc_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
910 enetc_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
/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
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h269 unsigned int pause; member in struct:stmmac_priv
/linux-master/drivers/net/usb/
H A Dasix_devices.c307 struct ethtool_pauseparam *pause)
312 phylink_ethtool_get_pauseparam(priv->phylink, pause);
316 struct ethtool_pauseparam *pause)
321 return phylink_ethtool_set_pauseparam(priv->phylink, pause);
306 ax88772_ethtool_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
315 ax88772_ethtool_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument

Completed in 790 milliseconds

1234567891011