/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 399 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()
|
D | ixgb_hw.c | 677 pap_reg = hw->fc.pause_time; in ixgb_setup_fc() 684 pap_reg = hw->fc.pause_time; in ixgb_setup_fc()
|
D | ixgb_hw.h | 641 u16 pause_time; /* Flow Control Pause timer */ member
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac100_core.c | 148 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()
|
D | dwmac1000_core.c | 201 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()
|
D | common.h | 397 unsigned int fc, unsigned int pause_time);
|
D | stmmac_main.c | 696 unsigned int fc = priv->flow_ctrl, pause_time = priv->pause; in stmmac_adjust_link() local 719 fc, pause_time); in stmmac_adjust_link()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_82598.c | 226 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()
|
D | ixgbe_dcb_82599.c | 281 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82599() 286 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
|
D | ixgbe_82598.c | 334 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()
|
D | ixgbe_common.c | 2080 if (!hw->fc.pause_time) in ixgbe_fc_enable_generic() 2178 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic() 2182 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
|
D | ixgbe_type.h | 3128 u16 pause_time; /* Flow Control Pause timer */ member
|
D | ixgbe_main.c | 5428 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE; in ixgbe_sw_init()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_xgmac.c | 439 u32 pause_time, pause_ctrl, port_mode, ctrl_val; in hns_xgmac_get_info() local 445 pause_time = dsaf_read_dev(drv, XGMAC_MAC_PAUSE_TIME_REG); in hns_xgmac_get_info() 446 mac_info->tx_pause_time = pause_time; in hns_xgmac_get_info()
|
D | hns_dsaf_mac.h | 364 void (*set_tx_auto_pause_frames)(void *mac_drv, u16 pause_time);
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 484 u16 pause_time; /* Flow control pause timer */ member
|
D | e1000_mac.c | 635 wr32(E1000_FCTTV, hw->fc.pause_time); in igb_setup_link()
|
D | igb_main.c | 1949 fc->pause_time = 0xFFFF; in igb_reset()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 634 u16 pause_time; /* Flow control pause timer */ member
|
D | mac.c | 727 ew32(FCTTV, hw->fc.pause_time); in e1000e_setup_link_generic()
|
D | ich8lan.c | 4903 ew32(FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan() 4911 hw->fc.pause_time); in e1000_setup_link_ich8lan()
|
D | netdev.c | 3972 fc->pause_time = 0xFFFF; in e1000e_reset() 3974 fc->pause_time = E1000_FC_PAUSE_TIME; in e1000e_reset() 4017 fc->pause_time = 0x0650; in e1000e_reset()
|