/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | fixed-link.txt | 16 * 'pause' (boolean, optional), to indicate that pause should be 18 * 'asym-pause' (boolean, optional), to indicate that asym_pause should 31 - d: pause configuration: 0 for no pause, 1 for pause 32 - e: asymmetric pause configuration: 0 for no asymmetric pause, 1 for 33 asymmetric pause 50 pause;
|
D | brcm,bcm7445-switch-v4.0.txt | 33 - brcm,fcb-pause-override: boolean property, if present indicates that the switch 34 supports Failover Control Block pause override capability 62 brcm,fcb-pause-override;
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_ethtool.c | 377 struct ethtool_pauseparam *pause) in pch_gbe_get_pauseparam() argument 382 pause->autoneg = in pch_gbe_get_pauseparam() 386 pause->rx_pause = 1; in pch_gbe_get_pauseparam() 388 pause->tx_pause = 1; in pch_gbe_get_pauseparam() 390 pause->rx_pause = 1; in pch_gbe_get_pauseparam() 391 pause->tx_pause = 1; in pch_gbe_get_pauseparam() 404 struct ethtool_pauseparam *pause) in pch_gbe_set_pauseparam() argument 410 hw->mac.fc_autoneg = pause->autoneg; in pch_gbe_set_pauseparam() 411 if ((pause->rx_pause) && (pause->tx_pause)) in pch_gbe_set_pauseparam() 413 else if ((pause->rx_pause) && (!pause->tx_pause)) in pch_gbe_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | ethtool.c | 196 struct ethtool_pauseparam *pause) in alx_get_pauseparam() argument 201 pause->autoneg = !!(hw->flowctrl & ALX_FC_ANEG && in alx_get_pauseparam() 203 pause->tx_pause = !!(hw->flowctrl & ALX_FC_TX); in alx_get_pauseparam() 204 pause->rx_pause = !!(hw->flowctrl & ALX_FC_RX); in alx_get_pauseparam() 209 struct ethtool_pauseparam *pause) in alx_set_pauseparam() argument 217 if (pause->tx_pause) in alx_set_pauseparam() 219 if (pause->rx_pause) in alx_set_pauseparam() 221 if (pause->autoneg) in alx_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | vsc8211.c | 134 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local 187 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status() 191 pause = PAUSE_TX; in vsc8211_get_link_status() 194 pause = PAUSE_RX; in vsc8211_get_link_status() 202 *fc = pause; in vsc8211_get_link_status() 210 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status_fiber() local 256 pause = PAUSE_RX | PAUSE_TX; in vsc8211_get_link_status_fiber() 259 pause = PAUSE_TX; in vsc8211_get_link_status_fiber() 262 pause = PAUSE_RX; in vsc8211_get_link_status_fiber() 270 *fc = pause; in vsc8211_get_link_status_fiber()
|
D | cxgb3_main.c | 252 int speed, int duplex, int pause) in t3_os_link_changed() argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 481 struct ethtool_pauseparam *pause) in netxen_nic_get_pauseparam() argument 487 pause->autoneg = 0; in netxen_nic_get_pauseparam() 494 pause->rx_pause = netxen_gb_get_rx_flowctl(val); in netxen_nic_get_pauseparam() 498 pause->tx_pause = !(netxen_gb_get_gb0_mask(val)); in netxen_nic_get_pauseparam() 501 pause->tx_pause = !(netxen_gb_get_gb1_mask(val)); in netxen_nic_get_pauseparam() 504 pause->tx_pause = !(netxen_gb_get_gb2_mask(val)); in netxen_nic_get_pauseparam() 508 pause->tx_pause = !(netxen_gb_get_gb3_mask(val)); in netxen_nic_get_pauseparam() 514 pause->rx_pause = 1; in netxen_nic_get_pauseparam() 517 pause->tx_pause = !(netxen_xg_get_xg0_mask(val)); in netxen_nic_get_pauseparam() 519 pause->tx_pause = !(netxen_xg_get_xg1_mask(val)); in netxen_nic_get_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_ethtool.c | 151 struct ethtool_pauseparam *pause) in ixgb_get_pauseparam() argument 156 pause->autoneg = AUTONEG_DISABLE; in ixgb_get_pauseparam() 159 pause->rx_pause = 1; in ixgb_get_pauseparam() 161 pause->tx_pause = 1; in ixgb_get_pauseparam() 163 pause->rx_pause = 1; in ixgb_get_pauseparam() 164 pause->tx_pause = 1; in ixgb_get_pauseparam() 170 struct ethtool_pauseparam *pause) in ixgb_set_pauseparam() argument 175 if (pause->autoneg == AUTONEG_ENABLE) in ixgb_set_pauseparam() 178 if (pause->rx_pause && pause->tx_pause) in ixgb_set_pauseparam() 180 else if (pause->rx_pause && !pause->tx_pause) in ixgb_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 233 struct ethtool_pauseparam *pause) in xgbe_get_pauseparam() argument 237 pause->autoneg = pdata->phy.pause_autoneg; in xgbe_get_pauseparam() 238 pause->tx_pause = pdata->phy.tx_pause; in xgbe_get_pauseparam() 239 pause->rx_pause = pdata->phy.rx_pause; in xgbe_get_pauseparam() 243 struct ethtool_pauseparam *pause) in xgbe_set_pauseparam() argument 248 if (pause->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) { in xgbe_set_pauseparam() 254 pdata->phy.pause_autoneg = pause->autoneg; in xgbe_set_pauseparam() 255 pdata->phy.tx_pause = pause->tx_pause; in xgbe_set_pauseparam() 256 pdata->phy.rx_pause = pause->rx_pause; in xgbe_set_pauseparam() 261 if (pause->rx_pause) { in xgbe_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | ucc_geth_ethtool.c | 137 struct ethtool_pauseparam *pause) in uec_get_pauseparam() argument 141 pause->autoneg = ugeth->phydev->autoneg; in uec_get_pauseparam() 144 pause->rx_pause = 1; in uec_get_pauseparam() 146 pause->tx_pause = 1; in uec_get_pauseparam() 151 struct ethtool_pauseparam *pause) in uec_set_pauseparam() argument 156 ugeth->ug_info->receiveFlowControl = pause->rx_pause; in uec_set_pauseparam() 157 ugeth->ug_info->transmitFlowControl = pause->tx_pause; in uec_set_pauseparam()
|
D | fec_main.c | 1046 fep->phy_dev && fep->phy_dev->pause)) { in fec_restart() 2264 struct ethtool_pauseparam *pause) in fec_enet_get_pauseparam() argument 2268 pause->autoneg = (fep->pause_flag & FEC_PAUSE_FLAG_AUTONEG) != 0; in fec_enet_get_pauseparam() 2269 pause->tx_pause = (fep->pause_flag & FEC_PAUSE_FLAG_ENABLE) != 0; in fec_enet_get_pauseparam() 2270 pause->rx_pause = pause->tx_pause; in fec_enet_get_pauseparam() 2274 struct ethtool_pauseparam *pause) in fec_enet_set_pauseparam() argument 2281 if (pause->tx_pause != pause->rx_pause) { in fec_enet_set_pauseparam() 2290 fep->pause_flag |= pause->rx_pause ? FEC_PAUSE_FLAG_ENABLE : 0; in fec_enet_set_pauseparam() 2291 fep->pause_flag |= pause->autoneg ? FEC_PAUSE_FLAG_AUTONEG : 0; in fec_enet_set_pauseparam() 2293 if (pause->rx_pause || pause->autoneg) { in fec_enet_set_pauseparam() [all …]
|
D | gianfar.c | 3644 if (phydev->pause) in gfar_get_flowctrl_cfg()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_ethtool.c | 271 if (adv.pause & STMMAC_PCS_PAUSE) in stmmac_ethtool_getsettings() 273 if (adv.pause & STMMAC_PCS_ASYM_PAUSE) in stmmac_ethtool_getsettings() 423 struct ethtool_pauseparam *pause) in stmmac_get_pauseparam() argument 430 pause->rx_pause = 0; in stmmac_get_pauseparam() 431 pause->tx_pause = 0; in stmmac_get_pauseparam() 432 pause->autoneg = priv->phydev->autoneg; in stmmac_get_pauseparam() 435 pause->rx_pause = 1; in stmmac_get_pauseparam() 437 pause->tx_pause = 1; in stmmac_get_pauseparam() 443 struct ethtool_pauseparam *pause) in stmmac_set_pauseparam() argument 453 if (pause->rx_pause) in stmmac_set_pauseparam() [all …]
|
D | stmmac.h | 94 unsigned int pause; member
|
D | stmmac_main.c | 87 static int pause = PAUSE_TIME; variable 88 module_param(pause, int, S_IRUGO | S_IWUSR); 89 MODULE_PARM_DESC(pause, "Flow Control Pause Time"); 146 if (unlikely((pause < 0) || (pause > 0xffff))) in stmmac_verify_args() 147 pause = PAUSE_TIME; in stmmac_verify_args() 696 unsigned int fc = priv->flow_ctrl, pause_time = priv->pause; in stmmac_adjust_link() 717 if (phydev->pause) in stmmac_adjust_link() 2845 priv->pause = pause; in stmmac_dvr_probe() 3162 if (kstrtoint(opt + 6, 0, &pause)) in stmmac_cmdline_opt()
|
D | common.h | 236 unsigned int pause; member
|
D | dwmac1000_core.c | 388 adv->pause = (value & GMAC_ANE_PSE) >> GMAC_ANE_PSE_SHIFT; in dwmac1000_get_adv()
|
/linux-4.4.14/drivers/macintosh/ |
D | rack-meter.c | 146 static void rackmeter_do_pause(struct rackmeter *rm, int pause) in rackmeter_do_pause() argument 150 pr_debug("rackmeter: %s\n", pause ? "paused" : "started"); in rackmeter_do_pause() 152 rm->paused = pause; in rackmeter_do_pause() 153 if (pause) { in rackmeter_do_pause() 222 int i, offset, load, cumm, pause; in rackmeter_do_timer() local 247 pause = (rm->cpu[0].zero && rm->cpu[1].zero); in rackmeter_do_timer() 248 if (pause != rm->paused) { in rackmeter_do_timer() 250 pause = (rm->cpu[0].zero && rm->cpu[1].zero); in rackmeter_do_timer() 251 rackmeter_do_pause(rm, pause); in rackmeter_do_timer()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 51 hint @pause 66 hint @pause 77 hint @pause
|
/linux-4.4.14/drivers/ata/ |
D | pata_octeon_cf.c | 139 int pause; in octeon_cf_set_piomode() local 172 pause = (int)timing.cycle - (int)timing.active - in octeon_cf_set_piomode() 174 if (pause < 0) in octeon_cf_set_piomode() 175 pause = 0; in octeon_cf_set_piomode() 176 if (pause) in octeon_cf_set_piomode() 177 pause--; in octeon_cf_set_piomode() 201 reg_tim.s.pause = pause; in octeon_cf_set_piomode() 232 unsigned int pause; in octeon_cf_set_dmamode() local 251 pause = 25 - dma_arq * 1000 / in octeon_cf_set_dmamode() 277 dma_tim.s.pause = ns_to_tim_reg(tim_mult, pause); in octeon_cf_set_dmamode() [all …]
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | phy.c | 116 phy->pause = phy->asym_pause = 0; in genmii_setup_aneg() 175 phy->pause = phy->asym_pause = 0; in genmii_setup_forced() 240 phy->pause = phy->asym_pause = 0; in genmii_read_link() 254 phy->pause = lpa & LPA_PAUSE_CAP ? 1 : 0; in genmii_read_link() 273 phy->pause = phy->asym_pause = 0; in genmii_read_link() 494 phy->pause = phy->asym_pause = 0; in emac_mii_phy_probe()
|
D | phy.h | 70 int pause; member
|
D | core.c | 574 link, dev->phy.duplex, dev->phy.pause, dev->phy.asym_pause); in emac_configure() 636 if (dev->phy.pause) in emac_configure() 1153 dev->phy.pause ? ", pause enabled" : in emac_print_link_status() 1240 int speed, pause, asym_pause; 1251 pause = 1; 1255 pause = 0; 1259 pause = asym_pause = 0; 1262 pause != dev->phy.pause || asym_pause != dev->phy.asym_pause; 2077 if (dev->phy.pause) in emac_ethtool_get_pauseparam() 2411 dev->phy.pause = 1; in emac_init_phy() [all …]
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 776 struct ethtool_pauseparam *pause) in qlcnic_get_pauseparam() argument 784 qlcnic_83xx_get_pauseparam(adapter, pause); in qlcnic_get_pauseparam() 794 pause->rx_pause = qlcnic_gb_get_rx_flowctl(val); in qlcnic_get_pauseparam() 800 pause->tx_pause = !(qlcnic_gb_get_gb0_mask(val)); in qlcnic_get_pauseparam() 803 pause->tx_pause = !(qlcnic_gb_get_gb1_mask(val)); in qlcnic_get_pauseparam() 806 pause->tx_pause = !(qlcnic_gb_get_gb2_mask(val)); in qlcnic_get_pauseparam() 810 pause->tx_pause = !(qlcnic_gb_get_gb3_mask(val)); in qlcnic_get_pauseparam() 816 pause->rx_pause = 1; in qlcnic_get_pauseparam() 821 pause->tx_pause = !(qlcnic_xg_get_xg0_mask(val)); in qlcnic_get_pauseparam() 823 pause->tx_pause = !(qlcnic_xg_get_xg1_mask(val)); in qlcnic_get_pauseparam() [all …]
|
D | qlcnic_83xx_hw.c | 3651 struct ethtool_pauseparam *pause) in qlcnic_83xx_get_pauseparam() argument 3667 pause->tx_pause = 1; in qlcnic_83xx_get_pauseparam() 3670 pause->rx_pause = 1; in qlcnic_83xx_get_pauseparam() 3677 pause->tx_pause = 1; in qlcnic_83xx_get_pauseparam() 3678 pause->rx_pause = 1; in qlcnic_83xx_get_pauseparam() 3683 pause->autoneg = 1; in qlcnic_83xx_get_pauseparam() 3687 struct ethtool_pauseparam *pause) in qlcnic_83xx_set_pauseparam() argument 3702 if (pause->autoneg) in qlcnic_83xx_set_pauseparam() 3704 if (!pause->autoneg) in qlcnic_83xx_set_pauseparam() 3706 } else if ((ahw->port_type == QLCNIC_XGBE) && (pause->autoneg)) { in qlcnic_83xx_set_pauseparam() [all …]
|
/linux-4.4.14/mm/ |
D | page-writeback.c | 1405 long pause; /* estimated next pause */ in wb_min_pause() local 1458 pause = HZ * pages / (task_ratelimit + 1); in wb_min_pause() 1459 if (pause > max_pause) { in wb_min_pause() 1531 long pause; in balance_dirty_pages() local 1681 pause = max_pause; in balance_dirty_pages() 1682 goto pause; in balance_dirty_pages() 1685 pause = period; in balance_dirty_pages() 1687 pause -= now - current->dirty_paused_when; in balance_dirty_pages() 1695 if (pause < min_pause) { in balance_dirty_pages() 1706 min(pause, 0L), in balance_dirty_pages() [all …]
|
/linux-4.4.14/drivers/net/phy/ |
D | lxt.c | 197 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status() 215 phydev->pause = lpa & LPA_PAUSE_CAP ? 1 : 0; in lxt973a2_read_status() 236 phydev->pause = phydev->asym_pause = 0; in lxt973a2_read_status()
|
D | fixed_phy.c | 131 if (fp->status.pause) in fixed_phy_update_regs() 233 _UPD(pause); in fixed_phy_update_state() 343 phy->pause = status->pause; in fixed_phy_register()
|
D | phy_device.c | 166 dev->pause = 0; in phy_device_create() 889 phydev->pause = 0; in genphy_setup_forced() 1072 phydev->pause = 0; in genphy_read_status() 1090 phydev->pause = lpa & LPA_PAUSE_CAP ? 1 : 0; in genphy_read_status() 1111 phydev->pause = 0; in genphy_read_status()
|
D | marvell.c | 825 phydev->pause = phydev->asym_pause = 0; in marvell_read_status() 842 phydev->pause = lpa & LPA_PAUSE_CAP ? 1 : 0; in marvell_read_status() 863 phydev->pause = phydev->asym_pause = 0; in marvell_read_status()
|
D | micrel.c | 521 phydev->pause = phydev->asym_pause = 0; in ksz8873mll_read_status()
|
D | phy.c | 97 phydev->pause ? "rx/tx" : "off"); in phy_print_status()
|
/linux-4.4.14/drivers/net/ |
D | sungem_phy.c | 320 phy->pause = 0; in genmii_setup_aneg() 351 phy->pause = 0; in genmii_setup_forced() 405 phy->pause = 0; in genmii_read_link() 475 phy->pause = 0; in bcm54xx_setup_aneg() 519 phy->pause = 0; in bcm54xx_setup_forced() 563 phy->pause = (phy->duplex == DUPLEX_FULL) && in bcm54xx_read_link() 751 phy->pause = 0; in marvell_setup_aneg() 802 phy->pause = 0; in marvell_setup_forced() 865 phy->pause = (status & pmask) == pmask; in marvell_read_link() 1193 phy->pause = 0; in sungem_phy_probe()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | mv88e1xxx.c | 244 int sp = -1, dplx = -1, pause = 0; in mv88e1xxx_get_link_status() local 250 pause |= PAUSE_RX; in mv88e1xxx_get_link_status() 252 pause |= PAUSE_TX; in mv88e1xxx_get_link_status() 269 *fc = pause; in mv88e1xxx_get_link_status()
|
D | common.h | 350 int speed, int duplex, int pause);
|
D | cxgb2.c | 149 int speed, int duplex, int pause) in t1_link_negotiated() argument
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_ethtool.c | 668 struct ethtool_pauseparam *pause) in ql_get_pauseparam() argument 674 pause->rx_pause = 1; in ql_get_pauseparam() 675 pause->tx_pause = 1; in ql_get_pauseparam() 680 struct ethtool_pauseparam *pause) in ql_set_pauseparam() argument 685 if ((pause->rx_pause) && (pause->tx_pause)) in ql_set_pauseparam() 687 else if (!pause->rx_pause && !pause->tx_pause) in ql_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 269 struct ethtool_pauseparam *pause) in e1000_get_pauseparam() argument 274 pause->autoneg = in e1000_get_pauseparam() 278 pause->rx_pause = 1; in e1000_get_pauseparam() 280 pause->tx_pause = 1; in e1000_get_pauseparam() 282 pause->rx_pause = 1; in e1000_get_pauseparam() 283 pause->tx_pause = 1; in e1000_get_pauseparam() 288 struct ethtool_pauseparam *pause) in e1000_set_pauseparam() argument 294 adapter->fc_autoneg = pause->autoneg; in e1000_set_pauseparam() 299 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 301 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() [all …]
|
/linux-4.4.14/arch/um/include/shared/ |
D | kern.h | 18 extern int pause(void);
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 510 phy_cfg.pause |= (params->pause.autoneg) ? PMM_PAUSE_AUTONEG : 0; in qed_mcp_set_link() 511 phy_cfg.pause |= (params->pause.forced_rx) ? PMM_PAUSE_RX : 0; in qed_mcp_set_link() 512 phy_cfg.pause |= (params->pause.forced_tx) ? PMM_PAUSE_TX : 0; in qed_mcp_set_link() 527 phy_cfg.pause, in qed_mcp_set_link()
|
D | qed_main.c | 989 if (params.pause.autoneg || in qed_fill_link() 990 (params.pause.forced_rx && params.pause.forced_tx)) in qed_fill_link() 992 if (params.pause.autoneg || params.pause.forced_rx || in qed_fill_link() 993 params.pause.forced_tx) in qed_fill_link() 1041 if (params.pause.autoneg) in qed_fill_link() 1043 if (params.pause.forced_rx) in qed_fill_link() 1045 if (params.pause.forced_tx) in qed_fill_link()
|
D | qed_mcp.h | 32 struct qed_mcp_link_pause_params pause; member
|
D | qed_dev.c | 1198 link->pause.autoneg = !!(link_temp & in qed_hw_get_nvm_info() 1200 link->pause.forced_rx = !!(link_temp & in qed_hw_get_nvm_info() 1202 link->pause.forced_tx = !!(link_temp & in qed_hw_get_nvm_info() 1209 link->speed.autoneg, link->pause.autoneg); in qed_hw_get_nvm_info()
|
D | qed_hsi.h | 3362 u32 pause; /* bitmask */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS). 94 cavium,t-pause = <0>; 114 cavium,t-pause = <0>;
|
/linux-4.4.14/arch/arm/kvm/ |
D | arm.c | 356 && !v->arch.power_off && !v->arch.pause); in kvm_arch_vcpu_runnable() 491 vcpu->arch.pause = true; in kvm_arm_halt_guest() 503 vcpu->arch.pause = false; in kvm_arm_resume_guest() 513 (!vcpu->arch.pause))); in vcpu_sleep() 563 if (vcpu->arch.power_off || vcpu->arch.pause) in kvm_arch_vcpu_ioctl_run() 586 vcpu->arch.power_off || vcpu->arch.pause) { in kvm_arch_vcpu_ioctl_run()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv10.c | 46 .pause = nv04_fifo_pause,
|
D | priv.h | 16 void (*pause)(struct nvkm_fifo *, unsigned long *); member
|
D | g84.c | 47 .pause = nv04_fifo_pause,
|
D | nv17.c | 84 .pause = nv04_fifo_pause,
|
D | nv40.c | 114 .pause = nv04_fifo_pause,
|
D | nv50.c | 134 .pause = nv04_fifo_pause,
|
D | base.c | 37 return fifo->func->pause(fifo, flags); in nvkm_fifo_pause()
|
D | nv04.c | 350 .pause = nv04_fifo_pause,
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 122 unsigned int pause:1; member 516 if (info->pause) in scsifront_enter() 616 if (err || info->pause) { in scsifront_action_handler() 922 info->pause = 1; in scsifront_suspend() 1076 if (!info->pause && sg_grant) in scsifront_read_backend_params() 1078 else if (info->pause && nr_segs < host->sg_tablesize) in scsifront_read_backend_params() 1104 if (info->pause) { in scsifront_backend_changed() 1107 info->pause = 0; in scsifront_backend_changed()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | qcom,pm8xxx-keypad.txt | 63 Definition: time in microseconds to pause between successive scans 69 Definition: time in nanoseconds to pause between scans of each row in
|
/linux-4.4.14/Documentation/filesystems/ |
D | dnotify_test.c | 31 pause(); in main()
|
/linux-4.4.14/include/trace/events/ |
D | writeback.h | 529 long pause, 534 dirtied, period, pause, start_time), 548 __field( long, pause) 572 __entry->pause = pause * 1000 / HZ; 595 __entry->pause, /* ms */
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 521 struct ethtool_pauseparam *pause) in fm10k_get_pauseparam() argument 526 pause->autoneg = 0; in fm10k_get_pauseparam() 527 pause->tx_pause = 1; in fm10k_get_pauseparam() 529 pause->rx_pause = interface->rx_pause ? 1 : 0; in fm10k_get_pauseparam() 533 struct ethtool_pauseparam *pause) in fm10k_set_pauseparam() argument 538 if (pause->autoneg || !pause->tx_pause) in fm10k_set_pauseparam() 543 interface->rx_pause = pause->rx_pause ? ~0 : 0; in fm10k_set_pauseparam() 544 else if (pause->rx_pause) in fm10k_set_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 343 struct ethtool_pauseparam *pause) in e1000_get_pauseparam() argument 348 pause->autoneg = in e1000_get_pauseparam() 352 pause->rx_pause = 1; in e1000_get_pauseparam() 354 pause->tx_pause = 1; in e1000_get_pauseparam() 356 pause->rx_pause = 1; in e1000_get_pauseparam() 357 pause->tx_pause = 1; in e1000_get_pauseparam() 362 struct ethtool_pauseparam *pause) in e1000_set_pauseparam() argument 368 adapter->fc_autoneg = pause->autoneg; in e1000_set_pauseparam() 384 if (pause->rx_pause && pause->tx_pause) in e1000_set_pauseparam() 386 else if (pause->rx_pause && !pause->tx_pause) in e1000_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 110 if (priv->old_pause != phydev->pause) { in bcmgenet_mii_setup() 112 priv->old_pause = phydev->pause; in bcmgenet_mii_setup() 133 if (!phydev->pause) in bcmgenet_mii_setup() 602 .pause = 0, in bcmgenet_mii_pd_init()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ethtool.c | 688 struct ethtool_pauseparam *pause) in efx_ethtool_set_pauseparam() argument 697 wanted_fc = ((pause->rx_pause ? EFX_FC_RX : 0) | in efx_ethtool_set_pauseparam() 698 (pause->tx_pause ? EFX_FC_TX : 0) | in efx_ethtool_set_pauseparam() 699 (pause->autoneg ? EFX_FC_AUTO : 0)); in efx_ethtool_set_pauseparam() 746 struct ethtool_pauseparam *pause) in efx_ethtool_get_pauseparam() argument 750 pause->rx_pause = !!(efx->wanted_fc & EFX_FC_RX); in efx_ethtool_get_pauseparam() 751 pause->tx_pause = !!(efx->wanted_fc & EFX_FC_TX); in efx_ethtool_get_pauseparam() 752 pause->autoneg = !!(efx->wanted_fc & EFX_FC_AUTO); in efx_ethtool_get_pauseparam()
|
/linux-4.4.14/drivers/net/dsa/ |
D | bcm_sf2.c | 1186 if (phydev->pause) { in bcm_sf2_sw_adjust_link() 1220 u32 duplex, pause; in bcm_sf2_sw_fixed_link_update() local 1224 pause = core_readl(priv, CORE_PAUSESTS); in bcm_sf2_sw_fixed_link_update() 1259 if ((pause & (1 << port)) && in bcm_sf2_sw_fixed_link_update() 1260 (pause & (1 << (port + PAUSESTS_TX_PAUSE_SHIFT)))) { in bcm_sf2_sw_fixed_link_update() 1262 status->pause = 1; in bcm_sf2_sw_fixed_link_update() 1265 if (pause & (1 << port)) in bcm_sf2_sw_fixed_link_update() 1266 status->pause = 1; in bcm_sf2_sw_fixed_link_update()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 790 struct ethtool_pauseparam *pause) in i40e_get_pauseparam() argument 798 pause->autoneg = in i40e_get_pauseparam() 804 pause->rx_pause = 0; in i40e_get_pauseparam() 805 pause->tx_pause = 0; in i40e_get_pauseparam() 810 pause->rx_pause = 1; in i40e_get_pauseparam() 812 pause->tx_pause = 1; in i40e_get_pauseparam() 814 pause->rx_pause = 1; in i40e_get_pauseparam() 815 pause->tx_pause = 1; in i40e_get_pauseparam() 825 struct ethtool_pauseparam *pause) in i40e_set_pauseparam() argument 849 if (pause->autoneg != ((hw_link_info->an_info & I40E_AQ_AN_COMPLETED) ? in i40e_set_pauseparam() [all …]
|
/linux-4.4.14/include/linux/ |
D | phy_fixed.h | 8 int pause; member
|
D | sungem_phy.h | 52 int pause; member
|
D | phy.h | 396 int pause; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 115 if (therm->emergency.pause) in nvkm_therm_sensor_event() 116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | therm.h | 76 void (*pause)(struct nvkm_therm *, bool active); member
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pcsx-defs.h | 346 uint64_t pause:2; member 354 uint64_t pause:2; 416 uint64_t pause:2; member 424 uint64_t pause:2; 450 uint64_t pause:2; member 460 uint64_t pause:2;
|
D | cvmx-mdio.h | 125 uint16_t pause:1; member 147 uint16_t pause:1; member
|
D | cvmx-mio-defs.h | 440 uint64_t pause:6; member 456 uint64_t pause:6; 879 uint64_t pause:6; member 893 uint64_t pause:6; 912 uint64_t pause:6; member 926 uint64_t pause:6;
|
/linux-4.4.14/drivers/of/ |
D | of_mdio.c | 339 status.pause = of_property_read_bool(fixed_link_node, "pause"); in of_phy_register_fixed_link() 358 status.pause = be32_to_cpu(fixed_link_prop[3]); in of_phy_register_fixed_link()
|
/linux-4.4.14/sound/drivers/ |
D | aloop.c | 80 unsigned int pause; member 272 cable->pause &= ~stream; in loopback_trigger() 281 cable->pause &= ~stream; in loopback_trigger() 290 cable->pause |= stream; in loopback_trigger() 298 cable->pause &= ~stream; in loopback_trigger() 488 running = cable->running ^ cable->pause; in loopback_pos_update() 1095 snd_iprintf(buffer, " pause: %u\n", cable->pause); in print_substream_info()
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 18 Priority-based Flow Control (PFC) - a MAC control pause frame which
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 369 struct ethtool_pauseparam *pause) in igb_get_pauseparam() argument 374 pause->autoneg = in igb_get_pauseparam() 378 pause->rx_pause = 1; in igb_get_pauseparam() 380 pause->tx_pause = 1; in igb_get_pauseparam() 382 pause->rx_pause = 1; in igb_get_pauseparam() 383 pause->tx_pause = 1; in igb_get_pauseparam() 388 struct ethtool_pauseparam *pause) in igb_set_pauseparam() argument 398 adapter->fc_autoneg = pause->autoneg; in igb_set_pauseparam() 412 if (pause->rx_pause && pause->tx_pause) in igb_set_pauseparam() 414 else if (pause->rx_pause && !pause->tx_pause) in igb_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 376 struct ethtool_pauseparam *pause) in ixgbe_get_pauseparam() argument 383 pause->autoneg = 1; in ixgbe_get_pauseparam() 385 pause->autoneg = 0; in ixgbe_get_pauseparam() 388 pause->rx_pause = 1; in ixgbe_get_pauseparam() 390 pause->tx_pause = 1; in ixgbe_get_pauseparam() 392 pause->rx_pause = 1; in ixgbe_get_pauseparam() 393 pause->tx_pause = 1; in ixgbe_get_pauseparam() 398 struct ethtool_pauseparam *pause) in ixgbe_set_pauseparam() argument 410 if ((pause->autoneg == AUTONEG_ENABLE) && in ixgbe_set_pauseparam() 414 fc.disable_fc_autoneg = (pause->autoneg != AUTONEG_ENABLE); in ixgbe_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/myricom/myri10ge/ |
D | myri10ge.c | 248 int pause; member 829 static int myri10ge_change_pause(struct myri10ge_priv *mgp, int pause) in myri10ge_change_pause() argument 834 ctl = pause ? MXGEFW_ENABLE_FLOW_CONTROL : MXGEFW_DISABLE_FLOW_CONTROL; in myri10ge_change_pause() 841 mgp->pause = pause; in myri10ge_change_pause() 1164 myri10ge_change_pause(mgp, mgp->pause); in myri10ge_reset() 1855 struct ethtool_pauseparam *pause) in myri10ge_get_pauseparam() argument 1859 pause->autoneg = 0; in myri10ge_get_pauseparam() 1860 pause->rx_pause = mgp->pause; in myri10ge_get_pauseparam() 1861 pause->tx_pause = mgp->pause; in myri10ge_get_pauseparam() 1866 struct ethtool_pauseparam *pause) in myri10ge_set_pauseparam() argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 258 unsigned pause:1; /* transmiited a pause frame */ member 307 unsigned pause:1; member
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 411 pause(); in main() 433 pause(); in main()
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | posix_timers.c | 51 pause(); in idle_loop()
|
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_68xx.dts | 472 cavium,t-pause = <0>; 489 cavium,t-pause = <320>; 506 cavium,t-pause = <0>; 523 cavium,t-pause = <0>;
|
D | octeon_3xxx.dts | 436 cavium,t-pause = <0>; 453 cavium,t-pause = <320>; 470 cavium,t-pause = <0>; 487 cavium,t-pause = <0>;
|
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 977 u32 pause; in wl127x_boot_clk() local 1036 ret = wlcore_read32(wl, WL12XX_PLL_PARAMETERS, &pause); in wl127x_boot_clk() 1040 wl1271_debug(DEBUG_BOOT, "pause1 0x%x", pause); in wl127x_boot_clk() 1042 pause &= ~(WU_COUNTER_PAUSE_VAL); in wl127x_boot_clk() 1043 pause |= WU_COUNTER_PAUSE_VAL; in wl127x_boot_clk() 1044 ret = wlcore_write32(wl, WL12XX_WU_COUNTER_PAUSE, pause); in wl127x_boot_clk()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | kvm_host.h | 133 bool pause; member
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 504 u64 pause:1; member 508 u64 pause:1;
|
D | lio_ethtool.c | 516 lio_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in lio_get_pauseparam() argument 521 pause->tx_pause = 1; in lio_get_pauseparam() 522 pause->rx_pause = 1; /* TODO: Need to support RX pause frame!!. */ in lio_get_pauseparam()
|
/linux-4.4.14/drivers/net/ethernet/calxeda/ |
D | xgmac.c | 1560 struct ethtool_pauseparam *pause) in xgmac_get_pauseparam() argument 1564 pause->rx_pause = priv->rx_pause; in xgmac_get_pauseparam() 1565 pause->tx_pause = priv->tx_pause; in xgmac_get_pauseparam() 1569 struct ethtool_pauseparam *pause) in xgmac_set_pauseparam() argument 1573 if (pause->autoneg) in xgmac_set_pauseparam() 1576 return xgmac_set_flow_ctrl(priv, pause->rx_pause, pause->tx_pause); in xgmac_set_pauseparam()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | kvm_host.h | 156 bool pause; member
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | ethtool.c | 118 struct ethtool_pauseparam *pause) in igbvf_get_pauseparam() argument 123 struct ethtool_pauseparam *pause) in igbvf_set_pauseparam() argument
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | cassini.c | 3542 int *pause) in cas_read_pcs_link_mode() argument 3546 *pause = (val & PCS_MII_LPA_SYM_PAUSE) ? 0x01 : 0x00; in cas_read_pcs_link_mode() 3548 *pause |= 0x10; in cas_read_pcs_link_mode() 3554 int *pause) in cas_read_mii_link_mode() argument 3560 *pause = 0; in cas_read_mii_link_mode() 3565 *pause = 0x01; in cas_read_mii_link_mode() 3568 *pause |= 0x10; in cas_read_mii_link_mode() 3592 int full_duplex, speed, pause; in cas_set_link_modes() local 3596 pause = 0; in cas_set_link_modes() 3603 &pause); in cas_set_link_modes() [all …]
|
D | sungem.c | 1342 int full_duplex, speed, pause; in gem_set_link_modes() local 1347 pause = 0; in gem_set_link_modes() 1354 pause = gp->phy_mii.pause; in gem_set_link_modes() 1417 pause = 1; in gem_set_link_modes() 1425 if (pause) in gem_set_link_modes() 1436 if (pause) { in gem_set_link_modes()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 106 int (*pause)(struct visor_device *dev, member
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | dialog.h | 233 int width, int pause);
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 253 uint32_t stream_id, bool pause, in vmw_overlay_stop() argument 280 if (!pause) { in vmw_overlay_stop()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 999 struct ethtool_pauseparam *pause) in mlx4_en_set_pauseparam() argument 1005 if (pause->autoneg) in mlx4_en_set_pauseparam() 1008 priv->prof->tx_pause = pause->tx_pause != 0; in mlx4_en_set_pauseparam() 1009 priv->prof->rx_pause = pause->rx_pause != 0; in mlx4_en_set_pauseparam() 1029 struct ethtool_pauseparam *pause) in mlx4_en_get_pauseparam() argument 1033 pause->tx_pause = priv->prof->tx_pause; in mlx4_en_get_pauseparam() 1034 pause->rx_pause = priv->prof->rx_pause; in mlx4_en_get_pauseparam()
|
/linux-4.4.14/Documentation/timers/ |
D | hpet_example.c | 283 (void) pause(); in hpet_fasync()
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 61 pause();
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6329 struct ethtool_pauseparam *pause) in netdev_get_pauseparam() argument 6335 pause->autoneg = (hw->overrides & PAUSE_FLOW_CTRL) ? 0 : 1; in netdev_get_pauseparam() 6337 pause->rx_pause = in netdev_get_pauseparam() 6339 pause->tx_pause = in netdev_get_pauseparam() 6342 pause->rx_pause = in netdev_get_pauseparam() 6345 pause->tx_pause = in netdev_get_pauseparam() 6362 struct ethtool_pauseparam *pause) in netdev_set_pauseparam() argument 6370 if (pause->autoneg) { in netdev_set_pauseparam() 6371 if (!pause->rx_pause && !pause->tx_pause) in netdev_set_pauseparam() 6388 SWITCH_RX_FLOW_CTRL, pause->rx_pause); in netdev_set_pauseparam() [all …]
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw.c | 1886 struct ethtool_pauseparam *pause) in cpsw_get_pauseparam() argument 1890 pause->autoneg = AUTONEG_DISABLE; in cpsw_get_pauseparam() 1891 pause->rx_pause = priv->rx_pause ? true : false; in cpsw_get_pauseparam() 1892 pause->tx_pause = priv->tx_pause ? true : false; in cpsw_get_pauseparam() 1896 struct ethtool_pauseparam *pause) in cpsw_set_pauseparam() argument 1901 priv->rx_pause = pause->rx_pause ? true : false; in cpsw_set_pauseparam() 1902 priv->tx_pause = pause->tx_pause ? true : false; in cpsw_set_pauseparam()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | dmatest.txt | 47 initialization to pause until a test run has completed, while reading
|
D | client.txt | 198 pause or stop (via dmaengine_terminate_all()) the channel before
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ |
D | overview.txt | 131 * The pause() function is called should it ever be necessary to direct the 135 successful return of pause(), the function driver must not access the 138 * The resume() function is the "book-end" to pause(), and is described above.
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-sgmii.c | 104 pcsx_anx_adv_reg.s.pause = 3; in __cvmx_helper_sgmii_hardware_init_one_time()
|
D | cvmx-helper-board.c | 486 reg_autoneg_adver.s.pause = in cvmx_helper_board_link_set_phy()
|
/linux-4.4.14/drivers/block/paride/ |
D | pt.c | 394 static int pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) in pt_poll_dsc() argument 403 pt_sleep(pause); in pt_poll_dsc()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 731 phy_qcfg_resp.pause = in bnxt_vf_set_link() 740 phy_qcfg_resp.pause = 0; in bnxt_vf_set_link()
|
D | bnxt_ethtool.c | 718 epause->rx_pause = ((link_info->pause & BNXT_LINK_PAUSE_RX) != 0); in bnxt_get_pauseparam() 719 epause->tx_pause = ((link_info->pause & BNXT_LINK_PAUSE_TX) != 0); in bnxt_get_pauseparam()
|
D | bnxt.h | 779 u8 pause; member
|
D | bnxt.c | 4317 if (bp->link_info.pause == BNXT_LINK_PAUSE_BOTH) in bnxt_report_link() 4319 else if (bp->link_info.pause == BNXT_LINK_PAUSE_TX) in bnxt_report_link() 4321 else if (bp->link_info.pause == BNXT_LINK_PAUSE_RX) in bnxt_report_link() 4354 link_info->pause = resp->pause; in bnxt_update_link() 4460 bp->link_info.pause = in bnxt_hwrm_set_pause()
|
D | bnxt_hsi.h | 1435 u8 pause; member
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio.c | 62 static void sc_wait_for_packet_egress(struct send_context *sc, int pause); 922 static void sc_wait_for_packet_egress(struct send_context *sc, int pause) in sc_wait_for_packet_egress() argument 956 if (pause) in sc_wait_for_packet_egress()
|
D | sdma.c | 307 int pause) in sdma_wait_for_packet_egress() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | lv1call.h | 237 LV1_CALL(pause, 1, 0, 9 )
|
D | systbl.h | 35 SYSCALL(pause)
|
/linux-4.4.14/drivers/media/rc/ |
D | redrat3.c | 135 __be32 pause; member 787 irdata->pause = cpu_to_be32(redrat3_len_to_us(100)); in redrat3_transmit_ir()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 94 ENTRY_SAME(pause)
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 2414 pause_chg = (sc->sbm_pause != phy_dev->pause); in sbmac_mii_poll() 2432 if (phy_dev->pause) in sbmac_mii_poll() 2448 sc->sbm_pause = phy_dev->pause; in sbmac_mii_poll()
|
D | bcmsysport.c | 1165 if (priv->old_pause != phydev->pause) { in bcm_sysport_adj_link() 1167 priv->old_pause = phydev->pause; in bcm_sysport_adj_link() 1170 if (!phydev->pause) in bcm_sysport_adj_link()
|
D | bcm63xx_enet.c | 812 if (phydev->link && phydev->pause != priv->old_pause) { in bcm_enet_adjust_phy_link() 815 if (phydev->pause) { in bcm_enet_adjust_phy_link() 830 priv->old_pause = phydev->pause; in bcm_enet_adjust_phy_link() 839 phydev->pause == 1 ? "rx&tx" : "off"); in bcm_enet_adjust_phy_link()
|
D | tg3.c | 2034 if (phydev->pause) in tg3_adjust_link()
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 4686 static void nv_get_pauseparam(struct net_device *dev, struct ethtool_pauseparam* pause) in nv_get_pauseparam() argument 4690 pause->autoneg = (np->pause_flags & NV_PAUSEFRAME_AUTONEG) != 0; in nv_get_pauseparam() 4691 pause->rx_pause = (np->pause_flags & NV_PAUSEFRAME_RX_ENABLE) != 0; in nv_get_pauseparam() 4692 pause->tx_pause = (np->pause_flags & NV_PAUSEFRAME_TX_ENABLE) != 0; in nv_get_pauseparam() 4695 static int nv_set_pauseparam(struct net_device *dev, struct ethtool_pauseparam* pause) in nv_set_pauseparam() argument 4701 (np->autoneg && !pause->autoneg && np->duplex == 0)) { in nv_set_pauseparam() 4705 if (pause->tx_pause && !(np->pause_flags & NV_PAUSEFRAME_TX_CAPABLE)) { in nv_set_pauseparam() 4724 if (pause->rx_pause) in nv_set_pauseparam() 4726 if (pause->tx_pause) in nv_set_pauseparam() 4729 if (np->autoneg && pause->autoneg) { in nv_set_pauseparam() [all …]
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 96 to run and pause for (roughly) five-second intervals.
|
/linux-4.4.14/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 688 .pause = visorinput_pause,
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 20 to enable them. This /proc file can be used to repeatedly pause and 136 to run and pause for (roughly) five-second intervals.
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorbus_main.c | 1430 if (!drv->pause) in initiate_chipset_device_pause_resume() 1434 x = drv->pause(dev, pause_state_change_complete); in initiate_chipset_device_pause_resume()
|
/linux-4.4.14/Documentation/ia64/ |
D | serial.txt | 106 Long pause (60+ seconds) between "Uncompressing Linux... done" and
|
/linux-4.4.14/net/dsa/ |
D | slave.c | 969 if (p->old_pause != p->phy->pause) { in dsa_slave_adjust_link() 971 p->old_pause = p->phy->pause; in dsa_slave_adjust_link()
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 43 34 common pause sys_pause
|
D | syscall_32.tbl | 38 29 i386 pause sys_pause
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 995 uint8_t pause; member
|
D | aic79xx.h | 1162 uint8_t pause; member
|
D | aic7xxx_core.c | 341 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause() 734 if ((ahc->pause & INTEN) == 0) { in ahc_intr() 4464 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init() 4618 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset() 4635 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_reset() 5597 ahc->pause &= ~INTEN; in ahc_intr_enable() 5601 ahc->pause |= INTEN; in ahc_intr_enable()
|
D | aic79xx_core.c | 372 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_pause() 957 if ((ahd->pause & INTEN) == 0) { in ahd_intr() 6135 ahd->pause = PAUSE; in ahd_softc_init() 6288 ahd_outb(ahd, HCNTRL, CHIPRST | ahd->pause); in ahd_reset() 6305 ahd_outb(ahd, HCNTRL, ahd->pause); in ahd_reset() 7863 ahd->pause &= ~INTEN; in ahd_intr_enable() 7867 ahd->pause |= INTEN; in ahd_intr_enable()
|
D | aic7xxx.seq | 2388 * Modifying the disconnected list is a critical(pause dissabled) section.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 199 <pause>+++<pause> change to command mode when connected
|
/linux-4.4.14/Documentation/networking/ |
D | de4x5.txt | 87 pause whilst the driver figures out where its media went). My tests
|
D | ixgbe.txt | 108 receiving and transmitting pause frames for ixgbe. When TX is enabled, PAUSE
|
D | stmmac.txt | 37 pause: Flow Control Pause Time;
|
/linux-4.4.14/drivers/net/ethernet/aurora/ |
D | nb8800.c | 641 priv->pause_rx = phydev->pause; in nb8800_pause_config() 642 priv->pause_tx = phydev->pause ^ phydev->asym_pause; in nb8800_pause_config()
|
/linux-4.4.14/sound/pci/ |
D | cmipci.c | 890 unsigned int inthld, chen, reset, pause; in snd_cmipci_pcm_trigger() local 896 pause = CM_PAUSE0 << rec->ch; in snd_cmipci_pcm_trigger() 921 cm->ctrl |= pause; in snd_cmipci_pcm_trigger() 926 cm->ctrl &= ~pause; in snd_cmipci_pcm_trigger()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/ |
D | qla3xxx.c | 1754 struct ethtool_pauseparam *pause) in ql_get_pauseparam() argument 1766 pause->autoneg = ql_get_auto_cfg_status(qdev); in ql_get_pauseparam() 1767 pause->rx_pause = (reg & MAC_CONFIG_REG_RF) >> 2; in ql_get_pauseparam() 1768 pause->tx_pause = (reg & MAC_CONFIG_REG_TF) >> 1; in ql_get_pauseparam()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 77 control. Start, pause, resume, drain and stop commands have the same
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 525 // route all interrupts except user0/1 and pause to fuc
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 79 .pause = visorhba_pause,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 3177 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep() argument 3185 pause->sge_th_lo = SGE_TH_LO(bp); in bnx2x_pf_rx_q_prep() 3186 pause->sge_th_hi = SGE_TH_HI(bp); in bnx2x_pf_rx_q_prep() 3190 pause->sge_th_hi + FW_PREFETCH_CNT > in bnx2x_pf_rx_q_prep() 3203 pause->bd_th_lo = BD_TH_LO(bp); in bnx2x_pf_rx_q_prep() 3204 pause->bd_th_hi = BD_TH_HI(bp); in bnx2x_pf_rx_q_prep() 3206 pause->rcq_th_lo = RCQ_TH_LO(bp); in bnx2x_pf_rx_q_prep() 3207 pause->rcq_th_hi = RCQ_TH_HI(bp); in bnx2x_pf_rx_q_prep() 3213 pause->bd_th_hi + FW_PREFETCH_CNT > in bnx2x_pf_rx_q_prep() 3216 pause->rcq_th_hi + FW_PREFETCH_CNT > in bnx2x_pf_rx_q_prep() [all …]
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 552 During a pause condition, all frames are dropped instead of being encoded.
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 101 way; ideally, there should be at most a pause in Ethernet/disk/USB
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | pxa168_eth.c | 959 if (!phy->pause) in pxa168_eth_adjust_link()
|
/linux-4.4.14/drivers/net/ethernet/synopsys/ |
D | dwc_eth_qos.c | 915 lp->flowcontrol.rx = phydev->pause || in dwceqos_adjust_link() 917 lp->flowcontrol.tx = phydev->pause || in dwceqos_adjust_link()
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 93 .pause = visornic_pause,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | head.S | 417 self: hint @pause
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 975 pause(); in console_input()
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 426 configuring the switch port link parameters: speed, duplex, pause based on
|
/linux-4.4.14/Documentation/ |
D | md.txt | 584 pause, rather than complete.
|
D | kernel-parameters.txt | 3380 resumedelay= [HIBERNATION] Delay (in seconds) to pause before attempting to 3415 rootdelay= [KNL] Delay (in seconds) to pause before attempting to
|
/linux-4.4.14/kernel/ |
D | signal.c | 3495 SYSCALL_DEFINE0(pause) in SYSCALL_DEFINE0() argument
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 564 CDC_PLAY_AUDIO& can perform audio-functions (play, pause, etc)\cr
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 823 2 - two beeps, pause, third beep ("low battery")
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 4355 DI(SrcAcc | DstReg, pause), X7(D(SrcAcc | DstReg)),
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 1787 - pause the vcpu
|