Searched refs:pause_time (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_82598.c | 411 if (!hw->fc.pause_time) { in ixgbe_fc_enable_82598() 526 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_82598() 531 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_82598()
|
H A D | ixgbe_common.c | 2431 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic() 2533 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic() 2538 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
|
H A D | ixgbe_type.h | 2842 u16 pause_time; /* Flow Control Pause timer */ member
|
H A D | ixgbe_main.c | 1296 hw->fc.pause_time = DEFAULT_FCPAUSE; in ixgbe_init()
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | ch.h | 239 hrtime_t pause_time; member
|
H A D | sge.c | 1038 adapter->pause_time = gethrtime(); in t1_sge_check_pause() 1050 time = (gethrtime() - adapter->pause_time)/1000; in t1_sge_check_pause()
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 357 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_82542()
|
H A D | e1000_hw.h | 875 u16 pause_time; /* Flow control pause timer */ member
|
H A D | e1000_mac.c | 1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_generic()
|
H A D | e1000_ich8lan.c | 4492 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan() 4501 hw->fc.pause_time); in e1000_setup_link_ich8lan()
|
/titanic_41/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 3051 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_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.c | 3499 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_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 1499 hw->fc.pause_time = 0xFFFF; in e1000g_init() 1501 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in e1000g_init()
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 1411 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in igb_init_adapter()
|