Home
last modified time | relevance | path

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

12345678910>>...38

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTransformFeedbackNULL.h26 angle::Result pause(const gl::Context *context) override;
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c232 int pause; member
813 static int myri10ge_change_pause(struct myri10ge_priv *mgp, int pause) in myri10ge_change_pause() argument
818 ctl = pause ? MXGEFW_ENABLE_FLOW_CONTROL : MXGEFW_DISABLE_FLOW_CONTROL; in myri10ge_change_pause()
825 mgp->pause = pause; in myri10ge_change_pause()
1062 myri10ge_change_pause(mgp, mgp->pause); in myri10ge_reset()
1675 struct ethtool_pauseparam *pause) in myri10ge_get_pauseparam()
1679 pause->autoneg = 0; in myri10ge_get_pauseparam()
1680 pause->rx_pause = mgp->pause; in myri10ge_get_pauseparam()
1674 myri10ge_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) myri10ge_get_pauseparam() argument
1685 myri10ge_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) myri10ge_set_pauseparam() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c233 int pause; member
814 static int myri10ge_change_pause(struct myri10ge_priv *mgp, int pause) in myri10ge_change_pause() argument
819 ctl = pause ? MXGEFW_ENABLE_FLOW_CONTROL : MXGEFW_DISABLE_FLOW_CONTROL; in myri10ge_change_pause()
826 mgp->pause = pause; in myri10ge_change_pause()
1064 myri10ge_change_pause(mgp, mgp->pause); in myri10ge_reset()
1681 struct ethtool_pauseparam *pause) in myri10ge_get_pauseparam()
1685 pause->autoneg = 0; in myri10ge_get_pauseparam()
1686 pause->rx_pause = mgp->pause; in myri10ge_get_pauseparam()
1680 myri10ge_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) myri10ge_get_pauseparam() argument
1691 myri10ge_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) myri10ge_set_pauseparam() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dethtool_common.c177 struct ethtool_pauseparam *pause) in efx_ethtool_get_pauseparam()
181 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
182 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
183 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
187 struct ethtool_pauseparam *pause) in efx_ethtool_set_pauseparam()
196 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
197 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()
198 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam()
571 /* Both MACs support pause frames (bidirectional and respond-only) */ in efx_ethtool_get_link_ksettings()
176 efx_ethtool_get_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_ethtool_get_pauseparam() argument
186 efx_ethtool_set_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_ethtool_set_pauseparam() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c126 /* Both MACs support pause frames (bidirectional and respond-only) */ in ef4_ethtool_get_link_ksettings()
675 struct ethtool_pauseparam *pause) in ef4_ethtool_set_pauseparam()
684 wanted_fc = ((pause->rx_pause ? EF4_FC_RX : 0) | in ef4_ethtool_set_pauseparam()
685 (pause->tx_pause ? EF4_FC_TX : 0) | in ef4_ethtool_set_pauseparam()
686 (pause->autoneg ? EF4_FC_AUTO : 0)); in ef4_ethtool_set_pauseparam()
733 struct ethtool_pauseparam *pause) in ef4_ethtool_get_pauseparam()
737 pause->rx_pause = !!(efx->wanted_fc & EF4_FC_RX); in ef4_ethtool_get_pauseparam()
738 pause->tx_pause = !!(efx->wanted_fc & EF4_FC_TX); in ef4_ethtool_get_pauseparam()
739 pause->autoneg = !!(efx->wanted_fc & EF4_FC_AUTO); in ef4_ethtool_get_pauseparam()
674 ef4_ethtool_set_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) ef4_ethtool_set_pauseparam() argument
732 ef4_ethtool_get_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) ef4_ethtool_get_pauseparam() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c301 struct ethtool_pauseparam *pause) in ionic_get_pauseparam()
306 pause->autoneg = 0; in ionic_get_pauseparam()
310 pause->rx_pause = (pause_type & IONIC_PAUSE_F_RX) ? 1 : 0; in ionic_get_pauseparam()
311 pause->tx_pause = (pause_type & IONIC_PAUSE_F_TX) ? 1 : 0; in ionic_get_pauseparam()
316 struct ethtool_pauseparam *pause) in ionic_set_pauseparam()
326 if (pause->autoneg) in ionic_set_pauseparam()
331 if (pause->rx_pause) in ionic_set_pauseparam()
333 if (pause->tx_pause) in ionic_set_pauseparam()
300 ionic_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) ionic_get_pauseparam() argument
315 ionic_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) ionic_set_pauseparam() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dethtool_common.c178 struct ethtool_pauseparam *pause) in efx_ethtool_get_pauseparam()
182 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam()
183 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam()
184 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
188 struct ethtool_pauseparam *pause) in efx_ethtool_set_pauseparam()
197 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam()
198 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam()
199 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam()
572 /* Both MACs support pause frames (bidirectional and respond-only) */ in efx_ethtool_get_link_ksettings()
177 efx_ethtool_get_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_ethtool_get_pauseparam() argument
187 efx_ethtool_set_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_ethtool_set_pauseparam() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c126 /* Both MACs support pause frames (bidirectional and respond-only) */ in ef4_ethtool_get_link_ksettings()
685 struct ethtool_pauseparam *pause) in ef4_ethtool_set_pauseparam()
694 wanted_fc = ((pause->rx_pause ? EF4_FC_RX : 0) | in ef4_ethtool_set_pauseparam()
695 (pause->tx_pause ? EF4_FC_TX : 0) | in ef4_ethtool_set_pauseparam()
696 (pause->autoneg ? EF4_FC_AUTO : 0)); in ef4_ethtool_set_pauseparam()
743 struct ethtool_pauseparam *pause) in ef4_ethtool_get_pauseparam()
747 pause->rx_pause = !!(efx->wanted_fc & EF4_FC_RX); in ef4_ethtool_get_pauseparam()
748 pause->tx_pause = !!(efx->wanted_fc & EF4_FC_TX); in ef4_ethtool_get_pauseparam()
749 pause->autoneg = !!(efx->wanted_fc & EF4_FC_AUTO); in ef4_ethtool_get_pauseparam()
684 ef4_ethtool_set_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) ef4_ethtool_set_pauseparam() argument
742 ef4_ethtool_get_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) ef4_ethtool_get_pauseparam() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c129 struct ethtool_pauseparam *pause) in efx_siena_ethtool_get_pauseparam()
133 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_siena_ethtool_get_pauseparam()
134 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_siena_ethtool_get_pauseparam()
135 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_siena_ethtool_get_pauseparam()
139 struct ethtool_pauseparam *pause) in efx_siena_ethtool_set_pauseparam()
148 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_siena_ethtool_set_pauseparam()
149 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_siena_ethtool_set_pauseparam()
150 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_siena_ethtool_set_pauseparam()
571 /* Both MACs support pause frames (bidirectional and respond-only) */ in efx_siena_ethtool_get_link_ksettings()
128 efx_siena_ethtool_get_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_siena_ethtool_get_pauseparam() argument
138 efx_siena_ethtool_set_pauseparam(struct net_device *net_dev, struct ethtool_pauseparam *pause) efx_siena_ethtool_set_pauseparam() argument
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H A Db53_serdes.c133 state->pause |= MLO_PAUSE_RX; in b53_serdes_link_state()
135 state->pause |= MLO_PAUSE_TX; in b53_serdes_link_state()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c115 if (therm->emergency.pause) in nvkm_therm_sensor_event()
116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dlxt.c181 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
199 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
/kernel/linux/linux-6.6/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) in rpmsg_set_flow_control() argument
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dlxt.c255 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
273 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c115 if (therm->emergency.pause) in nvkm_therm_sensor_event()
116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
/third_party/ffmpeg/libavformat/
H A Davio.h252 int (*read_pause)(void *opaque, int pause);
776 * @param pause 1 for pause, 0 for resume
778 int avio_pause(AVIOContext *h, int pause);
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieView.java188 public void pause() { in pause() method in SkottieView
190 mAnimation.pause(); in pause()
/third_party/rust/crates/nix/test/sys/
H A Dtest_wait.rs13 // Safe: The child only calls `pause` and/or `_exit`, which are async-signal-safe. in test_wait_signal()
16 pause(); in test_wait_signal()
40 // Safe: The child only calls `pause` and/or `_exit`, which are async-signal-safe. in test_waitid_signal()
43 pause(); in test_waitid_signal()
157 // As recommended by ptrace(2), raise SIGTRAP to pause the child in ptrace_child()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp113 void RenderThread::pause (void) in pause() function in tcu::Android::RenderThread
342 m_thread->pause(); in onPause()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
H A Dphy.h62 * partner speed & duplex & pause (autoneg)
66 int pause; member
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dthread-self.c61 pause(); in main()
/kernel/linux/linux-5.10/include/linux/
H A Dphy_fixed.h9 int pause; member
/kernel/linux/linux-5.10/sound/soc/sprd/
H A Dsprd-pcm-dma.h47 int (*pause)(int str_id); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dpriv.h26 void (*pause)(struct nvkm_fifo *, unsigned long *); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dpriv.h31 int (*pause)(struct nvkm_gr *); member

Completed in 24 milliseconds

12345678910>>...38