Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_param.c399 unsigned int pause_time = FCReqTimeout[bd]; in ixgb_check_options() local
400 ixgb_validate_option(&pause_time, &opt); in ixgb_check_options()
401 adapter->hw.fc.pause_time = pause_time; in ixgb_check_options()
403 adapter->hw.fc.pause_time = opt.def; in ixgb_check_options()
Dixgb_hw.c677 pap_reg = hw->fc.pause_time; in ixgb_setup_fc()
684 pap_reg = hw->fc.pause_time; in ixgb_setup_fc()
Dixgb_hw.h641 u16 pause_time; /* Flow Control Pause timer */ member
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac100_core.c148 unsigned int fc, unsigned int pause_time) in dwmac100_flow_ctrl() argument
154 flow |= (pause_time << MAC_FLOW_CTRL_PT_SHIFT); in dwmac100_flow_ctrl()
Ddwmac1000_core.c201 unsigned int fc, unsigned int pause_time) in dwmac1000_flow_ctrl() argument
220 pr_debug("\tduplex mode: PAUSE %d\n", pause_time); in dwmac1000_flow_ctrl()
221 flow |= (pause_time << GMAC_FLOW_CTRL_PT_SHIFT); in dwmac1000_flow_ctrl()
Dcommon.h397 unsigned int fc, unsigned int pause_time);
Dstmmac_main.c693 unsigned int fc = priv->flow_ctrl, pause_time = priv->pause; in stmmac_adjust_link() local
716 fc, pause_time); in stmmac_adjust_link()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82598.c226 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82598()
231 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
Dixgbe_dcb_82599.c275 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82599()
280 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
Dixgbe_82598.c334 if (!hw->fc.pause_time) in ixgbe_fc_enable_82598()
445 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598()
450 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
Dixgbe_common.c2073 if (!hw->fc.pause_time) in ixgbe_fc_enable_generic()
2170 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic()
2174 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
Dixgbe_type.h2908 u16 pause_time; /* Flow Control Pause timer */ member
Dixgbe_main.c5328 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE; in ixgbe_sw_init()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h484 u16 pause_time; /* Flow control pause timer */ member
De1000_mac.c635 wr32(E1000_FCTTV, hw->fc.pause_time); in igb_setup_link()
Digb_main.c1959 fc->pause_time = 0xFFFF; in igb_reset()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h634 u16 pause_time; /* Flow control pause timer */ member
Dmac.c727 ew32(FCTTV, hw->fc.pause_time); in e1000e_setup_link_generic()
Dnetdev.c3862 fc->pause_time = 0xFFFF; in e1000e_reset()
3864 fc->pause_time = E1000_FC_PAUSE_TIME; in e1000e_reset()
3907 fc->pause_time = 0x0650; in e1000e_reset()
Dich8lan.c4837 ew32(FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan()
4845 hw->fc.pause_time); in e1000_setup_link_ich8lan()