Home
last modified time | relevance | path

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

/illumos-gate/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.c363 reg = hw->fc.pause_time | (hw->fc.pause_time << 16); in ixgbe_dcb_config_pfc_82599()
368 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.c2830 if (!hw->fc.pause_time) { in ixgbe_fc_enable_generic()
2935 reg = hw->fc.pause_time * 0x00010001; in ixgbe_fc_enable_generic()
2940 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3925 u16 pause_time; /* Flow Control Pause timer */ member
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h237 hrtime_t pause_time; member
H A Dsge.c1036 adapter->pause_time = gethrtime(); in t1_sge_check_pause()
1048 time = (gethrtime() - adapter->pause_time)/1000; in t1_sge_check_pause()
/illumos-gate/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.h958 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.c5321 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time); in e1000_setup_link_ich8lan()
5330 hw->fc.pause_time); in e1000_setup_link_ich8lan()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h498 u16 pause_time; /* Flow control pause timer */ member
H A Digc_mac.c568 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c1177 int pause_time = 10 * MILLISEC; /* 10ms */ in poll_for_admin_response() local
1179 countdown /= pause_time; in poll_for_admin_response()
1187 drv_usecwait(pause_time); in poll_for_admin_response()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1351 hw->fc.pause_time = IGC_FC_PAUSE_TIME; in igc_hw_common_init()
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c3490 npi_bmac_send_pause(npi_handle_t handle, uint8_t portn, uint16_t pause_time) in npi_bmac_send_pause() argument
3496 val = MAC_SEND_PAUSE_SEND | pause_time; in npi_bmac_send_pause()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1560 hw->fc.pause_time = 0xFFFF; in e1000g_init()
1562 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in e1000g_init()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1460 hw->fc.pause_time = E1000_FC_PAUSE_TIME; in igb_init_adapter()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1596 hw->fc.pause_time = DEFAULT_FCPAUSE; in ixgbe_init()