Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb_82598.c297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82598()
302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c352 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82599()
357 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_82598.c422 if (!hw->fc.pause_time) { in ixgbe_fc_enable_82598()
538 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598()
543 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
H A Dixgbe_common.c2723 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic()
2828 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic()
2833 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3546 u16 pause_time; /* Flow Control Pause timer */ member
/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.h239 hrtime_t pause_time; member
H A Dsge.c1038 adapter->pause_time = gethrtime(); in t1_sge_check_pause()
1050 time = (gethrtime() - adapter->pause_time)/1000; in t1_sge_check_pause()
/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_82542.c359 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
H A De1000_hw.h877 u16 pause_time; /* Flow control pause timer */ member
H A De1000_mac.c1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
H A De1000_ich8lan.c5256 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan()
5265 hw->fc.pause_time); in e1000_setup_link_ich8lan()
/titanic_50/usr/src/uts/sun/io/eri/
H A Deri.c3051 uint32_t txmac_sts, rxmac_sts, macctl_sts, pause_time; in eri_nonfatal_err() local
3158 pause_time = ((macctl_sts & in eri_nonfatal_err()
3162 pause_time); in eri_nonfatal_err()
3164 erip->stats.pause_time_count += pause_time; in eri_nonfatal_err()
/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c3499 npi_bmac_send_pause(npi_handle_t handle, uint8_t portn, uint16_t pause_time) in npi_bmac_send_pause() argument
3505 val = MAC_SEND_PAUSE_SEND | pause_time; in npi_bmac_send_pause()
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1524 hw->fc.pause_time = 0xFFFF; in e1000g_init()
1526 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in e1000g_init()
/titanic_50/usr/src/uts/common/io/igb/
H A Digb_main.c1415 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in igb_init_adapter()
/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1400 hw->fc.pause_time = DEFAULT_FCPAUSE; in ixgbe_init()