Searched refs:pause_time (Results 1 - 20 of 20) sorted by relevance

/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c399 unsigned int pause_time = FCReqTimeout[bd]; local
400 ixgb_validate_option(&pause_time, &opt);
401 adapter->hw.fc.pause_time = pause_time;
403 adapter->hw.fc.pause_time = opt.def;
H A Dixgb_hw.c677 pap_reg = hw->fc.pause_time;
684 pap_reg = hw->fc.pause_time;
H A Dixgb_hw.h641 u16 pause_time; /* Flow Control Pause timer */ member in struct:ixgb_fc
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_core.c148 unsigned int fc, unsigned int pause_time)
154 flow |= (pause_time << MAC_FLOW_CTRL_PT_SHIFT);
147 dwmac100_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, unsigned int fc, unsigned int pause_time) argument
H A Ddwmac1000_core.c201 unsigned int fc, unsigned int pause_time)
217 pr_debug("\tduplex mode: PAUSE %d\n", pause_time);
218 flow |= (pause_time << GMAC_FLOW_CTRL_PT_SHIFT);
200 dwmac1000_flow_ctrl(struct mac_device_info *hw, unsigned int duplex, unsigned int fc, unsigned int pause_time) argument
H A Dcommon.h387 unsigned int fc, unsigned int pause_time);
H A Dstmmac_main.c695 unsigned int fc = priv->flow_ctrl, pause_time = priv->pause; local
718 fc, pause_time);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82598.c226 reg = hw->fc.pause_time * 0x00010001;
231 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_dcb_82599.c275 reg = hw->fc.pause_time * 0x00010001;
280 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_82598.c330 if (!hw->fc.pause_time)
441 reg = hw->fc.pause_time * 0x00010001;
446 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_common.c2047 if (!hw->fc.pause_time)
2144 reg = hw->fc.pause_time * 0x00010001;
2148 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_type.h2738 u16 pause_time; /* Flow Control Pause timer */ member in struct:ixgbe_fc_info
H A Dixgbe_main.c5127 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE;
/drivers/net/ethernet/intel/e1000e/
H A Dhw.h628 u16 pause_time; /* Flow control pause timer */ member in struct:e1000_fc_info
H A Dmac.c727 ew32(FCTTV, hw->fc.pause_time);
H A Dich8lan.c4235 ew32(FCTTV, hw->fc.pause_time);
4243 hw->fc.pause_time);
H A Dnetdev.c3842 fc->pause_time = 0xFFFF;
3844 fc->pause_time = E1000_FC_PAUSE_TIME;
3886 fc->pause_time = 0x0650;
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h484 u16 pause_time; /* Flow control pause timer */ member in struct:e1000_fc_info
H A De1000_mac.c635 wr32(E1000_FCTTV, hw->fc.pause_time);
H A Digb_main.c1957 fc->pause_time = 0xFFFF;

Completed in 650 milliseconds