/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 5162 struct ethtool_pauseparam *pause) in mvpp2_ethtool_get_pause_param() 5169 phylink_ethtool_get_pauseparam(port->phylink, pause); in mvpp2_ethtool_get_pause_param() 5173 struct ethtool_pauseparam *pause) in mvpp2_ethtool_set_pause_param() 5180 return phylink_ethtool_set_pauseparam(port->phylink, pause); in mvpp2_ethtool_set_pause_param() 5787 state->pause = 0; in mvpp2_xlg_pcs_get_state() 5790 state->pause |= MLO_PAUSE_TX; in mvpp2_xlg_pcs_get_state() 5792 state->pause |= MLO_PAUSE_RX; in mvpp2_xlg_pcs_get_state() 5837 state->pause = 0; in mvpp2_gmac_pcs_get_state() 5839 state->pause |= MLO_PAUSE_RX; in mvpp2_gmac_pcs_get_state() 5841 state->pause | in mvpp2_gmac_pcs_get_state() 5161 mvpp2_ethtool_get_pause_param(struct net_device *dev, struct ethtool_pauseparam *pause) mvpp2_ethtool_get_pause_param() argument 5172 mvpp2_ethtool_set_pause_param(struct net_device *dev, struct ethtool_pauseparam *pause) mvpp2_ethtool_set_pause_param() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 1617 /* Set Flow Control timer x100 faster than pause quanta to ensure that link 5547 struct ethtool_pauseparam *pause) in mvpp2_ethtool_get_pause_param() 5554 phylink_ethtool_get_pauseparam(port->phylink, pause); in mvpp2_ethtool_get_pause_param() 5558 struct ethtool_pauseparam *pause) in mvpp2_ethtool_set_pause_param() 5565 return phylink_ethtool_set_pauseparam(port->phylink, pause); in mvpp2_ethtool_set_pause_param() 6193 state->pause = 0; in mvpp2_xlg_pcs_get_state() 6196 state->pause |= MLO_PAUSE_TX; in mvpp2_xlg_pcs_get_state() 6198 state->pause |= MLO_PAUSE_RX; in mvpp2_xlg_pcs_get_state() 6257 state->pause = 0; in mvpp2_gmac_pcs_get_state() 6259 state->pause | in mvpp2_gmac_pcs_get_state() 5546 mvpp2_ethtool_get_pause_param(struct net_device *dev, struct ethtool_pauseparam *pause) mvpp2_ethtool_get_pause_param() argument 5557 mvpp2_ethtool_set_pause_param(struct net_device *dev, struct ethtool_pauseparam *pause) mvpp2_ethtool_set_pause_param() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_main.c | 95 static int pause = PAUSE_TIME; variable 96 module_param(pause, int, 0644); 97 MODULE_PARM_DESC(pause, "Flow Control Pause Time"); 197 if (unlikely((pause < 0) || (pause > 0xffff))) in stmmac_verify_args() 198 pause = PAUSE_TIME; in stmmac_verify_args() 936 priv->pause, tx_cnt); in stmmac_mac_flow_ctrl() 7365 priv->pause = pause; in stmmac_dvr_probe() 7559 priv->flow_ctrl = FLOW_AUTO; /* RX/TX pause o in stmmac_dvr_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 4000 state->pause |= MLO_PAUSE_RX; in mvneta_pcs_get_state() 4002 state->pause |= MLO_PAUSE_TX; in mvneta_pcs_get_state() 4036 * controls the GMAC pause mode. in mvneta_pcs_config() 4774 struct ethtool_pauseparam *pause) in mvneta_ethtool_get_pauseparam() 4778 phylink_ethtool_get_pauseparam(pp->phylink, pause); in mvneta_ethtool_get_pauseparam() 4782 struct ethtool_pauseparam *pause) in mvneta_ethtool_set_pauseparam() 4786 return phylink_ethtool_set_pauseparam(pp->phylink, pause); in mvneta_ethtool_set_pauseparam() 4773 mvneta_ethtool_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) mvneta_ethtool_get_pauseparam() argument 4781 mvneta_ethtool_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) mvneta_ethtool_set_pauseparam() argument
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | mt7530.c | 2401 state->pause &= ~(MLO_PAUSE_RX | MLO_PAUSE_TX); in mt7530_phylink_mac_link_state() 2403 state->pause |= MLO_PAUSE_RX; in mt7530_phylink_mac_link_state() 2405 state->pause |= MLO_PAUSE_TX; in mt7530_phylink_mac_link_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 1441 if (priv->old_pause != phydev->pause) { in bcm_sysport_adj_link() 1443 priv->old_pause = phydev->pause; in bcm_sysport_adj_link() 1446 if (!phydev->pause) in bcm_sysport_adj_link()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 1457 if (priv->old_pause != phydev->pause) { in bcm_sysport_adj_link() 1459 priv->old_pause = phydev->pause; in bcm_sysport_adj_link() 1462 if (!phydev->pause) in bcm_sysport_adj_link()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | mt7530.c | 3034 state->pause &= ~(MLO_PAUSE_RX | MLO_PAUSE_TX); in mt7530_pcs_get_state() 3036 state->pause |= MLO_PAUSE_RX; in mt7530_pcs_get_state() 3038 state->pause |= MLO_PAUSE_TX; in mt7530_pcs_get_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.c | 1190 * ql_is_neg_pause() returns 1 if pause was negotiated to be on 1363 /* Set the 10/100 & pause negotiation advertisements */ in ql_phy_start_neg_ex() 1757 struct ethtool_pauseparam *pause) in ql_get_pauseparam() 1769 pause->autoneg = ql_get_auto_cfg_status(qdev); in ql_get_pauseparam() 1770 pause->rx_pause = (reg & MAC_CONFIG_REG_RF) >> 2; in ql_get_pauseparam() 1771 pause->tx_pause = (reg & MAC_CONFIG_REG_TF) >> 1; in ql_get_pauseparam() 1756 ql_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) ql_get_pauseparam() argument
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | cmipci.c | 78 #define CM_PAUSE1 0x00000008 /* ch1: pause */ 79 #define CM_PAUSE0 0x00000004 /* ch0: pause */ 865 unsigned int inthld, chen, reset, pause; in snd_cmipci_pcm_trigger() local 871 pause = CM_PAUSE0 << rec->ch; in snd_cmipci_pcm_trigger() 896 cm->ctrl |= pause; in snd_cmipci_pcm_trigger() 901 cm->ctrl &= ~pause; in snd_cmipci_pcm_trigger()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/ |
H A D | qla3xxx.c | 1192 * ql_is_neg_pause() returns 1 if pause was negotiated to be on 1365 /* Set the 10/100 & pause negotiation advertisements */ in ql_phy_start_neg_ex() 1759 struct ethtool_pauseparam *pause) in ql_get_pauseparam() 1771 pause->autoneg = ql_get_auto_cfg_status(qdev); in ql_get_pauseparam() 1772 pause->rx_pause = (reg & MAC_CONFIG_REG_RF) >> 2; in ql_get_pauseparam() 1773 pause->tx_pause = (reg & MAC_CONFIG_REG_TF) >> 1; in ql_get_pauseparam() 1758 ql_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) ql_get_pauseparam() argument
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cmipci.c | 74 #define CM_PAUSE1 0x00000008 /* ch1: pause */ 75 #define CM_PAUSE0 0x00000004 /* ch0: pause */ 861 unsigned int inthld, chen, reset, pause; in snd_cmipci_pcm_trigger() local 867 pause = CM_PAUSE0 << rec->ch; in snd_cmipci_pcm_trigger() 892 cm->ctrl |= pause; in snd_cmipci_pcm_trigger() 897 cm->ctrl &= ~pause; in snd_cmipci_pcm_trigger()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | slave.c | 1308 struct ethtool_pauseparam *pause) in dsa_slave_get_pauseparam() 1312 phylink_ethtool_get_pauseparam(dp->pl, pause); in dsa_slave_get_pauseparam() 1316 struct ethtool_pauseparam *pause) in dsa_slave_set_pauseparam() 1320 return phylink_ethtool_set_pauseparam(dp->pl, pause); in dsa_slave_set_pauseparam() 1307 dsa_slave_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) dsa_slave_get_pauseparam() argument 1315 dsa_slave_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam *pause) dsa_slave_set_pauseparam() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 815 * Generate a pause packet that either pauses or unpauses the current stream. 817 static int gen_pause(URLContext *s, RTMPContext *rt, int pause, uint32_t timestamp) in gen_pause() argument 823 av_log(s, AV_LOG_DEBUG, "Sending pause command for timestamp %d\n", in gen_pause() 832 ff_amf_write_string(&p, "pause"); in gen_pause() 835 ff_amf_write_bool(&p, pause); // pause or unpause in gen_pause() 836 ff_amf_write_number(&p, timestamp); //where we pause the stream in gen_pause() 2942 static int rtmp_pause(URLContext *s, int pause) in rtmp_pause() argument 2948 if ((ret = gen_pause(s, rt, pause, rt->last_timestamp)) < 0) { in rtmp_pause() 2949 av_log(s, AV_LOG_ERROR, "Unable to send pause comman in rtmp_pause() [all...] |
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | r8152.c | 9184 static void rtl8152_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in rtl8152_get_pauseparam() argument 9204 pause->autoneg = 0; in rtl8152_get_pauseparam() 9205 pause->rx_pause = 0; in rtl8152_get_pauseparam() 9206 pause->tx_pause = 0; in rtl8152_get_pauseparam() 9210 pause->autoneg = 1; in rtl8152_get_pauseparam() 9215 pause->rx_pause = 1; in rtl8152_get_pauseparam() 9218 pause->tx_pause = 1; in rtl8152_get_pauseparam() 9221 static int rtl8152_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in rtl8152_set_pauseparam() argument 9234 if (pause->autoneg && !(r8152_mdio_read(tp, MII_BMCR) & BMCR_ANENABLE)) { in rtl8152_set_pauseparam() 9239 if (pause in rtl8152_set_pauseparam() [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_host.h | 522 bool pause; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_hw.c | 583 /* Configure HW pause frame generation */ in xgene_gmac_init() 777 if (phydev->pause) in xgene_enet_flowctrl_cfg()
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | at803x.c | 701 phydev->pause = 0; in at803x_read_status()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1151 /* Values to store in the SEQCTL register for pause and unpause */ 1153 uint8_t pause; member
|
/kernel/linux/linux-5.10/drivers/staging/unisys/visorhba/ |
H A D | visorhba_main.c | 989 * visorhba_pause - Function to handle visorbus pause messages 1174 .pause = visorhba_pause,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_hw.c | 583 /* Configure HW pause frame generation */ in xgene_gmac_init() 777 if (phydev->pause) in xgene_enet_flowctrl_cfg()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1151 /* Values to store in the SEQCTL register for pause and unpause */ 1153 uint8_t pause; member
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | mxl-gpy.c | 573 phydev->pause = 0; in gpy_read_status()
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 537 if args.pause: 538 print('Want to pause\nPress enter to continue ...') 632 '-P', '--pause', action='store_true',
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dshare.c | 620 .pause = snd_pcm_dshare_pause,
|