Searched refs:pause (Results 101 - 125 of 266) sorted by relevance

1234567891011

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c328 struct ethtool_pauseparam *pause)
346 pause->rx_pause = rsp->rx_pause;
347 pause->tx_pause = rsp->tx_pause;
353 struct ethtool_pauseparam *pause)
357 if (pause->autoneg)
363 if (pause->rx_pause)
368 if (pause->tx_pause)
327 otx2_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
352 otx2_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c233 int pause; member in struct:myri10ge_priv
814 static int myri10ge_change_pause(struct myri10ge_priv *mgp, int pause) argument
819 ctl = pause ? MXGEFW_ENABLE_FLOW_CONTROL : MXGEFW_DISABLE_FLOW_CONTROL;
826 mgp->pause = pause;
1064 myri10ge_change_pause(mgp, mgp->pause);
1681 struct ethtool_pauseparam *pause)
1685 pause->autoneg = 0;
1686 pause->rx_pause = mgp->pause;
1680 myri10ge_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
1691 myri10ge_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c433 bool pause; local
438 &state->remote_fc.pause,
456 pause = state->remote_fc.pause;
459 if (pause)
/linux-master/drivers/net/phy/
H A Dphy-c45.c472 * pause and asym_pause members in phydev.
487 phydev->pause = 0;
500 phydev->pause = val & MDIO_AN_T1_ADV_L_PAUSE_CAP ? 1 : 0;
513 * genphy_c45_read_lpa - read the link partner advertisement and pause
517 * filling in the link partner advertisement, pause and asym_pause members
538 phydev->pause = 0;
553 phydev->pause = val & LPA_PAUSE_CAP ? 1 : 0;
1176 phydev->pause = 0;
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ethtool.c311 if (link_info->pause) {
312 if (link_info->pause & OCTEP_LINK_MODE_PAUSE_SUPPORTED)
314 if (link_info->pause & OCTEP_LINK_MODE_PAUSE_ADVERTISED)
/linux-master/drivers/net/ethernet/actions/
H A Dowl-emac.c360 if (priv->pause) {
416 if (priv->pause != phydev->pause) {
417 priv->pause = phydev->pause;
994 /* Set FIFO pause & restart threshold levels. */
999 /* Set flow control pause quanta time to ~100 ms. */
1026 priv->pause = 0;
H A Dowl-emac.h153 #define OWL_EMAC_OFF_MAC_CSR18_CPTL 24 /* Cache pause threshold level */
155 #define OWL_EMAC_OFF_MAC_CSR18_PQT 0 /* Flow control pause quanta time */
157 /* FIFO pause & restart threshold register */
159 #define OWL_EMAC_OFF_MAC_CSR19_FPTL 16 /* FIFO pause threshold level */
165 #define OWL_EMAC_BIT_MAC_CSR20_TUE BIT(30) /* Transmit Un-pause frames Enable */
271 int pause; member in struct:owl_emac_priv
/linux-master/drivers/net/ethernet/asix/
H A Dax88796c_main.c719 maccr |= ax_local->pause ? MACCR_RXFC_ENABLE : 0;
720 maccr |= !ax_local->pause != !ax_local->asym_pause ?
745 ax_local->pause != phydev->pause ||
749 ax_local->pause = phydev->pause;
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dmain.c962 u32 pause; local
1021 ret = wlcore_read32(wl, WL12XX_PLL_PARAMETERS, &pause);
1025 wl1271_debug(DEBUG_BOOT, "pause1 0x%x", pause);
1027 pause &= ~(WU_COUNTER_PAUSE_VAL);
1028 pause |= WU_COUNTER_PAUSE_VAL;
1029 ret = wlcore_write32(wl, WL12XX_WU_COUNTER_PAUSE, pause);
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dethtool.c95 struct ethtool_pauseparam *pause)
100 struct ethtool_pauseparam *pause)
94 igbvf_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
99 igbvf_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c3701 struct ethtool_pauseparam *pause)
3717 pause->tx_pause = 1;
3720 pause->rx_pause = 1;
3727 pause->tx_pause = 1;
3728 pause->rx_pause = 1;
3733 pause->autoneg = 1;
3737 struct ethtool_pauseparam *pause)
3752 if (pause->autoneg)
3754 if (!pause->autoneg)
3756 } else if ((ahw->port_type == QLCNIC_XGBE) && (pause
3700 qlcnic_83xx_get_pauseparam(struct qlcnic_adapter *adapter, struct ethtool_pauseparam *pause) argument
3736 qlcnic_83xx_set_pauseparam(struct qlcnic_adapter *adapter, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c233 * Stop or pause a stream.
241 * @stream_id which stream to stop/pause.
242 * @pause true to pause, false to stop completely.
245 uint32_t stream_id, bool pause,
272 if (!pause) {
244 vmw_overlay_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool pause, bool interruptible) argument
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dserdes.c66 state->pause |= MLO_PAUSE_TX;
68 state->pause |= MLO_PAUSE_RX;
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c334 * rpmsg_set_flow_control() - request remote to pause/resume transmission
336 * @pause: pause transmission
341 int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) argument
348 return ept->ops->set_flow_control(ept, pause, dst);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c234 SYS_MAC_FC_CFG_RX_FC_ENA_SET(config->pause & MLO_PAUSE_RX ? 1 : 0) |
235 SYS_MAC_FC_CFG_TX_FC_ENA_SET(config->pause & MLO_PAUSE_TX ? 1 : 0),
H A Dlan966x_ethtool.c533 struct ethtool_pauseparam *pause)
537 phylink_ethtool_get_pauseparam(port->phylink, pause);
541 struct ethtool_pauseparam *pause)
545 return phylink_ethtool_set_pauseparam(port->phylink, pause);
532 lan966x_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
540 lan966x_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) argument
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c404 /* Indicate pause support */
546 struct ethtool_pauseparam *pause)
553 pause->autoneg = 1;
555 pause->autoneg = 0;
558 pause->rx_pause = 1;
560 pause->tx_pause = 1;
562 pause->rx_pause = 1;
563 pause->tx_pause = 1;
568 struct ethtool_pauseparam *pause)
580 if ((pause
545 ixgbe_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
567 ixgbe_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) argument
[all...]
/linux-master/samples/timers/
H A Dhpet_example.c284 (void) pause();
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h342 int speed, int duplex, int pause);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv40.c238 .pause = nv04_fifo_pause,
H A Dpriv.h39 void (*pause)(struct nvkm_fifo *, unsigned long *); member in struct:nvkm_fifo_func
/linux-master/arch/um/drivers/
H A Dchan_user.c222 pause();
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_main.h187 u8 pause; member in struct:octep_vf_iface_link_info
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_ethtool.c308 struct ethtool_pauseparam *pause)
312 pause->autoneg = AUTONEG_DISABLE;
313 pause->rx_pause = priv->rx_pause ? true : false;
314 pause->tx_pause = priv->tx_pause ? true : false;
307 cpsw_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) argument
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S53 pause

Completed in 366 milliseconds

1234567891011