| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_dcb_82598.c | 201 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82598() 206 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
|
| H A D | ixgbe_dcb_82599.c | 258 reg = hw->fc.pause_time * 0x00010001; in ixgbe_dcb_config_pfc_82599() 263 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
|
| H A D | ixgbe_82598.c | 286 if (!hw->fc.pause_time) in ixgbe_fc_enable_82598() 397 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598() 402 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
|
| H A D | ixgbe_main.c | 7006 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE; in ixgbe_sw_init()
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_dtsec.c | 839 u16 pause_time, in dtsec_set_tx_pause_frames() argument 845 if (pause_time) { in dtsec_set_tx_pause_frames() 847 if (dtsec->fm_rev_info.major == 2 && pause_time <= 320) { in dtsec_set_tx_pause_frames() 849 pause_time); in dtsec_set_tx_pause_frames() 855 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames() 936 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in dtsec_link_up() local 940 dtsec_set_tx_pause_frames(dtsec, 0, pause_time, 0); in dtsec_link_up()
|
| H A D | fman_tgec.c | 409 u8 __maybe_unused priority, u16 pause_time, in tgec_set_tx_pause_frames() argument 414 iowrite32be((u32)pause_time, ®s->pause_quant); in tgec_set_tx_pause_frames() 446 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in tgec_link_up() local 450 tgec_set_tx_pause_frames(tgec, 0, pause_time, 0); in tgec_link_up()
|
| H A D | fman_memac.c | 570 u16 pause_time, u16 thresh_time) in memac_set_tx_pause_frames() argument 590 tmp |= ((u32)pause_time << (16 * (priority % 2))); in memac_set_tx_pause_frames() 722 u16 pause_time = tx_pause ? FSL_FM_PAUSE_TIME_ENABLE : in memac_link_up() local 725 memac_set_tx_pause_frames(memac, 0, pause_time, 0); in memac_link_up()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac.h | 275 unsigned int pause_time; member
|
| H A D | stmmac_main.c | 923 stmmac_flow_ctrl(priv, priv->hw, duplex, flow_ctrl, priv->pause_time, in stmmac_mac_flow_ctrl() 7792 priv->pause_time = pause; in __stmmac_dvr_probe()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 467 u16 pause_time; /* Flow control pause timer */ member
|
| H A D | e1000_mac.c | 720 wr32(E1000_FCTTV, hw->fc.pause_time); in igb_setup_link()
|
| H A D | igb_main.c | 2377 fc->pause_time = 0xFFFF; in igb_reset()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_mac.c | 158 wr32(IGC_FCTTV, hw->fc.pause_time); in igc_setup_link()
|
| H A D | igc_main.c | 101 fc->pause_time = 0xFFFF; in igc_reset()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 674 u16 pause_time; /* Flow control pause timer */ member
|
| H A D | mac.c | 720 ew32(FCTTV, hw->fc.pause_time); in e1000e_setup_link_generic()
|
| H A D | netdev.c | 4031 fc->pause_time = 0xFFFF; in e1000e_reset() 4033 fc->pause_time = E1000_FC_PAUSE_TIME; in e1000e_reset() 4079 fc->pause_time = 0xFFFF; in e1000e_reset()
|
| H A D | ich8lan.c | 5172 ew32(FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan() 5180 hw->fc.pause_time); in e1000_setup_link_ich8lan()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 2762 u16 pause_time = WX_DEFAULT_FCPAUSE; in wx_fc_enable() local 2810 reg = pause_time * 0x00010001; in wx_fc_enable() 2814 wr32(wx, WX_RDB_RFCRT, pause_time / 2); in wx_fc_enable()
|